runtime error -2147319779

S

StuJol

Ive been using the developer extensions to package my access 2003 database.
All works fine except for when i try and save my template within the package
wizard. I get the msg 'An unexpected error has been encounted in procedure
openacapp of module clswizard. runtime error -2147319779 automation error.
library not registered. package wizard will close down. do you want to vie
werror log'

below is error log

<dataroot>
- <Error>
<AppName>Package Wizard</AppName>
<AppVersion>11.0.5622</AppVersion>
<AppInstallLocation>C:\Program Files\Microsoft
Office\ADE11\</AppInstallLocation>
<AccessVersion>11.0</AccessVersion>
<AccessBuild>6566</AccessBuild>
<AppFileName>C:\Program Files\Microsoft
Office\ADE11\WZADE.MDE</AppFileName>
<IsAddIn>False</IsAddIn>
<FileType>MDE</FileType>
<ModName>clsWizard</ModName>
<ProcName>OpenAcApp</ProcName>
<ErrorNumber>-2147319779</ErrorNumber>
<Description>Automation error Library not registered.</Description>
<Time>2005-11-28T19:12:36</Time>
</Error>
</dataroot>


I have unistalled and re-installed access2003 developer extension but it has
made not difference.

The only thing i have done which may of caused this error was to delete the
standered Northwind package template from access2003 developer extensions.

Please can someone help.
 
K

Karl H

Hi,
I had a similar problem tonight after doing some Office Updates, as advised
to solve other problems. My error msg said, "error in OpenAcApp of module
clsWizard. Runtime error '429' ActiveX component can't create object. Here'
my code:

- <dataroot>
- <Error>
<AppName>Package Wizard</AppName>
<AppVersion>11.0.5622</AppVersion>
<AppInstallLocation>C:\Program Files\Microsoft
Office\ADE11\</AppInstallLocation>
<AccessVersion>11.0</AccessVersion>
<AccessBuild>6566</AccessBuild>
<AppFileName>C:\Program Files\Microsoft
Office\ADE11\WZADE.MDE</AppFileName>
<IsAddIn>False</IsAddIn>
<FileType>MDE</FileType>
<ModName>clsWizard</ModName>
<ProcName>OpenAcApp</ProcName>
<ErrorNumber>429</ErrorNumber>
<Description>ActiveX component can't create object</Description>
<Time>2005-12-19T22:42:20</Time>
</Error>
</dataroot>
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads


Top