Class not registered error
-
Hi, I am trying to use the Visual SourceSafe 2005 SSAPI.DLL in a simple Windows application (C++), but I can't get around an error that indicates that the classes of the DLL are not registered. I have manually registered the DLL using the REGSVR32 utility, but I still get the error. Any help greatly appreciated.
-
Hi, I am trying to use the Visual SourceSafe 2005 SSAPI.DLL in a simple Windows application (C++), but I can't get around an error that indicates that the classes of the DLL are not registered. I have manually registered the DLL using the REGSVR32 utility, but I still get the error. Any help greatly appreciated.
Is Visual Source safe registered on your machine? If this is the case then, it is possible the construction of CoClass fails resulting CoCreateInstance returning Class not registered error. See - http://support.microsoft.com/kb/201431
Sohail