upgrade of .NET framework

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I downloaded SQLExpress from Microsoft and .NET Framework 2.0 Beta too. I
removed previous version of .NET Framework and installed the new one
according to the instructions on the web. But, now I can not open one single
existing project in .NET visual studio 2002 any more. Then I downloaded .NET
framework 1.1 and installed it, but visual studio reported me the error that
compiler did not work and that it could not find framework. The obvious
problem is that visual studio needs path to the new folder of Framework.

Where to set path of .NET framework, or how to fix the problem?

regards Sinclair
 
Sinclair,

The answer is as simple as that Visual Studio 2002 needs the framework 1.0.

Cor
 
Sinclair said:
I downloaded SQLExpress from Microsoft and .NET
Framework 2.0 Beta too. I removed previous version of
.NET Framework and installed the new one according to
the instructions on the web. But, now I can not open one
single existing project in .NET visual studio 2002 any more.

VS.NET 2002 requires the .NET Framework 1.0. You will have to reinstall
this version of the .NET Framework. Notice that .NET 1.1 will not work
together with VS.NET 2002.
 

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

Back
Top