CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2

Thread: Dr. Watson

  1. #1
    Join Date
    May 2001
    Posts
    4

    Dr. Watson

    I get an Dr. Watson error (access vioation 0xc0000005) when I unload a form.
    It happens only on few systems, What could be a problem and how could I resolve it

    please do the needfull

    Thank you
    Ravi


  2. #2
    Join Date
    Apr 2001
    Posts
    3

    Re: Dr. Watson

    hi Ravi,
    i faced the same problem and as i get this solution may be it woul dbe useful to u also. i dewveloped an activeX that searches each dirs thru thr hard disk and generates the desired information. On some PC it runs fine and on other it crashes out and same error dr. watson.
    so the thing was pC on which i login as administrator it runs fine and as i login as client (say ravi) then this user have no access to a few folders and as it tries to access it crashes out. same memory access voilation error.
    may be something of this kind. make sure u not not using arrays and if u r, u r not redifing them .. it comes with such coding also.. in this case u might have to change the logic.
    happy coding..



Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured