Could not load assembly, Exception from HRESULT: 0x80131040

前端 未结 1 1288
旧时难觅i
旧时难觅i 2021-01-12 23:21

Exception:

Could not load file or assembly \'WPFVisifire.Charts, Version=4.1.0.0, Culture=neutral, PublicKeyToken=99d724542e4db593\' or one

1条回答
  •  执笔经年
    2021-01-12 23:45

    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.

    0 讨论(0)
提交回复
热议问题