我有一个用 C# 编写的控制台程序,用于发送传真。当我在 Visual Studio 中逐步执行该程序时,它工作正常。当我在 Windows 资源管理器中双击该程序时,它工作正常。当我设置 Windows 计划任务来运行程序时,它在事件日志中失败了。
EventType clr20r3, P1 consolefaxtest.exe, P2 1.0.0.0,
P3 48bb146b, P4 consolefaxtest, P5 1.0.0.0, P6 48bb146b,
P7 1, P8 80, P9 system.io.filenotfoundexception,
P10 NIL.
我编写了一个批处理文件来运行传真程序,但它失败并显示此消息。
Unhandled Exception: System.IO.FileNotFoundException: Operation failed.
at FAXCOMEXLib.FaxDocumentClass.ConnectedSubmit(FaxServer pFaxServer)
谁能向我解释这种行为?