Framework 1.1 installed but.....

  • Thread starter Darren Gulliver
  • Start date
D

Darren Gulliver

I have 1.1 of the .Net Framework but in my .Net references all the
namespaces i.e System.Data.Dll etc are showing a version of 1.0.3300.0 but
in C:\WINNT\Microsoft.NET\Framework\v1.1.4322 I have a version of this dll
of 1.1.4322.573, why hasn't 1.1 overridden the 1.0 files?
 
S

Stuart Parker

Darren Gulliver said:
I have 1.1 of the .Net Framework but in my .Net references all the
namespaces i.e System.Data.Dll etc are showing a version of 1.0.3300.0 but
in C:\WINNT\Microsoft.NET\Framework\v1.1.4322 I have a version of this dll
of 1.1.4322.573, why hasn't 1.1 overridden the 1.0 files?

Do you have framework 1.0 installed too? ..Net is designed to run framework
versions side-by-side and will not automatically 'upgrade' Visual Studio
projects to use the 1.1 framework. This is by design

What version of VS.NET are you using ?

Stu
 
D

Darren Gulliver

1.0 is installed as well. I'm using 2002 edition of Enterprise Developer
 
C

Charles Law

Hi Darren

VS2002 is designed to use Framework V1.0. It is hard wired and cannot be
changed.

To use V1.1 you will have to upgrade to VS2003. Note that VS2003 can be made
to use V1.0 Framework if you need to.

HTH

Charles
 

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