Hello I'm new in using PCAP.net and I'm having this error.
Asked
Active
Viewed 477 times
3
-
5You 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 Feb 17 '14 at 03:13
1 Answers
0
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

park896
- 455
- 2
- 6
- 9