The process was terminated due to an internal error in the .NET Runtime at IP 6FAE979D (6F780000) with exit code 80131506.
Log Name: Application
Source: .NET Runtime
Date: 1/4/2018 1:26:44 PM
Event ID: 1023
Task Category: None
Level: Error
Keywords: Classic
User: N/A
Computer: WIN-2ITHK1I8KO9
Description:
Application: Chison.UltraSound.Executable.exe
Framework Version: v4.0.30319
Description: The process was terminated due to an internal error in the .NET Runtime at IP 6FAE979D (6F780000) with exit code 80131506.
Event Xml:
<Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
<System>
<Provider Name=".NET Runtime" />
<EventID Qualifiers="0">1023</EventID>
<Level>2</Level>
<Task>0</Task>
<Keywords>0x80000000000000</Keywords>
<TimeCreated SystemTime="2018-01-04T05:26:44.000000000Z" />
<EventRecordID>5163</EventRecordID>
<Channel>Application</Channel>
<Computer>WIN-2ITHK1I8KO9</Computer>
<Security />
</System>
<EventData>
<Data>Application: Chison.UltraSound.Executable.exe
Framework Version: v4.0.30319
Description: The process was terminated due to an internal error in the .NET Runtime at IP 6FAE979D (6F780000) with exit code 80131506.
</Data>
</EventData>
</Event>
WPF程序在启动的时候偶发弹出进程崩溃的系统框,然后OK后会结束进程,系统记录的日志如上。
网上搜索过有说跟并发GC有关,也改过没用,重新安装.net Framework也没用,有人遇到这样的问题吗?