If I have different .NET platforms installed on my computer (for example, 1.1, 2.0. 3.0, 3.5), is it possible for VS2005 to choose with which structure to create / compile the application (Winform / Webform)?
No, this is not possible in Visual Studio 2005. Visual Studio 2008 supports the multi-targeting version, which allows you to target to 2.0, 3.0, or 3.5. However, it does not allow you to configure 1.0
ScottGu made a long blog post on this subject, which may seem useful:
, VS2008 .
2.0, 3.0 3.5.
In VS 2008 you can select the target structure (by right-clicking on the solution), but not from VS 2005.
Unfortunately, only 2.0 CLRs based on (2.0, 3.0, 3.5, 3.5SP1) are allowed.
Source: https://habr.com/ru/post/1706778/More articles:How to copy IDictionary values โโto an IList in .Net 2.0? - performanceimage-sharing technique - jquery insteadHow do you work with jQuery intellisense if you have implemented the Url Helper extension to get the URL of your script files? - jqueryProfiling restriction in virtual VM - javaASP.NET angle brackets with '#' or '='. Who cares? - asp.netCertificate Authority for me / small organization - opensslHow to improve this piece of code? - recursionDoes OpenId support Ajax login? - ajaxShould developers work in sandboxes? - privateExcel date field conversion problem - c #All Articles