.NET/COM excel addin

H

helix

Hi all,

I have written a Excel addin in C# which is registered for COM interop.
Everything works beautifully apart from one problem. When I'm coding I like
to be able to connect and disconnect from an add-in on the fly whenever I
want to recompile the source. Back in the ol' days when I was using Win32
XLLs, I could do this easily by just unchecking my addin from the
tools>addin's menu. This no longer works with my .NET addin and I have to
restart excel in order to break the connection in order to recompile. Does
anyone know how to get around this problem?

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