我已使用以下脚本来启动我的应用程序。
\n\nimport subprocess\nsubprocess.call(\'C:\\Program Files (x86)\\Terrain\\Track3D\\TRACK\xe2\x84\xa2.exe\')\nRun Code Online (Sandbox Code Playgroud)\n\n我能够启动应用程序,但应用程序的一些 dll 未加载。手动启动时,该应用程序可以完美启动。
\n\n显示了许多错误,其中一些是:
\n\n1) 无法加载 SchedulesController 模块的类型。\n 错误是:无法加载文件或程序集“Schedules.dll”或其依赖项之一。系统找不到指定的文件。\n System.IO.File 未找到异常。
\n\n2) 错误窗口的标题为“Microsoft.Practices.Prism.ModuleTypeLoadingException”
\n\n谁能给我解决这个问题?
\n