Visual Basic Classic
--
Questions
--
Followers
Top Experts
Run-time error- 2147221164(80040154)'
Class not registered.
I am assuming that somthing is not registering in the registry the way that it should. I built a class in this program that has a .cls extension. Is there somthing that I need to do with this class to register it on the users computer? The other thing is that I am useing the TRue DBGRID 6.0 and am sending out the necessary files that this control requires. But am still geting this message. Any idea's.
Zero AI Policy
We believe in human intelligence. Our moderation policy strictly prohibits the use of LLM content in our Q&A threads.
I've just recently had several problems with using the Setup Wizard, myself. Perhaps some of the solutions I've discovered will help you with problem.
-If installing to a Win95/98 machine, install DCOM95/DCOM98 onto the target system prior to running your setup file.
-Comb your SETUP.LST file for any anomolies. For instance, there is a bug with the Calendar control: when preparing the Setup.lst, the setup Wizard will throw in an unneccessary "EX" behind the DLLSelfRegisterCommand, making the syntax appear "$(DLLSelfRegisterEX)". By simply removing the "EX", the DLL was able to register properly.
-Make sure that the version numbers reported in your SETUP.LST are correct.
-You should not have to do anything "special" with projects containing class modules. The PDW is pretty efficient at determining dependency files and including them with your package.
Try InstallShield for VisualC++ 6.0 to create a setup for a project, and then
you'll fall inlove with VB deploiment wizard...........
Regarding the Calander control - that's an old problem from VB5. now, in Vb6 sp3
i see a new version (9) of this control (or did it came from Office2000 i've just installed ??).
regarding DCOM - if IE4.01(at least) is on the machine - you don't need that.






EARN REWARDS FOR ASKING, ANSWERING, AND MORE.
Earn free swag for participating on the platform.
Thanks
Visual Basic Classic
--
Questions
--
Followers
Top Experts
Visual Basic is Microsoft’s event-driven programming language and integrated development environment (IDE) for its Component Object Model (COM) programming model. It is relatively easy to learn and use because of its graphical development features and BASIC heritage. It has been replaced with VB.NET, and is very similar to VBA (Visual Basic for Applications), the programming language for the Microsoft Office product line.