Losing control to add-in in VS.NET

N

Nick

Hi,

I am developing an WORD COM add-in using VS.NET 2003 - Shared add-in
wizard, which follow the howto from Microsoft

The problem I encountered is :

1. I follow the howto from MS, which success build a simple add-in
2. I have set the debug option to launch MS Word when debugging
3. The Shared add-in wizard also create a MSI project for me
4. I debug the project, it was okay, I can step over each statement
5. I try to test the MSI, install it and uninstall it
6. Now, I cannot debug the project, no matter I rebuild the project or
solution

How to get the debugging work again (without create the whole project
again)?

Any comment?

Thanks!

Nick
 
A

Alexander Czernay

Just reinstall it with the created setup-project. This will re-register
it for further debugging etc.

--ac
 

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