Visual Basic 6 makes Visual Studio 2010 try to install

I am using Visual Basic 6 for an old project and it is working fine. I recently installed Visual Studio 2010 RC, and now when I start VB6, I get an installer called "Microsoft Visual Studio 2010 Professional RC - ENU". If I click Cancel, I can open my project in VB6.

Is there a way to get rid of this, or am I just the only person on the planet still using VB6?

Update: The fix worked for ages, but the problem started again a week ago. Has anyone else seen this again?

Update to update: I had a PC setup as a dual boot between Win7 and WinXP. It seems that some necessary files were on the WinXP disk, and when I deleted it recently, it caused the problem again.

+5
source share
3 answers

This is a known issue . Obviously, Office applications can cause the same behavior. Like you, I saw this when I opened the VB6 project. It has not yet been fixed in RC, but there is a workaround. You just need to create a directory and the problem goes away.

, , VS , . Weve RTMRel Visual Studio . . . . , .

Md "% ProgramFiles%\Microsoft Visual Studio 10,0\Common7\IDE\FromGAC"

Visual Studio 2005. , .

, , MsiInstaller . . 1004, . 1001, . , 1004 , . , , , , , . . . .

  • C:\Windows\Microsoft.NET\Framework\v2.0.50727\al.exe
  • C:\Windows\Microsoft.NET\Framework\v2.0.50727\al.exe.config
  • C:\Windows\Microsoft.NET\Framework\v2.0.50727\Microsoft.Build.Conversion.dll
  • C:\Windows\Microsoft.NET\Framework\v2.0.50727\Microsoft.VisualBasic.xml
  • C:\Windows\Microsoft.NET\Framework\v2.0.50727\Microsoft.VisualStudio.VSHelp80.xml
  • C:\Windows\Microsoft.NET\Framework\v2.0.50727\Microsoft.Vsa.xml
  • C:\Windows\Microsoft.NET\Framework\v2.0.50727\SQLServer.targets
  • C:\Windows\Microsoft.NET\Framework\v2.0.50727\System.Configuration.Install.xml
  • C:\Windows\Microsoft.NET\Framework\v2.0.50727\RedistList
  • C:\Windows\Microsoft.NET\Framework\v2.0.50727\RedistList\VSList.xml
+5
+1

:)

DLL VS 2010 , - , , . 2- , , ( , VS), , , , , .

-2

All Articles