|
feline
Moderator
    
United Kingdom
12803 Posts |
Posted - Apr 10 2008 : 4:14:50 PM
|
If you are using Visual Assist X build 1632 or above then you can stop the message box:

When you run Find References on a comment, or something else Visual Assist X cannot run Find References on. Simply change the following registry key:
HKCU \ Software \ Whole Tomato \ Visual Assist X \ VANet8 \ MessageBoxFailureNotifications = 0
Set this to 1 to show the message box. Set this to 0 to send the messages to the status bar instead.
Replace "VANet8" with "VANet11" for Visual Studio 2012 Replace "VANet8" with "VANet10" for Visual Studio 2010 Replace "VANet8" with "VANet9" for Visual Studio 2008 Replace "VANet8" with "VANet" for Visual Studio 2003 Replace "VANet8" with "VA6" for Visual C++ 6
Note you need to close all IDE's before editing this registry key, to avoid Visual Assist X overwriting your change when it quits. |
Edited by - feline on Sep 17 2012 6:39:19 PM |
|