Whole Tomato Software Forums
Whole Tomato Software Forums
Main Site | Profile | Register | Active Topics | Members | Search | FAQ
 All Forums
 Visual Assist
 Technical Support
 Rebuild symbols database from bat

You must be registered to post a reply.
Click here to register.

Screensize:
UserName:
Password:
Format: BoldItalicizeUnderlineStrikethrough Align leftCenterAlign right Insert horizontal ruleUpload and insert imageInsert hyperlinkInsert email addressInsert codeInsert quoted textInsert listInsert Emoji
   
Message:

Forum code is on.
Html is off.

 
Check to subscribe to this topic.
   

T O P I C    R E V I E W
Mariusz102102 Posted - Jun 19 2008 : 04:59:14 AM
Hello,

I am working on very big project where is a lot of changes. When I run my visual (after update source code) I can not work because VAssistX have to rebuild symbols database.

Is it possibility to rebuild symbols database from *.bat file? Is it any command line to do it?

Mariusz
3   L A T E S T    R E P L I E S    (Newest First)
feline Posted - Jun 20 2008 : 08:15:47 AM
VA can only rebuild its symbol database when the IDE is running. VA needs you to load the solution, so it knows what solution you are working on, and so that it can find the files in the solution in order to parse them.

If you want this to happen over night you could try deleting VA's symbol database and then running the IDE and loading your main solution. I do not know if this will work as expected or not, but it might.

The symbol database is stored under Windows 2000 and Windows XP in:
C:\\Documents and Settings\\<USERNAME>\\Local Settings\\Application Data\\VisualAssist\
and under Windows Vista in:
C:\\Users\\<USERNAME>\\AppData\\Local\\VisualAssist\
Mariusz102102 Posted - Jun 20 2008 : 06:39:17 AM
Hello,

I do not want to parse my code project when solution is loaded. I would like run some bat file (i.e. during night run VassistXParseAllFiles.bat) and have symbols database up-to-date.

quote:
Do you have the option:
VA Options -> Performance -> Parse all files when opening a project

Yes I have this options turned on. And after every running my visual I have to wait few minutes because VassistX reparse files.

Best regards,
Mariusz Kwiczala
feline Posted - Jun 19 2008 : 09:43:15 AM
Do you have the option:

VA Options -> Performance -> Parse all files when opening a project

turned On or Off? If this is turned on then VA should parse all of your code when you load the solution, so there should be no need to rebuild the symbol database.

© 2023 Whole Tomato Software, LLC Go To Top Of Page
Snitz Forums 2000