Preface: I know basically nothing about C#. I've added a dll to my project. I have no build errors, but when I try to run, I get an error that says it can't find the dll. I've tried copying it to the output directories too. To no avail.
Any idea what could be happening?
Specific Error:
System.IO.FileNotFoundException was unhandled Message=Could not load file or assembly 'controllib_clr.dll' or one of its dependencies. The specified module could not be found. Source=controllib_demo_cs...
I'll be happy to add more information if need be. :) I just don't know what info would be beneficial given my (very) limited knowledge.