找不到文件'Microsoft.Windows.Common - 控制,版本6.0.0.0 =文化= *,公钥= 6595b64144ccf1df, [英] Could not find file 'Microsoft.Windows.Common-Controls, Version=6.0.0.0, Culture=*, PublicKeyToken=6595b64144ccf1df,

查看:6993
本文介绍了找不到文件'Microsoft.Windows.Common - 控制,版本6.0.0.0 =文化= *,公钥= 6595b64144ccf1df,的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我试图整合这个库到我的应用程序。

I'm trying to integrate this library into my application.

起初,它坠毁与

Unable to find an entry point named 'TaskDialogIndirect' in DLL 'ComCtl32'.



所以我注释掉

so I uncommented

<dependentAssembly>
  <assemblyIdentity
      type="win32"
      name="Microsoft.Windows.Common-Controls"
      version="6.0.0.0"
      processorArchitecture="*"
      publicKeyToken="6595b64144ccf1df"
      language="*"
    />
</dependentAssembly>



作为被推荐的这里

现在应用程序将无法编译以下消息:

Now the application won't compile with the following message:

Could not find file 'Microsoft.Windows.Common-Controls, Version=6.0.0.0, Culture=*, 
    PublicKeyToken=6595b64144ccf1df, ProcessorArchitecture=*, Type=win32'

删除应用程序。清单会导致应用程序崩溃,因为我使用微软丝带。

Deleting app.manifest causes the app to crash, because I'm using Microsoft Ribbon.

如何解决这个问题?

推荐答案

您试图打开的文件不支持Windows 7。这意味着你将不得不为它供给,如果你想开发在Windows XP上运行的应用程序,简单的办法是放弃对Windows XP中的支持。

The file you are trying is not supported on Windows 7. This means you would have to supply it, if your trying to develop an application that works on Windows XP, simplest solution is to drop support for Windows XP.

支持主流的Microsoft Visual 3月31日基本结束6.0,
2005.但是,我们发布此非安全相关的包,因为它包含已准备好发布只需$之前的主流支持的末端b $ b改善。微软的Visual Basic 6.0有
过渡到它通过3月31日运行的扩展支持,2008年
微软不以任何方式扩展主流支持阶段为微软
的Visual Basic 6.0。

Mainstream Support for Microsoft Visual Basic 6.0 ended on March 31, 2005. However, we are releasing this non-security related package because it contains improvements that were ready for release just prior to the end of Mainstream Support. Microsoft Visual Basic 6.0 has transitioned to Extended Support which runs through March 31, 2008. Microsoft is not extending the Mainstream Support phase for Microsoft Visual Basic 6.0 in any way.

来源:的Microsoft Visual Basic 6.0公共控件

支持的操作系统:Windows 2000中, Windows 2000高级
服务器,Windows 2000专业版,Windows 2000服务器,
的Windows 98,Windows 98第二版,Windows ME,Windows NT中,视窗
Server 2003和Windows XP,Windows XP家庭版,Windows XP媒体
中心版,Windows XP专业版,Windows XP平板电脑

Supported operating systems: Windows 2000, Windows 2000 Advanced Server, Windows 2000 Professional Edition , Windows 2000 Server, Windows 98, Windows 98 Second Edition, Windows ME, Windows NT, Windows Server 2003, Windows XP, Windows XP Home Edition , Windows XP Media Center Edition, Windows XP Professional Edition, Windows XP Tablet PC Edition

直到您停止使用此文件,它不能运行作为一个64位的过程中,任何Windows操作系统,包括64位Windows XP版上。

Until you stop using this file, it cannot be run as a 64-bit process, on any Windows operating system including the 64-bit Windows XP Edition.

有没有理由你不能改变你要使用支持文件的代码的行为

There is no reason you could not modify the behavior of the code you want to use to supported files.

您可能会与这个项目更好的运气:的 http://www.codeproject.com/Articles/137552/WPF-TaskDialog-Wrapper-and-Emulator

You might have better luck with this project: http://www.codeproject.com/Articles/137552/WPF-TaskDialog-Wrapper-and-Emulator

这篇关于找不到文件'Microsoft.Windows.Common - 控制,版本6.0.0.0 =文化= *,公钥= 6595b64144ccf1df,的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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