【发布时间】:2012-02-05 05:22:45
【问题描述】:
当我在我的电脑上以 VS2010 IDE 或作为 EXE 运行时,它可以工作。但是当我通过调度程序在另一个盒子上运行时,我得到了错误:
There was an error in serializing body of message MyClassSoapIn: 'Unable to generate a temporary class (result=1).
error CS2001: Source file 'C:\WINDOWS\TEMP\xvjzdxjt.0.cs' could not be found
error CS2008: No inputs specified
这可能是权限问题吗?它使用临时文件夹。这会是个问题吗?
【问题讨论】:
标签: .net wcf visual-studio-2010