Trying to create a batch file

G

Guest

I'm using the developer tools to create a standalone database.
All went fine until I reached the final step and it went to create a batch
file.
I received the following error in the 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>6355</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-06-18T11:21:39</Time>
</Error>
</dataroot>
Can anyone help me understand just what the hell that means?
 
G

Guest

I know it's not much help, but begin looking at any ActiveX controls you have
included. The description line, in your error, is about as specific as the
error gets. =/

<Description>ActiveX component can't create object</Description>

Sharkbyte
 

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