We’ve been developing apps since .NET 2 release and now we are planning to upgrade to .NET 3.5. What is the best approach upgrading from .NET 2.0 to 3.5?
BTW … the external components that we use are:
1. EntitySpace – ORM
2. Microsoft Enterprise Library
3. Microsoft ReportingViewer 9.00
4. Telerik ASP.NET Controls
.NET Framework 3.5 is a superset of .NET Framework 2.0. You shouldn’t have to do anything except re-target your build output. If any third party components require .NET 2.0 then it will have to still be installed on the target machine.