无法加载DLL'覆盖'异常 [英] Unable to load DLL 'coverage' Exception

查看:85
本文介绍了无法加载DLL'覆盖'异常的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

运行与我们的应用程序相关的Windows服务时,我们面临以下错误。我们已经使用我们的代码交叉检查,我们没有引用任何与Coverage相关的DLL



Writer Library:Queue Iintialization Error。消息:无法加载DLL'覆盖':找不到指定的模块。 (来自HRESULT的异常:0x8007007E) - stack:System.DllNotFoundException:无法加载DLL'coverage':找不到指定的模块。 (来自HRESULT的异常:0x8007007E)

We are facing the below error while running Windows Service related to our application. We have cross checked with our code , we are not referencing any Coverage related DLL’s

Writer Library : Queue Iintialization Error. Message:Unable to load DLL 'coverage': The specified module could not be found. (Exception from HRESULT: 0x8007007E) -- stack:System.DllNotFoundException: Unable to load DLL 'coverage': The specified module could not be found. (Exception from HRESULT: 0x8007007E)

推荐答案

执行以下操作:在所有项目的根目录下,尝试对字符串coverage执行全文搜索。我打赌你会找到你试图打开或引用它的地方。 (更好地清理所有项目之前,你可以简单地删除所有obj子目录。)当你发现它并且你仍然无法解决问题时,请提出一个问题提供更多信息(请参阅我对问题)。



-SA
Do the following: at the root directory of all your projects, try to perform a full-text search for the string "coverage". I bet you will find the place where you try to open or reference it. (Better clean all the projects before doing is, you can simply remove all "obj" sub-directories.) When you find it out and if you still cannot resolve the problem, ask a question providing more information (please see my comment to the question).

—SA


这篇关于无法加载DLL'覆盖'异常的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆