Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

We have a product that is on .NET 2.0, and it needs to stay on that platform for a while longer. It is currently being developed in VS 2005, but I would like to have only one development environment installed on my machine. Does anyone know if there are issues with converting the project to VS 2012 and targeting the 2.0 framework?

share|improve this question
None that I've found – Prescott Nov 19 '12 at 8:43
1  
"Framework targeting does not guarantee that your application will run correctly. You must test your application to make sure it runs against the targeted version. You cannot target framework versions that are earlier than the .NET Framework 2.0." - From msdn.microsoft.com/en-us/library/bb398197(v=vs.110).aspx. As far as I know, there is unfortunately no master list of compatibility issues. – J. Steen Nov 19 '12 at 8:51

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.