简体   繁体   English

我无法在Visual Studio的WinForms应用程序中单击Telerik控件

[英]I can't click on Telerik controls in my WinForms application in Visual Studio

I'm having an issue w/ a WinForms app I built several months ago. 我在几个月前建立的WinForms应用程式出现问题。 I opened it yesterday for the first time in a few months, and I'm unable to click on any of the controls in the form (in Designer view). 我昨天是几个月来第一次打开它,但我无法单击该表单中的任何控件(在Designer视图中)。 If I double-click any of the controls on the page, it opens up code for the Load event of the form, as if I double-clicked the form itself; 如果我双击页面上的任何控件,它将打开该窗体的Load事件的代码,就好像我双击了窗体本身一样。 it's as if the form is on top of all other controls maybe? 好像该窗体位于所有其他控件之上? All of the controls on the form are Telerik controls. 表单上的所有控件都是Telerik控件。 I've been working on this project in VS 2010 since its inception. 自成立以来,我一直在VS 2010中从事此项目。 I also tried opening it in VS 2012 this morning, but that didn't help. 我今天早上也尝试在VS 2012中打开它,但这没有帮助。

If I drag a new Telerik control to the form, it vanishes instantly, as if it's buried under all of the other controls. 如果将新的Telerik控件拖到窗体上,它会立即消失,就好像它被埋在所有其他控件下一样。 If I drag a non-Telerik control to the form (such as a standard textbox), it appears fine, and that control will respond to clicks (ie – the Properties window will populate w/ properties for that control). 如果将非Teletelik控件拖到窗体(例如标准文本框)上,它看起来很好,并且该控件将响应单击(即,“属性”窗口将填充该控件的属性)。

After I noticed this issue yesterday, I reluctantly upgraded my Telerik WinForms controls to Q3 this morning, but that hasn't helped anything. 在昨天注意到此问题后,今天早上我不情愿地将Telerik WinForms控件升级到了Q3,但这并没有任何帮助。

For now, I was able to bypass the Designer view altogether, and I made changes via the Designer code class. 现在,我可以完全绕过Designer视图,并且可以通过Designer代码类进行更改。 However, I'll be in trouble if I ever need to actually add a new Telerik control to this form. 但是,如果我真的需要在此表单中添加新的Telerik控件,将会遇到麻烦。 Any help is appreciated. 任何帮助表示赞赏。

This seems like a missing design time assembly. 这似乎是缺少设计时程序集。 Please have a look at the following articles for explanation and suggestions how to handle this: link link 请查看以下文章,以获取解释和建议如何处理: 链接 链接

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

相关问题 如何阻止visual studio在设计器中打开我的winforms控件 - How to stop visual studio from opening my winforms controls in the designer 我在代码中看不到 WinForms (C# Visual Studio WinForms) - I can't see WinForms in code (C# Visual Studio WinForms) 在 Visual Studio 中,我的 Winforms 程序不支持接口。 我怎样才能让它支持他们? - In Visual Studio, my Winforms program is not supporting interfaces. How can I make it support them? 为什么我在Visual Studio中的对象浏览器中找不到System.Windows.Controls命名空间? - Why don't I find the System.Windows.Controls namespace in my object browser in Visual Studio? 如何在Visual Studio(C#)中找到表单上的控件 - How can I find my controls on the form in Visual Studio (C#) Xamarin.android C#Visual Studio中的Telerik控件 - telerik controls in xamarin.android c# visual studio 我在Visual Studio 2017中的哪里可以找到轨迹栏winforms控件? - Where can I find the trackbar winforms control in Visual Studio 2017? 扩展应用程序时,如何防止winforms控件重叠? - How do I keep my winforms controls from overlapping when I expand the application? Winforms删除单击控件 - Winforms remove controls on click RadDock更改背景Telerik Winforms控件 - RadDock change background telerik winforms controls
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM