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.
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.