What can I do to target API in .NET 1.1 from .NET 4.0 (VS2010) project?
问题 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