Using .NET 2.0 from VS2003 editor ?
-
I have .NET framework 2.0 installed on my machine. But I don't have VS2005. I am using VS2003. Is there anyway to access the .NET 2.0 libraries using VS2003 ?
All C# applications should call Application.Quit(); in the beginning to avoid any .NET problems.- Unclyclopedia My Website | Ask smart questions
-
I have .NET framework 2.0 installed on my machine. But I don't have VS2005. I am using VS2003. Is there anyway to access the .NET 2.0 libraries using VS2003 ?
All C# applications should call Application.Quit(); in the beginning to avoid any .NET problems.- Unclyclopedia My Website | Ask smart questions
-
AKAIK, you can only write code against v1.1 of the framework in VS2003. You need to either upgrade to VS2005, or use a 3rd party IDE like SharpDevelop.
Paul Marfleet "No, his mind is not for rent To any God or government" Tom Sawyer - Rush
Thanks. So what about .NET 3.0 ? If I have VS2005 installed, can I use .NET 3.0 classes ? I guess we can
All C# applications should call Application.Quit(); in the beginning to avoid any .NET problems.- Unclyclopedia My Website | Ask smart questions
-
Thanks. So what about .NET 3.0 ? If I have VS2005 installed, can I use .NET 3.0 classes ? I guess we can
All C# applications should call Application.Quit(); in the beginning to avoid any .NET problems.- Unclyclopedia My Website | Ask smart questions
Yes, you can use dot net 3 in VS2005, but not in VS2003.
"You're very clever, young man, very clever," said the old lady. "But it's turtles all the way down!"
-
Thanks. So what about .NET 3.0 ? If I have VS2005 installed, can I use .NET 3.0 classes ? I guess we can
All C# applications should call Application.Quit(); in the beginning to avoid any .NET problems.- Unclyclopedia My Website | Ask smart questions
-
Thanks for the information paul.
All C# applications should call Application.Quit(); in the beginning to avoid any .NET problems.- Unclyclopedia My Website | Ask smart questions
-
-
pmarfleet wrote:
I believe that in VS2008, it will be possible to build your code against a specific version of the framework.
Your right but it's limited to 2.0, 3.0 and 3.5, you wont be able to do 1.0 or 1.1.