无法加载程序集,HRESULT 异常:0x80131040

发布于 2024-12-02 01:31:03 字数 372 浏览 0 评论 0原文

异常:

无法加载文件或程序集“WPFVisifire.Charts,Version=4.1.0.0,Culture=neutral,PublicKeyToken=99d724542e4db593”或其依赖项之一。找到的程序集的清单定义与程序集引用不匹配。 (HRESULT 异常:0x80131040)

我们正在使用 Visifire 来处理我们的证券交易所图表应用程序。我们有两个应用程序版本。在线Silverlight版本和桌面WPF版本。我已经创建了 Silverlight 应用程序并且运行良好。我在 WPF 应用程序中复制了相同的代码,但 WPF 图表应用程序抛出异常。

我对点网开发非常陌生。请帮忙。

Exception:

Could not load file or assembly 'WPFVisifire.Charts, Version=4.1.0.0, Culture=neutral, PublicKeyToken=99d724542e4db593' or one of its dependencies. The located assembly's manifest definition does not match the assembly reference. (Exception from HRESULT: 0x80131040)

We are working with our stock exchange charting application using Visifire. We have two app versions. Online Silverlight version and desktop WPF version. I already created Silverlight application and its working well. Same code I copied in WPF application but WPF chart application throws exception.

I’m very new to dot net development. Please help.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

埋情葬爱 2024-12-09 01:31:03

您使用的是Windows7操作系统吗?

我建议您按照以下步骤操作。

  1. 删除 WPFVisifire.Charts.dll 和 WPFToolkit.dll 的引用(如果
    使用)从您的项目。
  2. 清理你的项目。
  3. 关闭应用程序。
  4. 右键单击 WPFVisifire.Charts.dll 和 WPFToolkit.dll(如果使用),然后单击属性。
  5. 转到常规选项卡。
  6. 单击取消阻止按钮。
  7. 现在在 Visual Studio 中打开您的项目。
  8. 添加对未阻止的 WPFVisifire.Charts.dll 的新引用并
    WPFToolkit.dll(如果使用)。
  9. 编译您的项目并运行。

Are you using Windows7 OS?

I suggest you to follow the steps below.

  1. Remove reference of WPFVisifire.Charts.dll and WPFToolkit.dll (if
    used) from your project.
  2. Clean your project.
  3. Close the application.
  4. Right click no WPFVisifire.Charts.dll and WPFToolkit.dll(if used) then click on properties.
  5. Go to General Tab.
  6. Click on Unblock button.
  7. Now open your project in Visual Studio.
  8. Add new reference to unblocked WPFVisifire.Charts.dll and
    WPFToolkit.dll(if used).
  9. Compile your project and run.
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文