Runtime error 429 with EDI documents

S

SteveH

I have an Access 2003 app and I am getting this error: "Runtime error '429'.
Active X Component can't create object"
The code is trying to create and EDI document. Here is where the code fails:

Dim oEdiDoc As Fredi.ediDocument
Set oEdiDoc = New Fredi.ediDocument (fails here)

I have tried reregistering the dao360.dll as suggested in a similar post
with no luck. There are no missing references.

This code did work at one time on my machine. I don't know what would have
changed to make if fail now. It still runs on the machine that the app was
originally installed on.

Any advice is welcome.

Thanks.
 

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

Top