事件ID:1325,来源:ASP.NET 4.0.30319.0

时间:2015-03-10 15:44:38

标签: asp.net

任何人都可以帮我识别错误并建议解决方案。

日志名称:应用程序

来源:ASP.NET 4.0.30319.0

日期:2015年3月6日上午7:28:58

事件ID:1325

任务类别:无

等级:错误

关键字:经典

用户:N / A

电脑:XXX

描述: 发生了未处理的异常,并且该过程已终止。

申请ID:/ LM / W3SVC / 3 / ROOT

流程ID:13528

异常:System.Threading.ThreadStateException

消息:无法检索线程信息。

StackTrace:在System.Threading.Thread.GetThreadStateNative()

at FiftyOne.Foundation.Mobile.Detection.NewDevice.Dispose()

at FiftyOne.Foundation.Mobile.Detection.NewDevice.Finalize()

Event 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="2015-03-06T13:28:58.000Z" />
        <EventRecordID>173806</EventRecordID>
        <Channel>Application</Channel>
        <Computer>379501-dy.ord.intensive.int</Computer>
        <Security />
      </System>
      <EventData>
        <Data>An unhandled exception occurred and the process was terminated.

申请ID:/ LM / W3SVC / 3 / ROOT

流程ID:13528

异常:System.Threading.ThreadStateException

消息:无法检索线程信息。

StackTrace:    at System.Threading.Thread.GetThreadStateNative()

   at FiftyOne.Foundation.Mobile.Detection.NewDevice.Dispose()

   at FiftyOne.Foundation.Mobile.Detection.NewDevice.Finalize()</Data>

  </EventData>
</Event>

1 个答案:

答案 0 :(得分:0)

我今天收到此错误消息;我的解决方案是从我的代码库中删除该模块。有点极端,但我不想要第三方模块,当它们崩溃时,杀死整个应用程序池。