We where having nearly 19 C# application (ASP.Net website , Webservice,Windows service, Class application etc ) in .net 2.0 framework which have inter dependency.
We are planning to migrate from .Net framework 2.0 to 4.5 to make use of new features.
I have installed VS 2012 (4.5 .net framework ) in my PC . When I open my old solution it prompt to convert the project to latest version. But the conversion report shows some error but all the errors were only in code backup.
Can any one of you pls guide me to
1) Migrate all projects from 2.0 to 4.5 . I need to know steps to migrate or is there any tools for migration.
2) How to make sure all the projects were migrated to 4.5 and all DLL's generated after migration is compiled against 4.5
-Mr.Nobody