Whole Tomato Software Forums
Whole Tomato Software Forums
Main Site | Profile | Register | Active Topics | Members | Search | FAQ
User name:
Password:
Save Password
Forgot your password?

 All Forums
 Visual Assist
 Technical Support
 Disabling Visual Assist at startup
 New Topic  Topic Locked
 Printer Friendly
Author Previous Topic Topic Next Topic  

sthomas
Starting Member

1 Posts

Posted - Sep 22 2005 :  1:54:14 PM  Show Profile
When Visual Assist starts up it spends some time parsing data files and getting itself all set up. This is all well and good, but in our build process we use a tool called FinalBuilder and have it configured to repeatedly open up .sln files and build certain projects. In this case I want Visual Assist disabled because I'm not actually interacting with Visual Studio at all. The Visual Assist setup process is slowing the build down considerably. With Visual Assist it takes about 7 1/2 hours. I uninstalled Visual Assist to see if that was a problem and the build process went down to only 4 1/2 hours.

So to sum things up I want Visual Assist enabled when I manually open up the .sln and start working, but I want it disabled when building with our build tool. Is there a command line option to keep Visual Assist disabled perhaps? I could reconfigure our build process to pass this option in whenever it starts up Visual Studio. Or does anyone have any other ideas? Thanks for any help.

- Steve

sean
Whole Tomato Software

USA
2817 Posts

Posted - Sep 23 2005 :  9:14:43 PM  Show Profile
If you can configure the build process to run some reg scripts, you can disable VA prior to the load of the IDE.

For VS2003 - to disable VA:
[HKEY_LOCAL_MACHINE\\SOFTWARE\\Microsoft\\VisualStudio\\7.1\\Addins\\VAssistNET.Connect]
"LoadBehavior"=dword:00000001


to re-enable VA:
[HKEY_LOCAL_MACHINE\\SOFTWARE\\Microsoft\\VisualStudio\\7.1\\Addins\\VAssistNET.Connect]
"LoadBehavior"=dword:00000003


For vc6, to disable VA:
[HKEY_CURRENT_USER\\Software\\Microsoft\\Devstudio\\6.0\\AddIns\\VisualAssist.DSAddin.1]
@="0"

to re-enable:
[HKEY_CURRENT_USER\\Software\\Microsoft\\Devstudio\\6.0\\AddIns\\VisualAssist.DSAddin.1]
@="1"
Go to Top of Page
  Previous Topic Topic Next Topic  
 New Topic  Topic Locked
 Printer Friendly
Jump To:
© 2023 Whole Tomato Software, LLC Go To Top Of Page
Snitz Forums 2000