.net 1.0 configuration for VS 2005
-
Hello How do I create a project for .net 1.0, what I am using now is VS 2005. Can I convert and existing project to .net framework 1.0?? samuel
-
Hello How do I create a project for .net 1.0, what I am using now is VS 2005. Can I convert and existing project to .net framework 1.0?? samuel
Not inside VS2005. Well, you could create the code in VS2005 (i.e. just using it as a text editor) and as long as you only used .NET 1 methods, you could compile it using the cs command line compiler. I do have a question though, why would you want to do this? .NET 2 provides a much better framework so it's hard to see why you would want to use a lesser version.
Deja View - the feeling that you've seen this post before.
-
Not inside VS2005. Well, you could create the code in VS2005 (i.e. just using it as a text editor) and as long as you only used .NET 1 methods, you could compile it using the cs command line compiler. I do have a question though, why would you want to do this? .NET 2 provides a much better framework so it's hard to see why you would want to use a lesser version.
Deja View - the feeling that you've seen this post before.
well the WinCE 4.2 is stable only with .net 1.0 and with 2.0 there seems to be some issues, thanks I will try your method and see how it works