Application Hung getting more details

  • Thread starter Thread starter Maurice Mertens
  • Start date Start date
M

Maurice Mertens

Hi,

the application I wrote in VB.NET has hung for an unknown reason. The
application needed to be terminated by using the task manager, resulting in
a corrupt Access-database.

I am trying to find out what went wrong or what caused this behaviour. In
the system's event log I can see some details about the hung application
but this isn't getting me any further.

I would like to know if there's a way to get more details about this event.
Can I change some settings in my VB.NET Project which after compiling will
result in better details or some sort of debug options?

--
Met vriendelijke groet / With regards / Saludos,
Moviat Automatisering


Maurice Mertens
mauricem@moviat_KillSpamWordForEMail.nl

tel: +31 162 470 534
fax: +31 162 470 502
 
Run debug line-by-line and try to locate places which can result in such
aplication crash (loops and etc.). Then add code to log every event in
system log. I know it's hard and time-consumable, but it's the only way.

GM
 
Back
Top