.Net Framework 1.1 vs 2.0

G

Guest

I have been using VB.Net 2003 and installed the .Net Framework 2.0 today.
Can I uninstall .Net Framework 1.1 and still use VB.Net 2003?
 
H

Herfried K. Wagner [MVP]

Dennis said:
I have been using VB.Net 2003 and installed the .Net Framework 2.0 today.
Can I uninstall .Net Framework 1.1 and still use VB.Net 2003?


No. VS.NET 2003 depends on .NET 1.1 and can produce .NET 1.1 assemblies
only.
 
C

Carlos J. Quintero [VB MVP]

No, there is no way to force VS.NET 2003 to build against .NET Framework
2.0. But both .NET Frameworks can coexist peacefully, so there is no need to
uninstall...

--

Best regards,

Carlos J. Quintero

MZ-Tools: Productivity add-ins for Visual Studio .NET, VB6, VB5 and VBA
You can code, design and document much faster.
Free resources for add-in developers:
http://www.mztools.com
 
C

Crouchie1998

Herfried is correct, but you should go to the Framework website & you can
find out all information without posting these types of questions to the
newsgroup. Some of the other issues you sometimes raise are in the .NET
Framework 1.1 SDK. Install it & you will have a lot of the answers locally
on your machine.

Just my two pence worth,

Crouchie1998
BA (HONS) MCP MCSE
 

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