VS.NET and framework

M

M

I am using VS.NET 2002 Version 7.0.9466. the Framework version 1.0.3705.

Can I using framework version 1.14322 with VB7.
I cannot find easy way to replace framework version 1.0 to 1.1 with VS.NET
2002

Thank
 
N

Norman Yuan

Each version of Visual Studio.NET is hard-wired to each version of .NET
framework:

VS.NET (2002)->.NET1.0
VS.NET2003->.NET1.1
VS.NET2005->.NET2.0

To work with .NET1.1, you need VS2003.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top