Results 1 to 6 of 6

Thread: error at client's PC while runing the exe

  1. #1

    Thread Starter
    Lively Member sameer spitfire's Avatar
    Join Date
    Nov 2001
    Location
    India
    Posts
    120

    error at client's PC while runing the exe

    Hi friend

    I made a project which run's on my PC.I have install the project on the client's PC,But when i run the exe file its give me a error(attached BMP file)

    Application has generated an exception that could not be handled

    Process id = oxfff735e9(-576023),thread id = oxfff72c55(-578475)


    Can some one tell me what is the error about or how to debug the same ?


    Please help


    with Regards
    sameer Mulgaonkar

  2. #2
    Fanatic Member VBCrazyCoder's Avatar
    Join Date
    Apr 2003
    Posts
    681
    Is the framework installed on the client (same version)? Do they have permission to run the code?

  3. #3

    Thread Starter
    Lively Member sameer spitfire's Avatar
    Join Date
    Nov 2001
    Location
    India
    Posts
    120
    yes, definetly
    with Regards
    sameer Mulgaonkar

  4. #4
    Your Ad Here! Edneeis's Avatar
    Join Date
    Feb 2000
    Location
    Moreno Valley, CA (SoCal)
    Posts
    7,339
    You need to use either a global exception handler or put some more local ones where the error may be. Then when handling the error at least show the StackTrace of it which will tell you which file and line number fired the error.

  5. #5

    Thread Starter
    Lively Member sameer spitfire's Avatar
    Join Date
    Nov 2001
    Location
    India
    Posts
    120
    how to go about it? how i can get the line number?
    with Regards
    sameer Mulgaonkar

  6. #6
    Your Ad Here! Edneeis's Avatar
    Join Date
    Feb 2000
    Location
    Moreno Valley, CA (SoCal)
    Posts
    7,339
    The Exception.StackTrace gives more than just the line number actually it gives teh filename and a bunch of other stuff.

    http://www.vbforums.com/showthread.p...hreadid=270063

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