.Net Windows Service Throws EventType clr20r3 system.data.sqlclient.sql error
- by William Edmondson
I have a .Net/c# 2.0 windows service. The entry point is wrapped in a try catch block yet when I look at the server's application event log I seem a number of "EventType clr20r3" errors that are causing the service to die unexpectedly. The catch block has a "catch (Exception ex)".
Each sql commands is of the type "CommandType.StoredProcedure"…