How to locate and fix the error "Error Creating Windows Handle"

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Vidit

    How to locate and fix the error "Error Creating Windows Handle"

    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.
    My application is a windows forms application, with
    multiple instances of same MDI form created and then run
    simultaneously.
    If anyone knows why it occurs or what can be done to
    prevent it, please advice.

    Thanks

    Vidit
  • One Handed Man

    #2
    Re: How to locate and fix the error "Error Creating Windows Handle"

    Are all the users pc specifications the same ?,,
    Does a pattern exist, ie small amount of memory = expect more failures ?
    or operating systems
    or
    Other software installed ?

    ask youself lots of questions. This sounds like one of those really
    horrible ones. However, the information will be there, you just need to
    become a private detective, gather it, collate and sift it, maybe then we
    can pinpoint it a little better.

    ;-D


    --
    Regards - One Handed Man

    Author : Fish .NET & Keep .NET
    =============== =============== ===========
    This posting is provided "AS IS" with no warranties,
    and confers no rights.


    "Vidit" <viditm@hotmail .com> wrote in message
    news:1e3301c373 01$d7fcdb20$a50 1280a@phx.gbl.. .[color=blue]
    > 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.
    > My application is a windows forms application, with
    > multiple instances of same MDI form created and then run
    > simultaneously.
    > If anyone knows why it occurs or what can be done to
    > prevent it, please advice.
    >
    > Thanks
    >
    > Vidit[/color]


    Comment

    • Vidit Mathur

      #3
      Re: How to locate and fix the error &quot;Error Creating Windows Handle&quot;

      I have the stack trace for the events when the error occurs.
      I also know that it is occuring for users using Windows 2000 and XP.
      I know that the users run maybe a few more applications than developers.
      And it doenst occur on development machines.
      If you want to look at the error logs I can send them.
      Let me know

      Thanks

      Vidit




      *** Sent via Developersdex http://www.developersdex.com ***
      Don't just participate in USENET...get rewarded for it!

      Comment

      • One Handed Man

        #4
        Re: How to locate and fix the error &quot;Error Creating Windows Handle&quot;

        This sounce like it might be a resource issue. Have you checked the EXACT
        syntax of the error on google or MS site, that might shed some light.

        What sort of application is it ?


        --
        Regards - One Handed Man

        Author : Fish .NET & Keep .NET
        =============== =============== ===========
        This posting is provided "AS IS" with no warranties,
        and confers no rights.


        "Vidit Mathur" <viditm@hotmail .com> wrote in message
        news:eGMLtbwcDH A.1204@TK2MSFTN GP12.phx.gbl...[color=blue]
        > I have the stack trace for the events when the error occurs.
        > I also know that it is occuring for users using Windows 2000 and XP.
        > I know that the users run maybe a few more applications than developers.
        > And it doenst occur on development machines.
        > If you want to look at the error logs I can send them.
        > Let me know
        >
        > Thanks
        >
        > Vidit
        >
        >
        >
        >
        > *** Sent via Developersdex http://www.developersdex.com ***
        > Don't just participate in USENET...get rewarded for it![/color]


        Comment

        Working...