|
-
Dec 4th, 2003, 06:51 AM
#1
Thread Starter
Lively Member
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

-
Dec 4th, 2003, 07:59 AM
#2
Fanatic Member
Is the framework installed on the client (same version)? Do they have permission to run the code?
-
Dec 4th, 2003, 10:25 AM
#3
Thread Starter
Lively Member
with Regards
sameer Mulgaonkar

-
Dec 4th, 2003, 10:55 AM
#4
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.
-
Dec 5th, 2003, 03:17 AM
#5
Thread Starter
Lively Member
how to go about it? how i can get the line number?
with Regards
sameer Mulgaonkar

-
Dec 5th, 2003, 11:05 AM
#6
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|