Could not load file or assembly 'System.Runtime.InteropServices.RuntimeInformation解决方法

System.TypeInitializationException
HResult=0x80131534
Message=The type initializer for 'SharpPcap.LibPcap.PcapHeader' threw an exception.
Source=SharpPcap
StackTrace:
at SharpPcap.LibPcap.PcapHeader.FromPointer(IntPtr pcap_pkthdr) in E:\git\PeachProject\PeachAdmin\SharpPcap\LibPcap\PcapHeader.cs:line 74
at SharpPcap.LibPcap.PcapDevice.MarshalRawPacket(IntPtr header, IntPtr data) in E:\git\PeachProject\PeachAdmin\SharpPcap\LibPcap\PcapDevice.cs:line 425
at SharpPcap.LibPcap.PcapDevice.PacketHandler(IntPtr param, IntPtr header, IntPtr data) in E:\git\PeachProject\PeachAdmin\SharpPcap\LibPcap\PcapDevice.cs:line 404
at SharpPcap.LibPcap.Windows.pcap_dispatch(IntPtr adaptHandle, Int32 count, pcap_handler callback, IntPtr ptr)
at SharpPcap.LibPcap.LibPcapSafeNativeMethods.pcap_dispatch(IntPtr adaptHandle, Int32 count, pcap_handler callback, IntPtr ptr) in E:\git\PeachProject\PeachAdmin\SharpPcap\LibPcap\LibPcapSafeNativeMethods.cs:line 231
at SharpPcap.LibPcap.PcapDevice.CaptureThread() in E:\git\PeachProject\PeachAdmin\SharpPcap\LibPcap\PcapDeviceCaptureLoop.cs:line 355
at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
at System.Threading.ThreadHelper.ThreadStart()

内部异常 1:
FileLoadException: Could not load file or assembly 'System.Runtime.InteropServices.RuntimeInformation, Version=0.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' or one of its dependencies. The located assembly's manifest definition does not match the assembly reference. (Exception from HRESULT: 0x80131040)

在web.config加上

<dependentAssembly>
  <assemblyIdentity name="System.Runtime.InteropServices.RuntimeInformation" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
  <bindingRedirect oldVersion="0.0.0.0-4.0.2.0" newVersion="4.0.2.0" />
</dependentAssembly>

成功解决

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值