3
votes

Hello I'm new in using PCAP.net and I'm having this error.

enter image description here

1
You are probably even new to .NET. As Pcap.Net relies on a native library, you need to make sure your project's bitness (x86, or x64) matches the bitness of your references.Lex Li

1 Answers

0
votes

Take a look here. Sounds like you just need to set the Platform Target to x86 instead of Any CPU. http://pcapdotnet.codeplex.com/discussions/514869