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
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