I\'m getting System.IO.FileNotFoundException: The specified module could not be found when running C# code that calls a C++/CLI assembly which in turn
System.IO.FileNotFoundException: The specified module could not be found
Make sure the target system has the correct MS Visual C runtime, and that you are not accidentally building the C dll with a debug runtime.