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
MPF - 03 Dec 2004 01:12 GMT
Is your code surrounded in a Try..Catch block to log any exceptions and see
if the application is throwing the exception?
> 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