询问者
(急急急)windows server2012 .NET Freamwork4.5运行后自己死掉

问题
-
尊敬的技术支持您好:
采购的windows server2012服务器后,半年里服务器运行正常,没出现过问题,2018年10月开始出现.NET Freamwork崩溃导致整个服务器里面软件的宕机现象,具体的系统日志拷贝给您。
邮箱:yinjian@qdcares.cn
万分感谢。
- <Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event"> - <System> <Provider Name=".NET Runtime" /> <EventID Qualifiers="0">1026</EventID> <Level>2</Level> <Task>0</Task> <Keywords>0x80000000000000</Keywords> <TimeCreated SystemTime="2018-05-14T09:37:14.000000000Z" /> <EventRecordID>2739</EventRecordID> <Channel>Application</Channel> <Computer>WINDOWS-RCAMKUI</Computer> <Security /> </System> - <EventData> <Data>应用程序: TestConsole.exe Framework 版本: v4.0.30319 说明: 由于未经处理的异常,进程终止。异常信息: System.NullReferenceException 堆栈: 在 TestConsole.Program.Main(System.String[])</Data> </EventData> </Event>
应用程序: TestConsole.exe Framework 版本: v4.0.30319 说明: 由于未经处理的异常,进程终止。 异常信息: System.ServiceModel.FaultException`1[[System.ServiceModel.ExceptionDetail, System.ServiceModel, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089]] 堆栈: Server stack trace: 在 System.ServiceModel.Channels.ServiceChannel.ThrowIfFaultUnderstood(Message reply, MessageFault fault, String action, MessageVersion version, FaultConverter faultConverter) 在 System.ServiceModel.Channels.ServiceChannel.HandleReply(ProxyOperationRuntime operation, ProxyRpc& rpc) 在 System.ServiceModel.Channels.ServiceChannel.Call(String action, Boolean oneway, ProxyOperationRuntime operation, Object[] ins, Object[] outs, TimeSpan timeout) 在 System.ServiceModel.Channels.ServiceChannelProxy.InvokeService(IMethodCallMessage methodCall, ProxyOperationRuntime operation) 在 System.ServiceModel.Channels.ServiceChannelProxy.Invoke(IMessage message) 在 System.Runtime.Remoting.Proxies.RealProxy.HandleReturnMessage(System.Runtime.Remoting.Messaging.IMessage, System.Runtime.Remoting.Messaging.IMessage) 在 System.Runtime.Remoting.Proxies.RealProxy.PrivateInvoke(System.Runtime.Remoting.Proxies.MessageData ByRef, Int32) 在 TestConsole.SyncServiceReference.ISyncService.GetTemplateInfo(System.String) 在 TestConsole.SyncServiceReference.SyncServiceClient.GetTemplateInfo(System.String) 在 TestConsole.Program.Main(System.String[])
- 已编辑 一个为了客户义无反顾选择微软服务的小喽喽 2018年12月29日 5:17
全部回复
-
尝试用。NET Framework修复工具修复
Microsoft .NET Framework Repair Tool
https://www.microsoft.com/en-us/download/details.aspx?id=30135
管理员方式运行CMD,执行下方指令
netsh winsock reset
Please remember to mark the replies as answers if they help.
If you have feedback for TechNet Subscriber Support, contact tnmff@microsoft.com.