Why I can't debug add-in

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hello folks,

I am new to add-in, I am now stucked by the debugging.

My VS.NET is newly installed. I created a new add-in using the template, I
added only one line to this add-in, simply pop up a message saying it's
running.

The add-in will show up at the first time. However, when I made some code
changes and tried to debug it, it is not showing up in the debug environment.
I check the add-in manager(in debug env), it's there.

I tried the following methods I digged from Internet:
1. Click on the .reg file to re-register the add-in.
2. Run devenv /setup in Command Prompt mode.

But it just disappeared from the tool menu.

I uninstall and reinstall it, no luck.
I changed the code back to the first time that it worked, no use, in won't
show up.
I moved my code to another machine, no use.

What's the problem?

Thans.

What the heck problem it is?

Thanks. Any hint will be appreciated.
 
Back
Top