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
Had the same problem switching to 64-bit Vista. Our application was calling Win32 DLLs which was confusing the target build for the application. To resolve it we did the following:
When I re-ran the application it worked.