The specified module could not be found. (Exception from HRESULT: 0x8007007E)":null

0

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?

c#
.net
asked on Stack Overflow Nov 27, 2010 by user496949

2 Answers

3

In the absence of any other information, I suggest using something like sysinternals process monitor to figure out what file is being looked for.

answered on Stack Overflow Nov 27, 2010 by cristobalito
0

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.

answered on Stack Overflow Apr 3, 2018 by Jerzy Gebler

User contributions licensed under CC BY-SA 3.0