简体   繁体   English

无法加载文件或程序集“ skmMenu”或其依赖项之一。 该系统找不到指定的文件

[英]Could not load file or assembly 'skmMenu' or one of its dependencies. The system cannot find the file specified

I'm getting this error when trying to load a .NET app in Visual Studio. 尝试在Visual Studio中加载.NET应用程序时出现此错误。 For some reason Visual Studio is having difficulty loading skmmenu which is a user control. 由于某些原因,Visual Studio无法加载作为用户控件的skmmenu。 Is this not part of Visual Studio? 这不是Visual Studio的一部分吗?

Could not load file or assembly 'skmMenu' or one of its dependencies. 无法加载文件或程序集“ skmMenu”或其依赖项之一。 The system cannot find the file specified. 该系统找不到指定的文件。

This is the code I am using: 这是我正在使用的代码:

<%@ Register TagPrefix="cc1" Namespace="skmMenu" Assembly="skmMenu" %>

skmMenu is not a library in the .NET Framework. skmMenu不是.NET Framework中的库。

You are missing the assembly that contains the namespace skmMenu, or you have the wrong namespace mentioned to begin with. 您缺少包含名称空间skmMenu的程序集,或者您开头提到的名称空间有误。

If you do have the library in the bin folder, and it still isn't working, and the control relies on an x32 library, this can cause a failure. 如果确实在bin文件夹中有该库,但它仍然不起作用,并且控件依赖于x32库,则可能会导致失败。

To fix that issue, set your target platform to x32. 要解决此问题,请将目标平台设置为x32。

Link: http://www.skmmenu.com/menu/ That's the link to the site which creates skmMenu. 链接: http : //www.skmmenu.com/menu/这是创建skmMenu的站点的链接。

暂无
暂无

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

相关问题 无法加载文件或程序集或其依赖项之一。 该系统找不到指定的文件。 (不允许GAC) - Could not load file or assembly or one of its dependencies. The system cannot find the file specified. (No GAC allowed) 还有一个“无法加载文件或程序集......或其中一个依赖项。该系统找不到指定的文件” - Yet another “could not load file or assembly … or one of its dependencies. The system cannot find the file specified” 具体:无法加载文件或程序集“xxxx”或其依赖项之一。 该系统找不到指定的文件 - A specific: Could not load file or assembly 'xxxx' or one of its dependencies. The system cannot find the file specified 无法加载文件或程序集“coba4”或其依赖项之一。 该系统找不到指定的文件 - Could not load file or assembly 'coba4' or one of its dependencies. The system cannot find the file specified 无法加载文件或程序集“System.Net.Http.Formatting”或其依赖项之一。 该系统找不到指定的路径 - Could not load file or assembly 'System.Net.Http.Formatting' or one of its dependencies. The system cannot find the path specified 无法加载文件或程序集“ Microsoft.Data.Service”或其依赖项之一。 该系统找不到指定的文件 - Could not load file or assembly 'Microsoft.Data.Service' or one of its dependencies. The system cannot find the file specified 无法加载文件或程序集“Microsoft.AspNet.TelemetryCorrelation”或其依赖项之一。 该系统找不到指定的文件 - Could not load file or assembly 'Microsoft.AspNet.TelemetryCorrelation' or one of its dependencies. The system cannot find the file specified SQL Server 自定义 CLR 失败并显示错误“无法加载文件或程序集或其依赖项之一。系统找不到指定的文件。” - SQL Server custom CLR fails with error "Could not load file or assembly or one of its dependencies. The system cannot find the file specified." 生产中的Azure SDK 2.2:无法加载文件或程序集“msshrtmi”或其依赖项之一。 该系统找不到指定的文件 - Azure SDK 2.2 in Production: Could not load file or assembly 'msshrtmi' or one of its dependencies. The system cannot find the file specified “‘无法加载文件或程序集‘Elmah’或其依赖项之一。在 NuGet 中使用 Elmah.MVC 后,系统找不到指定的文件” - "'Could not load file or assembly 'Elmah' or one of its dependencies. The system cannot find the file specified'' after using Elmah.MVC in NuGet
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM