安装MS调试DLL以进行远程调试 [英] Installing MS debug DLLs for remote debugging

查看:195
本文介绍了安装MS调试DLL以进行远程调试的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述



该应用程序使用本机VC ++ DLL链接到MFC和通过DLL的MSVC运行时库。



当我运行时依赖于VM,它表示DLL需要以下DLL:

  mfc90d.dll 
msvcm90d.dll
msvcp90d.dll
msvcr90d.dll
msjava.dll

另外,它报告以下错误:


错误:[dll路径]的并排配置信息包含错误。
由于应用程序配置不正确,此应用程序无法启动。
重新安装应用程序可能会解决这个问题(14001)。


我不想安装完整的Visual Studio 2008上的VM只是为了调试这个。



什么是最好的方法来安装所需的DLL到VM?

解决方案

调试DLL在vc\Debug_NonRedist子目录中提供。这个 MSDN图书馆文章 a>。


I have a .NET app that I would like to install on a VM for remote debugging purposes.

The app uses a native VC++ DLL which links to MFC and the MSVC runtime libraries via DLL.

When I run depends on the VM, it says that the DLL needs the following DLLs:

mfc90d.dll    
msvcm90d.dll    
msvcp90d.dll    
msvcr90d.dll    
msjava.dll

Also, it reports the following error:

Error: The Side-by-Side configuration information for [dll path] contains errors. This application has failed to start because the application configuration is incorrect. Reinstalling the application may fix this problem (14001).

I'd prefer not to have to install the complete Visual Studio 2008 on the VM just to debug this.

What is the best method for installing the required DLLs onto the VM?

解决方案

The debug DLLs are provided in the vc\Debug_NonRedist subdirectory. Properly deploying them is explained in this MSDN Library article.

这篇关于安装MS调试DLL以进行远程调试的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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