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 wOOdy-Soft 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
Feb 5, 2001
143
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
 
I think there is some DLL that your project is referencing remotely. Click on Projects -> references. Check if any included object is showing as missing.
 
I had the same problem after installing VS .net and SQL Server. To solve the problem I referenced in the Project (Project-> Reference) the following DLLs:
C:\Program Files\Common Files\Designer\MSDERUN.DLL
and
C:\Program Files\Common Files\Designer\MSDE.DLL
and it worked fine afterwards.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top