Hi,
I am testing VisualCron. One of the things that i am interested in, is the ability to execute a dotnet assembly DLL.
There are 2 problems that i have encountered:
1. When i try to create a Task and load my dll it crashes
Error details:
After some investigating it is possible to make VisualCron crash if:
1)With an empty class file, only a namespace. No class, enum, ect.
2)With a class file that has an internal class.
3)With a Class without a method.
2. The other problem is that the DLL remains in memory after creating the Task (or when it crashes). The DLL can't be updated without restarting the VisualCron Service! Also when the Task is inactive i think it must be possible to upload the DLL.