C#:使用 ControlDesigner 自定义控件,在具有客户配置文件的其他项目中使用

发布于 2024-10-17 19:35:54 字数 164 浏览 1 评论 0原文

我使用 ControlDesigner 编写了一个 CustomControl 以进行设计时交互。 一切正常,但我如何发布自定义控件,以便在具有客户端配置文件框架的其他项目中使用它?

我可以将控件添加到其他项目(带有客户端配置文件)并执行所有操作,直到我尝试调试项目。 调试完项目后就找不到控件了。

I wrote a CustomControl with ControlDesigner for Design-Time interaction.
All works fine, but how can i release the custom control, to use it in other Projects with Client Profile Framework?

I can add the Control to other Projects (with Client Profile) and do everthing until I try to Debug the Project.
After debuging the project doesn't find the Control anymore.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

挽容 2024-10-24 19:35:54

经过更多搜索后,我喜欢不太甜蜜的解决方案: http://code.msdn.microsoft.com/ WinFormsCustomCtrl

After some more searching i have fond the not realy sweet solution: http://code.msdn.microsoft.com/WinFormsCustomCtrl

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文