Framework 1.1 installed but.....

  • Thread starter Thread starter Darren Gulliver
  • Start date 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?
 
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
 
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
 
Back
Top