I made a program in visual studio 2010, and I need to compile it for .net 3.5, instead of 4.
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
If your code is compilable with C# 3.5 (depends on what you used), right click on your project and press on properties, then in application tab change target framework to 3.5. Your project will be reloaded and you may now compile it This article explains you what you should have not used if you want compile code on 3.5 |
|||
|
|
|
Go to Project Properties and select .Net Framework 3.5 under Target Framework. |
|||||
|
|
Go to Solution Explorer and have on right click on top to display properties of project.There you can change your target framework.. |
|||
|
|
