I'm trying to copy some VisualCron jobs from our UAT environment to our PROD environment - they are on separate servers. As soon as I connect to a second server, the client crashes with the following error:
System.NullReferenceException: Object reference not set to an instance of an object.
at VisualCronAPI.Server.get_IP() in C:\sourcefiles\code\VisualCronAPI\Server\Server.vb:line 795
at frmServerLicenseWarning.BFBHOEOMGCDJAGOMIBOBOPDAJBPOHKPHNHLA(Object , EventArgs ) in C:\sourcefiles\code\VisualCron\Activation\frmServerLicenseWarning.vb:line 15
at System.Windows.Forms.Form.OnLoad(EventArgs e)
at System.Windows.Forms.Form.OnCreateControl()
at System.Windows.Forms.Control.CreateControl(Boolean fIgnoreVisible)
at System.Windows.Forms.Control.CreateControl()
at System.Windows.Forms.Control.WmShowWindow(Message& m)
at System.Windows.Forms.Control.WndProc(Message& m)
at System.Windows.Forms.Form.WmShowWindow(Message& m)
at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
Please help - looks like this is a bug in the client - I've tried both v8.2.3 and v8.2.7 and it happens consistently.
Edited by moderator
2017-07-26T09:07:09Z
|
Reason: Not specified