|
Question : Problems when running VB.NET app as a scheduled task
|
|
I have a Scheduled Task that runs a VB.NET program on a daily basis, however whenever it tries to run it as scheduled It fails with 0xe0434f4d and the following event is available in the Application Log.
The description for Event ID ( 0 ) in Source ( .NET Runtime ) cannot be found. The local computer may not have the necessary registry information or message DLL files to display messages from a remote computer. The following information is part of the event: .NET Runtime version 1.0.3705.0- vBasementDataLink.exe - Common Language Runtime Debugging Services: Application has generated an exception that could not be handled.
Process id=0x2cc (716), Thread id=0x67c (1660).
Whenever I try to run this program myself it works fine. Any suggestions?
Thanks in advance,
Alex.
|
|
Answer : Problems when running VB.NET app as a scheduled task
|
|
Are you trying to access a resource that may only be visible to a log user (a mapped drive for example) ?
|
|
|