首页 新闻 赞助 找找看

急急急! 调用webservice服务器无法处理请求。 ---> 发生共享冲突。一直网站挂掉

0
[已解决问题] 解决于 2014-01-08 10:31

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: 服务器无法处理请求。 ---&gt; 发生共享冲突。 (异常来自 HRESULT:0x80030020 (STG_E_SHAREVIOLATION))

在路上—书生的主页 在路上—书生 | 菜鸟二级 | 园豆:247
提问于:2014-01-07 19:02
< >
分享
最佳答案
0

你看下 DrawImage 的代码有没有可能引起共享冲突的语句。

奖励园豆:5
Launcher | 高人七级 |园豆:45045 | 2014-01-08 09:57
清除回答草稿
   您需要登录以后才能回答,未注册用户请先注册