Hi;
I seem to crash (or break) VC when I execute the below code..
VC is returning the below after about 10 sec
System.ArgumentNullException: Value cannot be null.
Parameter name: key
at System.Collections.Generic.Dictionary`2.FindEntry(TKey key)
at System.Collections.Generic.Dictionary`2.ContainsKey(TKey key)
at VisualCronAPI.Jobs.Contains(String strJobId)
at frmMain2.LGOFIHDBKKNMKLGKEDAMKMHJDNAHAMGLGILI(Server& , JobClass , TaskClass ) in C:\sourcefiles\code\VisualCron\Main\frmMain2.vb:line 1935
I have added / removed / imported / generally playing around / so I am wondering if there could be a relation?
Upon VC restart, the application will display the same error again.
And also... does my code seem to be correct??
Thanks, Martin
Edited by moderator
11 years ago
|
Reason: Additional information