Click here to Skip to main content
15,885,546 members
Please Sign up or sign in to vote.
1.00/5 (2 votes)
Hi All,

I am using vb.net,vs2008 and window 7. I am working on window application.
I get " an unhandled win32 exception occured in filename.vshost.exe" error in runtime.
how to solve this type of exception.
Plz give me any suggestion or idea...help will be appreciate.

Thanks
mukesh
Posted

Run it under the debugger and see where it craps out.
 
Share this answer
 
Comments
Albert Holguin 21-Jun-11 9:26am    
my 5, debuggers save the day again! :)
Member 11166005 21-Mar-15 1:00am    
how to run under debugger . I am facing the same error . can u help me
As John suggested, running in debug mode is your best option. Make sure and look at the call stack when it stops running so you can see what occurred just prior to where it actually stopped working. After it stops, you can usually still see what's loaded in the variables to see what caused the crash.
 
Share this answer
 
Comments
Member 11166005 21-Mar-15 1:01am    
how to run under debugger . I am facing the same error . can u help me
Albert Holguin 23-Mar-15 16:35pm    

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900