System.Web.Services.Protocols.SoapException: 服务器无法处理请求。 ---> System.InvalidOperationException: 无法生成临时类(result=1)。
error CS2001: 未能找到源文件“C:\WINDOWS\TEMP\eig7yrl8.0.cs”
error CS2008: 未指定输入
在 System.Xml.Serialization.Compiler.Compile(Assembly parent, String ns, CompilerParameters parameters, Evidence evidence)
在 System.Xml.Serialization.TempAssembly.GenerateAssembly(XmlMapping[] xmlMappings, Type[] types, String defaultNamespace, Evidence evidence, CompilerParameters parameters, Assembly assembly, Hashtable assemblies)
在 System.Xml.Serialization.TempAssembly..ctor(XmlMapping[] xmlMappings, Type[] types, String defaultNamespace, String location, Evidence evidence)
在 System.Xml.Serialization.XmlSerializer.FromMappings(XmlMapping[] mappings, Evidence evidence)
在 System.Web.Services.Protocols.SoapServerType..ctor(Type type, WebServiceProtocols protocolsSupported)
在 System.Web.Services.Protocols.SoapServerProtocol.Initialize()
在 System.Web.Services.Protocols.ServerProtocolFactory.Create(Type type, HttpContext context, HttpRequest request, HttpResponse response, Boolean& abortProcessing)
--- 内部异常堆栈跟踪的结尾 ---
请知道的人,给小弟指点下,谢谢!
------解决方案--------------------
给C:\WINDOWS\Temp文件夹加“IWAM_机器名”帐户读写权限
------解决方案--------------------
先test下看看,我也是帮你查的,我自己没有测试!
------解决方案--------------------
应该是权限问题
如果ls方法不行,试一试给aspnet 和network service 对于C:\WINDOWS\Temp的读写权限
------解决方案--------------------
------解决方案--------------------
学习,帮顶