Scheduled job

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

Guest

Ive written a scheduled job in c#, which actually runs on some servers, on
another its blowing up with a 0xe0434fd. Actually, Im thinking this is a
server issues, perhaps permissions - but I dont see any good resources on the
web similar to this. Is there a newsgroup for servers?
Thanks, Mark
 
Is your code surrounded in a Try..Catch block to log any exceptions and see
if the application is throwing the exception?
 
Back
Top