VS2010:“找不到资源编译器DLL。请确保路径正确。 [英] VS2010: "Cannot find the resource compiler DLL. Please make sure the path is correct."

查看:1586
本文介绍了VS2010:“找不到资源编译器DLL。请确保路径正确。的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我一直在关注,但是没有解决这个问题。我该怎么办?

解决方案

此主题提及注册表问题:


我已经能够重现的问题,我的电脑与Windows 7 SP1 64位和VS2010 Sp1安装。



我需要修改以下注册表项从




  [HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Microsoft\Microsoft SDKs\Windows] 
CurrentVersion=7.0
CurrentInstallFolder=C:\\Program Files(x86)\\ Microsoft SDKs \\Windows \\v7.0 \ \





< blockquote>

  [HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Microsoft\Microsoft SDKs\Windows] 
CurrentVersion= 7.0.30319
CurrentInstallFolder=C:\\Program文件(x86)\\Microsoft SDKs \\Windows \\v7.0A\\







  [HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Microsoft\Microsoft SDKs\Windows] 




这是




  v7.0 
v7.0A




我删除了v7.0及其所有子项。问题解决了。



I've been following theForger's win32 API tutorial, and I decided to open the menu_one.rc file to see its contents from within VS2010, and I got this error:

I've double-checked both locations and neither of the files actually exist. The only copies of rcdll.dll I have are located at:

C:\Program Files (x86)\Microsoft SDKs\Windows\v7.0A\Bin\rcdll.dll and 
C:\Program Files (x86)\Microsoft SDKs\Windows\v7.0A\Bin\x64\rcdll.dll

I've tried doing a repair install of the Windows SDK, but that didn't fix the problem. What should I do?

解决方案

This thread mentions a registry issue:

I had been able to reproduce the issue with my pc with Windows 7 SP1 64 bit and VS2010 Sp1 installed.

What I had to is modify the following registry entries from

[HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Microsoft\Microsoft SDKs\Windows]
"CurrentVersion"="7.0"
"CurrentInstallFolder"="C:\\Program Files (x86)\\Microsoft SDKs\\Windows\\v7.0\\"

to

[HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Microsoft\Microsoft SDKs\Windows]
"CurrentVersion"="7.0.30319"
"CurrentInstallFolder"="C:\\Program Files (x86)\\Microsoft SDKs\\Windows\\v7.0A\\"

And there were 2 keys under

[HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Microsoft\Microsoft SDKs\Windows]

which are

v7.0
v7.0A

I deleted v7.0 along with all its subkeys. And the problem is solved.

这篇关于VS2010:“找不到资源编译器DLL。请确保路径正确。的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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