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

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

Yair Cohen

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

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top