Click here to Skip to main content
15,889,281 members
Articles / Macros
Alternative
Tip/Trick

Preventing Visual Studio from removing "using System"

Rate me:
Please Sign up or sign in to vote.
0.00/5 (No votes)
16 Dec 2009CPOL 4.6K   1
Hi,I've just got stuck on some problems with CommandEvents, but I managed to find that solution:http://www.dotnetmonster.com/Uwe/Forum.aspx/vs-ext/623/DTE-CommandEvents-handlers-not-working-reliably[^]It says that you must keep the reference for CommandEvents object. It did the trick for...
Hi,

I've just got stuck on some problems with CommandEvents, but I managed to find that solution:
http://www.dotnetmonster.com/Uwe/Forum.aspx/vs-ext/623/DTE-CommandEvents-handlers-not-working-reliably[^]
It says that you must keep the reference for CommandEvents object. It did the trick for my case,

regards,
n

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
United States United States
This member has not yet provided a Biography. Assume it's interesting and varied, and probably something to do with programming.

Comments and Discussions

 
GeneralThank you for sharing this information, but I think in this ... Pin
Sergey Alexandrovich Kryukov1-May-11 15:31
mvaSergey Alexandrovich Kryukov1-May-11 15:31 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.