无法加载DLL“VSPerf110.dll” [英] Unable to load DLL 'VSPerf110.dll'

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

问题描述

当我发表我的web应用程序和发布检查我得到我的网络服务器这个错误时有 precompile:

When I publish my web application and have Precompile during publishing checked I get this error on my webserver:

无法加载DLL'VSPerf110.dll:指定的模块不能
  找到。 (异常来自HRESULT:0x8007007E)

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

如果我没有precompile的应用程序工作。我该如何解决这个问题?

The application works if I don't Precompile. How can I fix this?

下面是我的设置发布:

推荐答案

确定这听起来像这样的应用程序试图利用生产服务器上的探查器的API。可能有一些的性能跟踪档案code 在这个应用程序可能需要的注释或删除

OK it sounds like this application is trying to make use of the Profiler API on the production server. There may be some performance tracking Profile code in this application that may need to be commented out or removed.

每对Profileer API为VS 2012这个MSDN文档,你构建必须引用Microsoft.VisualStudio.Profiler.dll库,位于微软的Visual Studio 9 \\团队工具\\性能工具目录。

Per this MSDN documentation on the Profileer API for VS 2012, "Your build must reference the Microsoft.VisualStudio.Profiler.dll library, located in the Microsoft Visual Studio 9\Team Tools\Performance Tools directory."

http://msdn.microsoft.com /en-us/library/bb514149(v=vs.110).aspx

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

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