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


Peter Larsen
2015-12-30T11:41:56Z
Hi,

Just upgraded to version 8 because loading of app.config, while executing an assembly, is needed.
Two problems arise now:
1: The result is ALWAYS successful - even if the assembly return by throwing an exception
2: I can't get any output (std output) out, if the execution is successful.

I have tried the following in app.config:
Quote:

<system.diagnostics>
<trace autoflush="true" indentsize="4">
<listeners>
<add name="fileTraceListener" type="Microsoft.VisualBasic.Logging.FileLogTraceListener, Microsoft.VisualBasic,Version=10.0.0.0,Culture=Neutral, PublicKeyToken=b03f5f7f11d50a3a" location="ExecutableDirectory" LogFileCreationSchedule="Daily" autoflush="true" BaseFileName="LogFrameworkLog" MaxFileSize="100000000" />
</listeners>
</trace>
</system.diagnostics>



And the following in code:
Quote:

Trace.Listeners.Add(new ConsoleTraceListener());
Trace.Listeners.Add(new TextWriterTraceListener());
Console.OutputEncoding = new System.Text.UTF8Encoding(true);


and
Quote:

Console.WriteLine("EventTemporaryForVisualCron entered");
Console.Error.WriteLine("EventTemporaryForVisualCron entered"); //This works to error output
Trace.WriteLine("EventTemporaryForVisualCron entered");


Thanks
BR
Peter
Sponsor
Forum information
Support
2015-12-30T13:50:02Z
Hi,

this has been fixed in 8.0.1 which will be released soon: http://www.visualcron.co....aspx?g=posts&t=5304 
Henrik
Support
http://www.visualcron.com 
Please like  VisualCron on facebook!
Peter Larsen
2016-01-04T07:12:40Z
Any idea when this will be released - because, as it is at the moment, we can't use VisualCron when not knowing when a job went well or failed.
Thank you.

BR
Peter

Originally Posted by: Support 

Hi,

this has been fixed in 8.0.1 which will be released soon: http://www.visualcron.co....aspx?g=posts&t=5304 



Support
2016-01-04T19:04:28Z
Hi Peter,

The expected release date for 8.0.1 is in the first half of January 2016.
Michael
Support
http://www.visualcron.com 

Please like  VisualCron on facebook!
Scroll to Top