Community forum

Please note that VisualCron support is not actively monitoring this community forum. Please use our contact page for contacting the VisualCron support directly.


Nautius
2012-02-28T22:19:08Z
I created a script in Visual Studio 2010 and saved it as a Console script project out on the VisualCron server.

When I create a script to call the .vb file nothing happens. I am sure I am missing something here.

Does VC see vb files? Or does the fact that Visual Studio is not on that server prevent the vb file from being executed?

I am very new to VisualCron and VB. Any suggestions or help is appreciated. Please let me know what more information I should provide as well.

Thanks.
Sponsor
Forum information
Support
2012-02-29T06:54:38Z
Hi,

if you are talking about the Execute Script Task that is for Windows scripting and vbscript. Not .NET.

If you already have compiled a console application you should use the Execute Task.

If you have a dynamic link library you could use the Assembly Execute Task.

If you have just a code snippet you can paste it in the .NET Code execute Task.
Henrik
Support
http://www.visualcron.com 
Please like  VisualCron on facebook!
ErikC
2012-02-29T06:54:57Z
Hi mckinnj1,
Welcome to the forum!

The Execute Script taskt executes VBScripts (.vbs) and JScript.
I'm not sure if the code generated by vs2010 is a vbs file.
You could compile it to a console app an run it with an execute task.

Reference:
Execute script 
Execute 

Regards,
Erik
Uses Visualcron since 2006.
Scroll to Top