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.


nbpUsr
2021-01-29T09:27:48Z
Hi

Whenever we want to upgrade to a new version of VisualCron, we run a fixed set of tests. It fails when we call a C# assembly. The method we call simply returns the string we pass in, and so it is the simplest test possible to make sure we can call our .net code. The C# code looks like this:

image.png

When we run our test, it fails because it doesn't recognize the exit code. Note that it stops after the second task even though success is reported. The third task is not executed:

image.png

From the logfile:

image.png

This should be easy to replicate. You can litterally call any .net code and it will fail.

Thomas
Sponsor
Forum information
nbpUsr
2021-01-29T09:37:47Z
Just rolled back to 9.3.0 and ran the same test:

image.png
Scroll to Top