I developed programs in C# .NET 4.0 using 3d-party libraries in .NET 4.0 and now I was asked to target a 3d-party program that has API only in .NET 1.1
I overlooked some previous discussions telling that it is impossible:
- MSDN .NET Framework Multi-Targeting Packs for Visual Studio 2010
- SO Can I still target .NET Framework 1.1 in VisualStudio 2010?
- etc.
This is weird that I cannot acsess previous .NET from a .NET (4.0).
The article:
- Working with .NET 1.1 in Visual Studio 2008 and Team Server
tells:
"here is how to use the latest IDE to work with a .NET 1.1 applications."
Is it applicable to VS2010 (and VS2012)?
What are the possibilities to target API in .NET 1.1 from .NET 4.0 (VS2010) project?
Inter-process communication?
Update:
@HighCore,
this is a program (terminal) providing access to Western trading stock exchange requiring login and cryptokeys for getting data over the internet and submitting orders (to buy, sell, etc.).
My program is algotrading bot in .NET 4.0 but the terminal is essentially to be also always used manually from Windows/GUI
I cannot get direct access to stock exchange or meddle with programs and libraries providing it :) or rather :(
Update2:
I do not even find .NET 1.1 on my Windows XP SP3 machine.
Windows update doesn't seen to get it.
I also recall that the last time I installed .NET 1.1 on it I had to reinstall thereafter VS2005, VS2008, VS2010 with Service Packs and all dependencides....
That is, my feeling is that it is necessary to install .NET 1.1 before later versions?..