Conversion
I created one Project in VS2005. But our server doesnot contain the Framework2.0. it have only Framework1.1 . For that reason i want to convert the project Framework 2.0 to Framework 1.1. Please Tell me how to handle this conversion Process without making any error and without affecting the Project.

AlanPosted Aug 21, 2008, 9:51 AM
I'm sorry but you can't convert your project to .NET 1.1 as VS 2005 can only target .NET 2.0.
Your only sensible option is to download the .NET 2.0 redistributable onto the server where it can happily co-exist with .NET 1.1 in case that is still needed to run other applications.