How do I develop for a.Net 1.1 environment using VS Express  
Author Message
Shakster





PostPosted: Visual C# Express Edition, How do I develop for a.Net 1.1 environment using VS Express Top

Hi all,

I developed an application in VS Express and have now only just realised that I need to deploy the application on an environment that will only have .NET 1.1. At this point, I do not have very much experience in .NET development.

So my question is two-fold;

1) Is there a way to develop on VS Express but compile the application for a .NET 1.1 environment, or

2) Is there an easy way of converting a .NET 2.0 source code into .NET 1.1

Thanks for your help.

Regards,



Visual Studio Express Editions18  
 
 
ahmedilyas





PostPosted: Visual C# Express Edition, How do I develop for a.Net 1.1 environment using VS Express Top

unfortunately not - you cannot compile .NET 1.1 apps in VSExpress or VS2005. You also cannot convert .NET 2.0 apps to .NET 1.1

you would have to remove the .NET 2.0 specific features from your application and then compile it using the .NET 1.1 compiler.

It would be a time for them to push to .NET 2.0 if at all possible. you can still have .NET 1.1 installed side by side with .NET 2.0 without interference, if that is a worry