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 gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Class Object Not Loading

Status
Not open for further replies.

Wacki

Programmer
Oct 28, 2004
35
US
I am running CR v10, VB6, connecting to a SQL 2000 DB.

When I try to add Crystal Reports to the application I receive an error stating that the class is not registered. I have uninstalled and reinstalled both my CR and VB applications. Then rerun the VB and still get the error.

Any Ideas on how to fix this are greatly appreciated.

TIA

WACKI
 
The exact Message is
Class {BD4B4E61-F7B8-11D0-964D-00A0C9273C2A} of control (CRName) was not a loaded control class
 
Are you using .dsr's in your application? Check out this post from the BizObj forum. The last post in that thread was mine, as I had been trying to reset my VB 6 install to recognize CR 9 instead of CR 8.5, and was able to do it by unregestering the 'old' version of craxdui.dll, and registering the new one. That might be the problem you're having.

-dave
 
Solved!! The error was caused by a dll being in the registry 3 times. How does this happen???
 
It's probably just residual garbage created/left over by the Crystal installer vs. Windows.

Glad you got that sorted out.

-dave
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top