I have a program using pcap.net. It works well when I am launching it from the developer, but fails completely when I use the exe. Here's what I've done and the exception:
Add existing item to project (PcapDotNet.base.dll, .core.dll, .core.extensions.dll, and .packets.dll)
Gone to references and added to their location in my project's folder. No yellow warning triangles
Gone to Build->project->compile to make sure the configuration says "release"
Gone to Build->proejct->compile to make sure the target cpu says "x86".
What did I do wrong? What am I missing?