简体   繁体   English

无法在Visual Studio 2013中加载Krypton Toolkit控件

[英]Cannot load Krypton Toolkit controls in Visual Studio 2013

After converting with Visual Studio 2013 a C# project created with Visual Studio 2010 and using Component Factory Krypton Toolkit v4.4.0 controls, I can't add the Krypton Toolkit controls to the tool box. 在使用Visual Studio 2013转换了使用Visual Studio 2010创建的C#项目并使用Component Factory Krypton Toolkit v4.4.0控件后,我无法将Krypton Toolkit控件添加到工具箱中。

In Visual Studio 2013, when I try to add the controls to the tool box from the library C:\\Program Files (x86)\\Component Factory\\Krypton Toolkit 4.4.0\\Bin\\ComponentFactory.Krypton.Toolkit.dll I'm getting an error because it doesn't find the file ComponentFactory.Krypton.Toolkit.tlb . 在Visual Studio 2013中,当我尝试将控件从库C:\\Program Files (x86)\\Component Factory\\Krypton Toolkit 4.4.0\\Bin\\ComponentFactory.Krypton.Toolkit.dll ,因为找不到文件ComponentFactory.Krypton.Toolkit.tlb而导致错误。

Is there a way to import the Windows Forms controls from the library without having this .tlb file? 有没有一种方法可以从该库中导入Windows Forms控件,而无需使用此.tlb文件?

Try reinstalling Krypton (because is probably not integrated with VS2013) and importing Krypton toolkit in the VS2013 Toolbox again. 尝试重新安装Krypton(因为可能未与VS2013集成),然后再次在VS2013 Toolbox中导入Krypton工具包。

I managed to migrate a project from VS2010 with Krypton to VS2013 with no big issues. 我设法将项目从带有K的VS2010迁移到VS2013,没有大问题。

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

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM