.Net Application Randomly Crashes

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

My .NET Windows Application is randomly crashing when run on Windows XP SP2
or Windows 2003 Server SP1. In the rare instance that an error message is
displayed, it generally is an Ado or an ADOX (2.8) error message, but usually
the application just dissapears. Adjusting the .NET Assembly Trust seems to
modify how stable the application is, but eventually it appears ado is
erroring out OR the .NET Framework is killing the Application.
 
My .NET Windows Application is randomly crashing when run on Windows XP
SP2
or Windows 2003 Server SP1. In the rare instance that an error message is
displayed, it generally is an Ado or an ADOX (2.8) error message, but
usually
the application just dissapears. Adjusting the .NET Assembly Trust seems
to
modify how stable the application is, but eventually it appears ado is
erroring out OR the .NET Framework is killing the Application.

Since this is a .NET Windows application, why are you using ADO / ADOX?
 
Precisely. You finally had a chance to get yourself free from DLL hell but
you brought the hellion with you in the car.

--
____________________________________
William (Bill) Vaughn
Author, Mentor, Consultant
Microsoft MVP
www.betav.com/blog/billva
www.betav.com
Please reply only to the newsgroup so that others can benefit.
This posting is provided "AS IS" with no warranties, and confers no rights.
__________________________________
 
Back
Top