Re: [DOTNET] Creating Add-In for VS.NET

2002-04-30 Thread Miller, Chris
;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'

Re: [DOTNET] Creating Add-In for VS.NET

2002-04-30 Thread Jay Ayliff
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

Re: [DOTNET] Creating Add-In for VS.NET

2002-04-29 Thread Sills, Adam
, 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

[DOTNET] Creating Add-In for VS.NET

2002-04-29 Thread Mike Best
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'