Re: Class does not support
Did you create a setup package and if so with what packager program?
Sounds ike your program was compiled with one version of mdac and the
workstation has a different version.
Re: Class does not support
i have created a setup from Visual Studios Package & development wezard
then again i have created it fresh now at the time of set it is giving error registering msado15.dll, msado15.dll is not getting registered and i m geting error Active X cant creat object
Re: Class does not support
Are these errors during packaging or runing of your program and on your machine or another machine?
You may want to download the Component Checker utility from M$ that can tell you the version of MDAC on any system.
Re: Class does not support
i have downloaded the mdac_typ 2.5 form the microsoft download center
and at the installation it is also showing error cant register ocx msado15.dll
than i tried to unregister it
as following regsvr32 /u msado.ll.dll agian error "failed to load library" how to unregister it
Re: Class does not support
Must not be registered, then. Maybe it's not compatible with W98? Did you read up on it?
Re: Class does not support
Your unregistering correctly.
Code:
regsvr32 /u msado15.dll
Why are you installing 2.5? Is that what your development maching is running?
Did the target machine have it installed at all or just a different version?
Re: Class does not support
yousufkhan,
Do you have administrator rights?
Re: Class does not support
RogDob
How to check on the develoopment machine what version of MDAC is running?
but on the target machine when i m instaling MDAC_TYP 2.5 giving error
failed to register MSADO15.DLL
Re: Class does not support
The reason for installing MDAC 2.5 is to get the JET 3.51 engines installed. That was the last MDAC that had JET engines. Multiple MDAC's can be installed on a machine. If you use the Automatic OS Updater it will install all the MDAC/DCOM/JET components that one needs for any Windows OS.
Multiple MDAC's can be active at the same time for some have different components than others. The latest MDAC will update all the components it uses to the latest version.
Re: Class does not support
Quote:
Originally Posted by yousufkhan
RogDob
How to check on the develoopment machine what version of MDAC is running? ...
See post #4 for the download link for the component checker utility. :thumb:
[RESOLVED] Re: Class does not support
RogDog i have check the development machine by component checker it is showing MDAC 2.6 RTM and on the client machine it MDAC 2.5 SP3
again i have installed the project now it is showing error
"Class does not support Automation or does not support expected interface"