"Error Creating Window Handle" Keeps occuring randomly in my application

  • Thread starter Thread starter viditm
  • Start date Start date
V

viditm

Hi

I keep getting the error "Error Creating Windows Handle" in my application and different places in the code. This occurs only to certain users. Its very random and cannot be reproduced in the development environment.
I have an applicatin error logger which shows this error occuring (in the stack trace dump) but it again occurs at different locations in the code and occurs inconsistently.

If anyone knows why it occurs or what can be done to prevent it, please advice.

Thanks

Vidit

**********************************************************************
Sent via Fuzzy Software @ http://www.fuzzysoftware.com/
Comprehensive, categorised, searchable collection of links to ASP & ASP.NET resources...
 
Hi

what i had when i got this exception is nullreference in a function that is
in another assembley (dll) that the Load event of the form called to this
function.
for some reason he fire me this exception, i thaout from where i called the
Show() method of that form.
try to catch it line-by-line - i resolve my problem like this

hope this help,
yair

Vidit Mathur said:
Hi

I keep getting the error "Error Creating Windows Handle" in my application
and different places in the code. This occurs only to certain users. Its
very random and cannot be reproduced in the development environment.
I have an applicatin error logger which shows this error occuring (in the
stack trace dump) but it again occurs at different locations in the code and
occurs inconsistently.
If anyone knows why it occurs or what can be done to prevent it, please advice.

Thanks

Vidit

**********************************************************************
Sent via Fuzzy Software @ http://www.fuzzysoftware.com/
Comprehensive, categorised, searchable collection of links to ASP &
ASP.NET resources...
 
Back
Top