I'm dealing with a C# project that states
using NetFwTypeLib;
The C# compiler doesn't recognize it, saying
Type or Namespace name "NetFWTypeLib" was not found.
What do I have to do to add it to my C# project? I see C++ examples for this, but I don't see which DLL that would be for a C# project.
Thank you!