简体   繁体   English

将Metro控件拖放到Windows窗体在Visual Studio 2013中不起作用

[英]drag and drop metro control to windows form does not work in visual studio 2013

I just imported the nuget package into visual studio 2013. I found that all the metro control in toolbox cannot be added on the windows form, and they will display on the panel under the windows form. 我刚刚将nuget包导入到Visual Studio 2013中。我发现无法将工具箱中的所有Metro控件添加到Windows窗体上,它们将显示在Windows窗体下的面板上。 How can i solve this? 我该如何解决?

I assume you are adding third party user controls into your solution through nuget. 我假设您正在通过nuget将第三方用户控件添加到您的解决方案中。

The first thing I will check is to see if the dll files (your third party library) have been added to the project properly. 我要检查的第一件事是查看dll文件(您的第三方库)是否已正确添加到项目中。

The second thing is do a rebuild on the whole solution. 第二件事是对整个解决方案进行重建。

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

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