Upgrade from .NET 2.0 to .NET 3.5 problems

Posted by Bashir Magomedov on Stack Overflow See other posts from Stack Overflow or by Bashir Magomedov
Published on 2010-05-10T11:15:32Z Indexed on 2010/05/10 11:54 UTC
Read the original article Hit count: 327

I’m trying to upgrade our solution from VS2005 .NET 2.0 to VS2008 .NET 3.5. I converted the solution using VS2008 conversion wizard. All the projects (about 50) remained targeting to .NET Framework 2.0., moreover if I’m changing target framework manually for one of the projects, all referenced dll (i.e. System, System.Core, System.Data, etc. are still pointing to Framework 2.0. The only way to completely change targeting framework I found is to remove these references and refer them again using proper version of framework. Doing it manually is not best choice I think. 50 projects ~ 10 references each ~ 0.5 minutes for changing each reference is about 5 hours to complete. Am I missing something? Are there any other ways of converting full solution from .NET 2.0 to .NET 3.5? Thank you.

© Stack Overflow or respective owner

Related posts about .NET

Related posts about 2.0