3

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

enter image description here

Lex Li
  • 60,503
  • 9
  • 116
  • 147
user2530833
  • 1,008
  • 1
  • 10
  • 25
  • 5
    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 Feb 17 '14 at 03:13

1 Answers1

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