| wrote C++/CLI code with .NET framework 4.0.30319, I would like to recompile it again with the earlier version of the framework. How can I proceed in that in MS VS?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
In the project properties Application tab you can set the version of the .NET framework that’s targetted by the assembly.
But if you’re using any features that are specific to .NET 4 then you’ll need to rework your code to do it in a way that’s compatible with the older version.