Run Add-In from Visual Studio on another machine

D

David Thielen

Hi;

I copied my solution for an Add-In, written in C# with a shim, to a second
machine.

On this machine I had already installed the Add-In using my installer for
the end user install. So it installs the files, sets the registry values,
etc. for the Add-In being in the Program Files\.. directory (not where I
copied the solution).

When I try to build the solution I get the message (for the C# project, not
the shim project):
COM Interop registration failed. The check of the signature failed for
assembly 'AutoTag2003.dll'

What is wrong?
 
D

David Thielen

Never mind. You have to exit and restart VisualStudio after you do "sn -Vr
...." - no idea why...
 

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