Wrox Programmer Forums
|
Beginning VB 6 For coders who are new to Visual Basic, working in VB version 6 (not .NET).
Welcome to the p2p.wrox.com Forums.

You are currently viewing the Beginning VB 6 section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old March 10th, 2004, 09:45 PM
Registered User
 
Join Date: Mar 2004
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
Default CLSID error in DLL

Please help i am receiving the error...

Error in the DLL.
Looking for object with CLSID: {6884E12E-342A-463A-9703-1CA4148AAE05}

This happens when i try to make the .exe file, other than that it works fine. It's VB6.0

Thx:D:D:D:D:D:D

 
Old March 11th, 2004, 05:02 AM
Friend of Wrox
 
Join Date: Jun 2003
Posts: 1,212
Thanks: 0
Thanked 1 Time in 1 Post
Default

Souinds like you are referencing a DLL in your project that isn't registered on your machine.

Open up your Project's .vbp file in Notepad and see if that CLSID is contained in a Reference=... line - if it is that line will also tell you the name of the DLL. Find that DLL and register it using regsvr32.

If the CLSID isn't in your vbp then it may be a DLL being used by a component (OCX) which has been added to your project. In that case you will have to check that each component which is referenced has been properly installed.

If anyone out there has that CLSID registered on their system (I don't), perhaps they could tell us what file it is (look in regedit under HKEY_CLASSES_ROOT/CLSID/{6884E12E-342A-463A-9703-1CA4148AAE05}/InProcServer32)

hth
Phil
 
Old March 11th, 2004, 05:43 AM
Registered User
 
Join Date: Mar 2004
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
Default

Thanks for your help Phil!! Will check this later this evening.


"If anyone out there has that CLSID registered on their system (I
don't), perhaps they could tell us what file it is (look in regedit under HKEY_CLASSES_ROOT/CLSID/{6884E12E-342A-463A-9703-1CA4148AAE05}/InProcServer32)"

If anyone can provide this info it will be greatly appreciated.






Similar Threads
Thread Thread Starter Forum Replies Last Post
Error adding DLL jayznz VS.NET 2002/2003 3 June 12th, 2008 12:15 PM
CLSID:{CA9F8727-31DF-41D2-975C-887D84903967} Pusstiu SQL Server 2000 1 June 27th, 2007 02:57 PM
COM object with CLSID {F0A36D7F-4068-44B5-809D-9E9 vivek123 ASP.NET 1.0 and 1.1 Professional 0 April 10th, 2007 12:18 AM
dll Error Norberto_Caraballo VB Components 4 August 9th, 2006 12:38 PM
How to create CLSID for dll as_prabahar ASP.NET 1.0 and 1.1 Professional 3 July 12th, 2006 02:36 AM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.