How to create a project on VS 2005 with .net 1.0
-
I am using C# and wish to create a project on VS 2005 and using the framework of .net 1.0 please help samuel
-
I am using C# and wish to create a project on VS 2005 and using the framework of .net 1.0 please help samuel
You can't. To target .NET Framework 1.0, you must use Visual Studio .NET 2002 or the .NET Framework 1.0 SDK (using the command-line
csc
compiler). VS2005 can only target .NET Framework 2.0, .NET Compact Framework 1.0 (if the desktop .NET Framework 1.1 is installed) and .NET Compact Framework 2.0.Stability. What an interesting concept. -- Chris Maunder
-
I am using C# and wish to create a project on VS 2005 and using the framework of .net 1.0 please help samuel
Please don't cross post.
Deja View - the feeling that you've seen this post before.
-
I am using C# and wish to create a project on VS 2005 and using the framework of .net 1.0 please help samuel
You can't like Mike said. If you develop a project on VS2005, then anyone using it would have to be running .Net 2.0 which is better than 1.0 anyways.
"Real programmers just throw a bunch of 1s and 0s at the computer to see what sticks" - Pete O'Hanlon
-
I am using C# and wish to create a project on VS 2005 and using the framework of .net 1.0 please help samuel
You can use MSBEE to target 1.1 on Visual Studio 2005: http://www.google.co.uk/search?hl=en&q=msbee&meta=[^] BUT this will not change the intellisense or any of the other handy things in the IDE from 2.0 1.1 so you'll have to know from memory what you can and cannot use. You should use 2.0 anyway ... it has some extreamly useful new stuff in it.