-
Class not registered
Would like to know y i get this error when install the programm at other pc although i had already generated a setup program.
"Class no registered"
"Looking for object with CLSID:{00000010-0000-0010-8000-00AA006D2EA4}
when i run the setup i get this error as well "cannot register msado25.tlb"
-
Re: Class not registered
Sounds like you may have manually added the ADO object files to your setup package? What are you using to package your program?
-
Re: Class not registered
What kind of a machine are you trying to install on? What OS?
-
Re: Class not registered
The error would be generated from ADO not being correctly installed. ie: file distributed and not installed
-
Re: Class not registered
You are probably attempting to register the tlb file in the regular way one would register a dll/ocx. That will not work.
Please read Installer Problems for more help in the installation area
-
Re: Class not registered
i use the vb deployment wizard to do the setup package.. I wrote a simple module and when i install at my friends pc i get this error.. on windows xp professional
-
Re: Class not registered
Thread Moved
ADO 2.5 isnt installing correctly. Do you have admin permissions on the xp system? Is it running SP-2?
-
Re: Class not registered
Did you read the link that I posted?
-
Re: Class not registered
yup.. had read yr article and tried the recommeded setup software but still get the same error..
-
Re: Class not registered
And what software setup was that???
-
Re: Class not registered
i use install shield 10.5
-
Re: Class not registered
hey guys.. thx for all the help.. i was able to solve it the problem.. it's not abt the setup package but coz i put a MSFlexGrid and data1,dbgrid in one form. After i remove the dbgrid and data1 then everything work fine.
-
Re: Class not registered
Where in the article did I say anything about Install Shield? The information was in regards to the proper dependencies? How on earth did you read Install Shield out of that????
-
Re: Class not registered
i did try using Inno Setup and other setup packages such as install shield but did not work as well coz the problem is not cause from dependancies.. thx anyway..
-
Re: Class not registered
Post you Inno Setup Script... Did you get the same error?