Quantcast
Channel: Task Scheduler Managed Wrapper
Viewing all articles
Browse latest Browse all 2206

New Post: error load assembly

$
0
0
I solve it In XP, when GetTask() if the task not exist generate error, therefore with tryCath I create the task and continue jejeje
try
{
Task t = ts.GetTast(name);
if(t !=null)
NewTask();
}
catch
{
//genare error because is XP and the task not exists
NewTask();//bla bla bla
}

Viewing all articles
Browse latest Browse all 2206

Trending Articles