Click here to Skip to main content
15,887,027 members
Please Sign up or sign in to vote.
1.67/5 (4 votes)
See more: , +
When i converting my solution from vs2010 to vs2008 i am getting references errors .
Microsoft.Csharp.dll not supporting in vs2008 .is there any better way to easily conversation procedure.
Posted

1 solution

Don't even try to convert a VS2010 project to VS2008 - it almost certainly won't work: downgrades rarely do!

Instead, create a new project in VS2008 and add your source files from the VS2010 project one by one. It should pick up most things, but you may have to add the references by hand. Just don't expect .NET 4 and above features to work, because VS2008 does not support them.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900