Just in case anyone else has the same problem here is the fix I found:
> Hi,
>
> Whenever I try and create a new project using VC++ or VB I recieve this
> message. MS website says to re-install but unfortunatly this is not possible
> on the 1000 machines I have to manage remotely.
I managed to extract the cure from a snapshot image from a repair install of
VS and after an examination of the reg file I determined all the DLLS, OCX,
TLB and other files that had been re-registered and created a batch file to
re-register them:
regsvr32 /s "C:\Program Files\Common Files\Microsoft Shared\Visual Database
Tools\vdt70.dll"
regsvr32 /s "C:\Program Files\Common Files\Microsoft Shared\VS7Debug\pdm.dll"
regsvr32 /s "C:\winnt\system32\msdxm.ocx"
regsvr32 /s "C:\Program Files\Common Files\Crystal
Decisions\1.0\Bin\ExportModeller.dll"
rem regsvr32 /s"C:\Program Files\Common Files\Microsoft Shared\Web
Folders\msonsext.dll"
regsvr32 /s "C:\Program Files\Common Files\Microsoft Shared\VS7Debug\pdm.dll"
regsvr32 /s "C:\Program Files\Common Files\Microsoft
Shared\MSDesigners7\msddslm.dll"
regsvr32 /s "C:\Program Files\Common Files\Microsoft
Shared\MSDesigners7\msdds.dll"
regsvr32 /s "C:\Program Files\Common Files\Crystal
Decisions\1.0\Bin\Cdo32.dll"
regsvr32 /s "C:\Program Files\Common Files\Designer\MSADDNDR.DLL"
rem regsvr32 /s "C:\Program Files\Common Files\Microsoft
Shared\Office10\MSO.DLL"
regsvr32 /s "C:\Program Files\Common Files\Microsoft
Shared\VS7Debug\msdbg2.dll"
regsvr32 /s "C:\Program Files\Microsoft Visual Studio .NET
2003\Common7\Tools\VDT\vdt70p.dll"
regsvr32 /s "C:\Program Files\Common Files\Microsoft Shared\MSI
Tools\mergemod.dll"
rem regsvr32 /s "C:\Program Files\Common Files\Microsoft
Shared\MSEnv\vsext.olb"
regsvr32 /s "C:\Program Files\Microsoft Visual Studio .NET
2003\Vc7\vcpackages\VCProject.dll"
regsvr32 /s "C:\Program Files\Common Files\Microsoft Shared\Help\hxds.dll"
regsvr32 /s "C:\Program Files\Microsoft Visual Studio .NET
2003\Common7\IDE\VsWizard.dll"
regsvr32 /s "C:\Program Files\Common Files\Microsoft Shared\MSDN\CookDoc.dll"
regsvr32 /s "C:\Program Files\Microsoft Visual Studio .NET
2003\Vc7\vcpackages\VCProjectEngine.dll"
regsvr32 /s "C:\Program Files\Microsoft Visual Studio .NET
2003\Vc7\vcpackages\resedit.dll"
regsvr32 /s "C:\Program Files\Microsoft Visual Studio .NET
2003\Vc7\vcpackages\bined.dll"
regsvr32 /s "C:\Program Files\Common Files\Crystal
Decisions\1.0\Bin\Cdo32.dll"
regsvr32 /s "C:\Program Files\Common Files\Microsoft Shared\MSEnv\dte.olb"
regsvr32 /s "C:\Program Files\Microsoft Visual Studio .NET
2003\Common7\Packages\Compsvcspkg.dll"
regsvr32 /s "C:\Program Files\Microsoft Visual Studio .NET
2003\Common7\IDE\vsmacros.dll"
regsvr32 /s "C:\Program Files\Microsoft Visual Studio .NET
2003\Common7\Packages\Debugger\vsdebug.dll"
regsvr32 /s "C:\Program Files\Common Files\Microsoft
Shared\MSDesigners7\msddsf.dll"
regsvr32 /s "C:\Program Files\Microsoft Visual Studio .NET
2003\Vc7\vcpackages\vcpkg.dll"
The above was enough to cure the problem on my machines.
Hope that helps anyone in the same predicament,
Martin Searle
Computing Service
University of Kent, UK
wejiv - 24 Dec 2004 01:11 GMT
I get the same message but unfortunately this didn't help. It said that they
registered them successfully but VS still didn't work.
> Just in case anyone else has the same problem here is the fix I found:
>
[quoted text clipped - 68 lines]
> Computing Service
> University of Kent, UK
xcv - 21 Sep 2007 14:43 GMT
The fix worked fine for me! I found the fix on this website:
http://www.primaryobjects.com/CMS/Article65.aspx
they gave credit to you and added a link to this page. They have a batch
file ready for download with your fix. Problem Solved. Really saved me alot
of time. Thanks
>Just in case anyone else has the same problem here is the fix I found:
>
[quoted text clipped - 68 lines]
>Computing Service
>University of Kent, UK