0x8007007E 錯誤解決
Message:
System.IO.FileNotFoundException : The specified module could not be found. (Exception from HRESULT: 0x8007007E)
這個錯誤表示程式用到了某個dll檔案,但本地windows系統并沒有注冊這樣的dll, 導緻了系統找不到子產品的錯誤.
要解決這個必須要找到缺失了哪個dll, 将此dll拷入相應的 system或system32解決, 或者用regsvr32重新注冊dll
本文轉自
<a href="http://darkjune.javaeye.com/blog/136965">http://darkjune.javaeye.com/blog/136965</a>