Class does not support automation.
Class does not support automation.
(OP)
Hi,
I have installed Pervasive V8 on server. When I run my vb app which use pervarive driver I get an error "Runtime Error `430': Class does not support Automation or does not support expected interface"
There is microsoft kb on this it says use RegSvr32.exe , unregister old dll & re-register new dll.
http://support.microsoft.com/kb/193172
Not sure which dll to unregister and what is new dll. Any idea?
Same setup on my desktop works fine.
I have installed Pervasive V8 on server. When I run my vb app which use pervarive driver I get an error "Runtime Error `430': Class does not support Automation or does not support expected interface"
There is microsoft kb on this it says use RegSvr32.exe , unregister old dll & re-register new dll.
http://support.microsoft.com/kb/193172
Not sure which dll to unregister and what is new dll. Any idea?
Same setup on my desktop works fine.
RE: Class does not support automation.
If it's the Pervasive ActiveX control, then you'll need to distribute the OCX files (ACBTR7.OCX and ACCTRL.OCX -- I think) and you'll need to register them with REGSVR32.
Mirtheil
Certified Pervasive Developer
Certified Pervasive Technician
http://www.mirtheil.com
RE: Class does not support automation.
RE: Class does not support automation.
I don't know anything about the DD50 drivers. I've never used them. As far as PV8 goes, the only drivers that might give a 430 would be the ActiveX control. If your app doesn't use them, then that's not an issue.
You'll need to debug your app a little bit to find out what line of code is actually generating the 430 error.
Mirtheil
Certified Pervasive Developer
Certified Pervasive Technician
http://www.mirtheil.com
RE: Class does not support automation.