简体   繁体   English

在Visual Studio中将自定义控件添加到工具箱

[英]Adding Custom Controls to Toolbox in Visual studio

I am trying to add a dll that contains some custom 3rd party controls and some in house user controls and am getting the following error - 我正在尝试添加一个包含一些自定义第三方控件和一些内部用户控件的dll,并收到以下错误-

The Assembly "MyASsembly.dll" could not be loaded. 无法加载程序集“ MyASsembly.dll”。 Check that any dependencies the file requires are installed 检查是否安装了文件所需的任何依赖项

I am using Visual Studio 2003 and the 3rd part controls are C1. 我正在使用Visual Studio 2003,第3部分控件为C1。

What is wrong? 怎么了?

Has the dll worked in the past with anything else? 该dll在过去是否可以与其他工具一起使用? Does the dll come reference other resources that you know of? dll是否会引用您知道的其他资源? Where did the dll come from? dll是从哪里来的? Is there documentation accompanying it? 有随附文件吗?

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

相关问题 将自定义控件 dll 添加到 Visual Studio 工具箱 - Adding Custom Controls dll to Visual Studio ToolBox 将xamarin android控件添加到visual studio工具箱中 - Adding xamarin android controls to visual studio toolbox 从Clearcase的动态视图向Visual Studio ToolBox添加自定义控件dll - Adding Custom Controls dll to Visual Studio ToolBox From Clearcase's Dynamic Views 将自定义UserControl添加到Visual Studio 2005的工具箱 - Adding Custom UserControl to Visual Studio 2005's Toolbox 将GLcontrol添加到visual studio工具箱中 - adding GLcontrol to visual studio toolbox Visual Studio - 向工具箱添加解决方案“部件” - Visual Studio - Adding Solution “Parts” to Toolbox Visual Studio 未将自定义用户控件添加到工具箱 - Visual Studio not addin custom user control to toolbox 在Visual Studio 2010工具箱中隐藏/禁用控件时? - When controls are hidden/disabled in the Visual Studio 2010 Toolbox? 如何将Metro UI控件添加到visual studio中的工具箱? - How do I add the Metro UI controls to the toolbox in visual studio? Visual Studio 2012(x64)-Windows Phone工具包-如何在VS中的工具箱中添加WP工具箱自定义控件 - Visual Studio 2012 (x64) - Windows Phone Toolkit - How to Add WP toolkit custom controls to toolbox in VS
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM