Tagged Questions
2
votes
3answers
160 views
Custom TimerJob SQL Access?
Im trying to access an SQL database from a custom TimerJob, but it fails.
Without hitting the Exception, it just stops.
I got the exact line where it get stuck:
SqlDataReader sqlReader = ...