I received the error System.IO.FileNotFoundException with The specified module could not be found. (Exception from HRESULT: 0x8007007E)":null.
Howvere I do not know which module failed to find. No innerexception either, any clue?
In the absence of any other information, I suggest using something like sysinternals process monitor to figure out what file is being looked for.
I had a similar problem on Windows 10 64 bit. I cannot run or debug my C# application. I solved the problem by copying C:\Windows\SysWOW64\msvcr71.dll file from my old computer with Windows 7 to the new one to folder with Windows 10.
User contributions licensed under CC BY-SA 3.0