VS2015 出现 .NETSystem.Runtime.Remoting.RemotingException: TCP 错误

错误内容:

 界面显示内容为:

.NET�������������System.Runtime.Remoting.RemotingException: TCP 淇¢亾鍗忚�鍐茬獊: 搴斾负鎶ュご銆�
   鍦� System.Runtime.Remoting.Channels.Tcp.TcpSocketHandler.ReadAndMatchPreamble()
   鍦� System.Runtime.Remoting.Channels.Tcp.TcpSocketHandler.ReadVersionAndOperation(UInt16& operation)
   鍦� System.Runtime.Remoting.Channels.Tcp.TcpServerSocketHandler.ReadHeaders()
   鍦� System.Runtime.Remoting.Channels.Tcp.TcpServerTransportSink.ServiceRequest(Object state)
   鍦� System.Runtime.Remoting.Channels.SocketHandler.ProcessRequestNow()����

或者 出现.net 测试  [90672] iexplore.exe”已退出,返回值为 -1 (0xffffffff)。 错误提示,并且IE闪退。
同时 IIS Express 不能启动

解决方法:
1、在项目中添加引用System.Runtime.Remoting.dll
   2、关闭项目,重新启动VS即可解决
原文地址:https://www.cnblogs.com/cuozhixu/p/5953737.html