TaskEditDialog ted = new TaskEditDialog(dct, true, true);
try
{
ted.ShowDialog();
On Windows 2008 R2 Server, logged in as an Administrator, when the ShowDialog() call exits (but before it hits the next line of my code) I am seeing an Unhandled Exception.
On my Windows 10 dev machine it is absolutely fine, on other platforms it also seems fine. It is the specific circumstances that seems to be causing the problem.
Any advice most welcomed. If I can provide more/better diagnostic information I'd be very happy to.
Comments: ** Comment from web user: dahall **
try
{
ted.ShowDialog();
On Windows 2008 R2 Server, logged in as an Administrator, when the ShowDialog() call exits (but before it hits the next line of my code) I am seeing an Unhandled Exception.
On my Windows 10 dev machine it is absolutely fine, on other platforms it also seems fine. It is the specific circumstances that seems to be causing the problem.
Any advice most welcomed. If I can provide more/better diagnostic information I'd be very happy to.
Comments: ** Comment from web user: dahall **
It definitely has to do with the settings of the TaskDefinition you are passing in. On the Windows 10 system, please capture and send me the XML for the task. I can then unravel it on my test systems to find the bug.