T O P I C R E V I E W |
acannon |
Posted - Dec 08 2006 : 12:19:54 PM if I debug a vbs script as follows: - cscript //nologo //x myscript.vbs - click yes to a new instance of VS 2005
I see a dialog Visual Assist X dialog popup, stating "^TransientScriptDocument0.vbs" has been deleted..."
Is there away to configure VS to not do this?
Andrew |
3 L A T E S T R E P L I E S (Newest First) |
feline |
Posted - Dec 11 2006 : 10:24:12 AM I am seeing the same error here. Try going into:
VA Options -> Projects -> Extensions -> Extensions to ignore
and add ".vbs;" to the list of extensions to ignore. I ended up with the list ".ctc;.css;.config;.xaml;.vbs;"
Once I had done this and closed the IDE to make sure the settings had been saved the error message went away. |
acannon |
Posted - Dec 08 2006 : 3:23:57 PM create a new text file. added the following in it: wscript.Echo "Hello World" save it as myscript.vbs |
feline |
Posted - Dec 08 2006 : 3:17:37 PM can you post a sample VBS file for me to test with? I don't know anything about VBS, and it is not obvious to me why the IDE would get involved here. |