How to Fix “Unable to load DLL 'webengine.dll'”

↘锁芯ラ 提交于 2019-12-11 08:45:31

问题


Out of the blue today I started getting this error in Visual Studio 2008 when I go to compile a website, compiling a class library is no issue. My project is based in ASP.NET 3.5 and another in 2.0

Unable to load DLL 'webengine.dll': The specified module could not be found. (Exception from HRESULT: 0x8007007E)

I've tried uninstalling, reinstall .NET versions, service packs, etc... nothing in my searches have helped me.


回答1:


Well after a day of frustration I figured out how to recover from this error. I have no idea why it happened, as I was fine at the end of the day yesterday and hosed at the beginning of the day today.

But I had to completely, and I stress completely, uninstall .NET. The normal uninstall leaves remnants of the install. However this page gives you a tool to completely uninstall .NET:

http://blogs.msdn.com/astebner/pages/8904493.aspx

After uninstalling .NET it will force you to reboot. Then go into your windows\microsoft.net folder and delete (or rename) the framework folder. Finally, re-install .NET and the error will hopefully be gone for you as well.




回答2:


For me a simple restart did the trick. I know that wasn't exactly your problem but maybe this helps someone else who came here via search engine...



来源:https://stackoverflow.com/questions/2344238/how-to-fix-unable-to-load-dll-webengine-dll

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!