;Note:" at:
HTH,
-Chris
-Original Message-
From: Sills, Adam [mailto:[EMAIL PROTECTED]]
Sent: Monday, April 29, 2002 9:40 PM
To: [EMAIL PROTECTED]
Subject: Re: [DOTNET] Creating Add-In for VS.NET
How is it not running? You're pressing F5 (or clicking the Run command) and
it'
Hi Mike,
If I understand your question, I think what you need to do is set the the
instance of Visual Studio containing your Add-in so it starts another copy
of Visual Studio when it runs. I kind man called Sam Gentil gave me this
answer. It's in the archives on 26 March this year if you want to
, you
/should/ be able to attach to the devenv.exe process and debug it that way.
Adam..
-Original Message-
From: Mike Best [mailto:[EMAIL PROTECTED]]
Sent: Monday, April 29, 2002 7:58 PM
To: [EMAIL PROTECTED]
Subject: [DOTNET] Creating Add-In for VS.NET
Hello all,
I'm trying to b
Hello all,
I'm trying to build an add-in for VS.NET, but seem to be missing something. I
cant enable debugging for the add-in code. The only way I can get it to run is
to compile the add-in, install it, then run it from the IDE. But of course, at
this point I'm running compiled code, so I can'