简体   繁体   English

无法在应用程序中加载文件或Microsoft.mshtml程序集错误

[英]Could not load file or assembly of Microsoft.mshtml error in application

I've created an window application. 我已经创建了一个窗口应用程序。 When i installed it on another PC for testing it gives me following error: 当我将其安装在另一台PC上进行测试时,出现以下错误:

could not load file or assembly 'Miscrosoft.mshtml Version=7.0.3300.0, Culture=neutral..' 无法加载文件或程序集“ Miscrosoft.mshtml Version = 7.0.3300.0,Culture = neutral ..”

Why my set program files are not picking up Microsoft.mshtml.dll from my bin folder. 为什么我的设置程序文件没有从bin文件夹中拾取Microsoft.mshtml.dll

I gave proper reference and already set copy local property of reference 我提供了适当的参考,并且已经设置了参考的copy local属性

我已将我的参考属性设置为Embed Interop Types = True,并且无论如何它都可以在另一台PC上运行。

暂无
暂无

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 无法加载文件或程序集“Microsoft.mshtml,版本=7.0.3300.0 - Could not load file or assembly 'Microsoft.mshtml, Version=7.0.3300.0 无法加载文件或程序集 'Microsoft.mshtml ...强名称验证失败 - Could not load file or assembly 'Microsoft.mshtml ... Strong name validation failed 无法加载文件或程序集 'MSHTML,版本 = 4.0.0.0, - Could not load file or assembly 'MSHTML, Version=4.0.0.0, 在循环中使用Microsoft.MSHTML,内存泄漏 - Using Microsoft.MSHTML in a loop, memory leak 应用程序错误:无法加载文件或程序集 - Application error:Could not load file or assembly 在32位Windows计算机中找不到库microsoft.mshtml - cannot find the library microsoft.mshtml in a 32 bit windows machine 错误:无法在 SSIS 中加载文件或程序集“Microsoft.WindowsAzure.Configuration” - Error: Could not load file or assembly 'Microsoft.WindowsAzure.Configuration in SSIS 服务器错误/应用程序出现以下错误消息:更改为 MVC5 后无法加载文件或程序集“Microsoft.Web.Infrastructure” - Server error / application with the following error message: Could not load file or assembly 'Microsoft.Web.Infrastructure after changing to MVC5 程序集加载错误 - > 无法加载文件或程序集“Microsoft.SqlServer.Types,版本 = 10.0.0.0”或其依赖项之一 - Assembly Load Error - > Could not load file or assembly 'Microsoft.SqlServer.Types, Version=10.0.0.0' or one of its dependencies 无法加载文件或程序集 Microsoft.CodeAnalysis - Could not load file or assembly Microsoft.CodeAnalysis
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM