PRB: " Class Not Registered " Error on ImgEdit Property Page Show (192944)
The information in this article applies to:
- Microsoft Visual Basic Learning Edition for Windows 5.0, when used with:
- the operating system: Microsoft Windows 98
- Microsoft Visual Basic Professional Edition for Windows 5.0, when used with:
- the operating system: Microsoft Windows 98
- Microsoft Visual Basic Enterprise Edition for Windows 5.0, when used with:
- the operating system: Microsoft Windows 98
This article was previously published under Q192944 SYMPTOMS
Using Windows 98 and Visual Basic 5.0 SP3, attempting to bring up the
custom property page for the Kodak Imaging Controls results in the
following error:
"Class not registered: Looking for object with CLSID
0BE35201-8F91-11CE-9DE3-00AA004BB851".
CAUSE
This CLSID corresponds to the stock "Color Property Page" found in
MFC42.DLL. The DLL that contains this property page has not been registered
correctly.
RESOLUTION
Using REGSVR32.EXE as follows to unregister and then re-register MFC42.DLL
will place the correct entries into the system registry and allow the
property page for ImgEdit, which makes use of the stock Color Property
Page, to be displayed:
Unregister MFC42.DLL as follows:
regsvr32.exe -u MFC42.DLL
Re-register MFC42.DLL as follows:
regsvr32.exe MFC42.DLL
STATUS
Microsoft has confirmed this to be a bug in the Microsoft products listed
at the beginning of this article.
Modification Type: | Major | Last Reviewed: | 12/10/2003 |
---|
Keywords: | kbprb kbRegistry KB192944 |
---|
|