Deployment of managed COM AddIn for Access

T

tolgaguler

Hi,

I recently wrote a COM AddIn for MS Access using VS 2003, which should
be loaded automatically on start up.
On my development machine it works fine.
But after deploying the addin using regasm with "CodeBase" option on a
test environment with a smilar configuration, I get some problems. The
autostart of the addIn fails and it's not possible to load the addin
manually (I recieve "It's not a valid office Add-In") either.

On the other hand, if I try to set a reference to the type library, it
works and I have access to all classes and their methods/properties
using VBA.

What am I doing wrong ?

Can someone help me ?

Thanks in advice

Tom
 

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