Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Class not registered... CLSID:{3D5C6BF2-69A3-11D0-B393-00A0C9055D8E}

Status
Not open for further replies.

new2unix

Programmer
Joined
Feb 5, 2001
Messages
143
Location
US
Hi,

My NY workstation has VB6, VS.NET, and recently a SQL 7 was installed. It's not clear if the combination of these applications is causing this problem, but when I tried to add a Data Environment form to a VB6 project, I received this error:

Class not registered
Looking for object with CLSID:{3D5C6BF2-69A3-11D0-B393-00A0C9055D8E}

I have not been able to find any useful information from MS knowledgebase.

regsvr32 /u "c:\program files\common files\designer\msde.dll" follwed by manual registering the same dll didn't help either.


Thanks,

Mike
 

Hi Mike:

Don't know how relevant this is, but the CLSID that you gave appears in my Win98SE registry. It yielded the following information:

InprocServer32: C:\PROGRAM FILES\COMMON FILES\DESIGNER\MSDERUN.DLL
ProgID: DERuntime.DERuntime.1
VersionIndependentProgID: DERuntime.DERuntime

HTH,
Cassie
 
Cassie,

Thanks. I tried manually regsvr32 the MSDE.DLL on the NT workstation because that's what the CLSID associated with. But the manual unreg and reg did not help with this VB Data Environment error.

Mike
 
For Anyone else with this problem:

I registered C:\PROGRA~1\COMMON~1\DESIGNER\MSDERUN.DLL using regsvr32.exe. This cleared up the problem.

James
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top