4.0.3 AGAIN nothing but trouble

This forum is now locked, since Gold Support is no longer offered.

Moderator: SourceGear

Locked
feken
Posts: 19
Joined: Sun Jun 24, 2007 2:18 pm

4.0.3 AGAIN nothing but trouble

Post by feken » Wed Aug 01, 2007 3:51 pm

Add solution to vault:

Unable to cast COM object of type 'System.__ComObject' to interface type 'Microsoft.VisualStudio.Shell.Interop.IVsHierarchy'. This operation failed because the QueryInterface call on the COM component for the interface with IID '{59B2D1D0-5DB0-4F9F-9609-13F0168516D6}' failed due to the following error: No such interface supported (Exception from HRESULT: 0x80004002 (E_NOINTERFACE)).

jeremy_sg
Posts: 1821
Joined: Thu Dec 18, 2003 11:39 am
Location: Sourcegear
Contact:

Post by jeremy_sg » Wed Aug 01, 2007 4:05 pm

The first thing to try is to reregister some of dlls that Visual Studio sometimes forgets about:

Code: Select all

regsvr32 actxprxy.dll
Uninstalling and reinstalling the Vault Client will probably fix the problem as well.

feken
Posts: 19
Joined: Sun Jun 24, 2007 2:18 pm

Post by feken » Wed Aug 01, 2007 4:23 pm

Un-installed and re-installed the client.. seems to work now.

Locked