ActiveX component can't create object (1 Viewer)

lution

Registered User.
Local time
Today, 11:16
Joined
Mar 21, 2007
Messages
114
I have a VB.net Access COM add-in that connects to a web service to pull data. If I run my .accdb it connects to the service fine and pulls the data. If instead, I compile the .accdb into a .accde and run the same command from the .accde, I get "ActiveX component can't create object" error. I looked at http://support.microsoft.com/kb/319844 to see if something there stuck out but it didn't.

Any ideas on other things to look at? It works fine on 43 other systems but this is the first Windows 8 box. I've verified UAC is disabled, the .NET addin is installed as the user and the user has access too it. Office 2007 PIAs are loaded. Any other thoughts?

Thanks
 

SOS

Registered Lunatic
Local time
Today, 09:16
Joined
Aug 27, 2008
Messages
3,514
An ACCDE is compiled so it can't create certain objects. It would appear that is your problem. It really depends on what the add-in is creating. And, of course we don't know that because we can't see the code for the add-in.
 

Users who are viewing this thread

Top Bottom