Message: 服务器无法处理请求。 ---> 发生共享冲突。 (异常来自 HRESULT:0x80030020 (STG_E_SHAREVIOLATION))
StackTrace: 在 System.Web.Services.Protocols.SoapHttpClientProtocol.ReadResponse(SoapClientMessage message, WebResponse response, Stream responseStream, Boolean asyncCall)
在 System.Web.Services.Protocols.SoapHttpClientProtocol.Invoke(String methodName, Object[] parameters)
在 XYZY.OES.Service.service.chinajzh.Service1.DrawImage(Int32 answerItemID, String fileName) 位置 E:\研发部\code\XYZY.OES.Service\Web References\service.chinajzh\Reference.cs:行号 138
在 XYZY.OES.Service.Implementation.DrawImageService.DrawImage(Int32 answerItemID, String fileName) 位置 E:\研发部\code\XYZY.OES.Service\Implementation\DrawImageService.cs:行号 25
在 XYZY.OES.Service.Common.Compute.<>c__DisplayClass29.<ComputeAnswerProjectItem>b__f() 位置 E:\研发部\code\XYZY.OES.Service\Common\Compute.cs:行号 646
在 System.Threading.ThreadHelper.ThreadStart_Context(Object state)
在 System.Threading.ExecutionContext.runTryCode(Object userData)
在 System.Runtime.CompilerServices.RuntimeHelpers.ExecuteCodeWithGuaranteedCleanup(TryCode code, CleanupCode backoutCode, Object userData)
在 System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state)
在 System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean ignoreSyncCtx)
在 System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
在 System.Threading.ThreadHelper.ThreadStart()
事件 Xml:
<Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
<System>
<Provider Name="ASP.NET 4.0.30319.0" />
<EventID Qualifiers="49152">1325</EventID>
<Level>2</Level>
<Task>0</Task>
<Keywords>0x80000000000000</Keywords>
<TimeCreated SystemTime="2014-01-07T04:51:51.000Z" />
<EventRecordID>24502096</EventRecordID>
<Channel>Application</Channel>
<Computer>AY121111023614f</Computer>
<Security />
</System>
<EventData>
<Data>发生了未经处理的异常,已终止进程。
Application ID: /LM/W3SVC/12/ROOT
Process ID: 9060
Exception: System.Web.Services.Protocols.SoapException
Message: 服务器无法处理请求。 ---> 发生共享冲突。 (异常来自 HRESULT:0x80030020 (STG_E_SHAREVIOLATION))
你看下 DrawImage 的代码有没有可能引起共享冲突的语句。