Complier could not be created!

G

Guest

Hi there,

- I updated my windows XP professional with all critical updates available at windowsupdate.com
- I updated Microsoft .NET Framework 1.1.4322 from thier also
- I installed Visual Basic 6 Enterprise Edition
- Then I also installed Visual Basic .NET 2003 Professional Edition
- I created a new project in Visual Basic 6 successfully
- Here is the problem: I failed to create a new Visual Basic project in Visual Basic .NET 2002 I got the following error:

Project 'WindowsApplication1' could not be opened because the Microsoft Visual Basic .NET complier could not be created. Cannot find .NET Framework directory: System Error &H80131700&

Although Microsoft .NET Framework directory exists at C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322 and I can see it in the add/remove programs

I ran the windows update again and it couldn't find an update to the version of Framework I installed from them!

I tried one more time to create another project and it gave me the following error:

Project 'WindowsApplication2' could not be opened because the Microsoft Visual Basic .NET complier could not be created. Please re-install Visual Studio.

By the way:

- The 5th CD of Visual Basic .NET 2003 Professional Edition installation is all about windows componenets update and it has Microsoft .NET Framework 1.0.3705.0
- I skipped updating this component since I have the newer version!
- I hate the option of re-installation since it took me a decade to finish the installation ;)

Please guide me guys to make my VB .NET 2002 works with less effort.

Thanx in advance guys ;)
 
J

Jay B. Harlow [MVP - Outlook]

Ali,
VS.NET 2003 requires C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322

VS.NET 2002 requires C:\WINDOWS\Microsoft.NET\Framework\v1.0.3705

Now which versions of VS.NET do you have installed?

And which versions of the .NET Framework do you have installed?

And which version are you having problems with?
- The 5th CD of Visual Basic .NET 2003 Professional Edition installation is all
about windows componenets update and it has Microsoft .NET Framework
1.0.3705.0
Did you man VB.NET 2002 here per chance?
- I skipped updating this component since I have the newer version!
Not a good idea, as VB.NET 2002 requires 1.0.3705.0.

Hope this helps
Jay

Ali Alsaffar said:
Hi there,

- I updated my windows XP professional with all critical updates available at windowsupdate.com
- I updated Microsoft .NET Framework 1.1.4322 from thier also
- I installed Visual Basic 6 Enterprise Edition
- Then I also installed Visual Basic .NET 2003 Professional Edition
- I created a new project in Visual Basic 6 successfully
- Here is the problem: I failed to create a new Visual Basic project in
Visual Basic .NET 2002 I got the following error:
Project 'WindowsApplication1' could not be opened because the Microsoft
Visual Basic .NET complier could not be created. Cannot find .NET Framework
directory: System Error &H80131700&
Although Microsoft .NET Framework directory exists at
C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322 and I can see it in the
add/remove programs
I ran the windows update again and it couldn't find an update to the
version of Framework I installed from them!
I tried one more time to create another project and it gave me the following error:

Project 'WindowsApplication2' could not be opened because the Microsoft
Visual Basic .NET complier could not be created. Please re-install Visual
Studio.
By the way:

- The 5th CD of Visual Basic .NET 2003 Professional Edition installation
is all about windows componenets update and it has Microsoft .NET Framework
1.0.3705.0
 
H

Herfried K. Wagner [MVP]

* =?Utf-8?B?QWxpIEFsc2FmZmFy?= said:
- I updated my windows XP professional with all critical updates available at windowsupdate.com
- I updated Microsoft .NET Framework 1.1.4322 from thier also
- I installed Visual Basic 6 Enterprise Edition
- Then I also installed Visual Basic .NET 2003 Professional Edition
- I created a new project in Visual Basic 6 successfully
- Here is the problem: I failed to create a new Visual Basic project
in Visual Basic .NET 2002 I got the following error:

Project 'WindowsApplication1' could not be opened because the
Microsoft Visual Basic .NET complier could not be created. Cannot find
.NET Framework directory: System Error &H80131700&

Please adjust your newsreader's settings to wrap lines after 76 characters.

VS.NET 2002 requires .NET 1.0 to be installed on the computer. It won't
work if only .NET 1.1 is installed on the machine. You may want to run
VS.NET 2002 setup again.
 

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