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

Commented Issue: Windows 2008 R2 Server - unhandled exception [12432]

$
0
0
```
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: DonAtVega **

Hi David,

I have built the smallest simplest possible program to test this issue and, as you might guess, the problem does ____not____ reproduce at all. The name of the task is different but everything else is the same. So although the code is breaking inside the TaskEditor dialog the problem must be external to it.

The application the library is embedded in is highly complex with SQL CE, multi-threading background tasks and other things going on. Take all that away and the problem is disappears.

So this is my problem. Please don't waste any more of your valuable time on this. Thank you for your time and assistance, it is much appreciated.


Viewing all articles
Browse latest Browse all 2206

Trending Articles