枚举属性使我的 WinForms 设计器崩溃
将我们的 .Net cf 解决方案从 Visual studio 2005 切换到 2008 后,所有使用枚举属性的控件的设计器视图都已损坏。出现错误消息:
类型“Microsoft.CompactFramework.Design.UnsafeUserControl”没有名为“PropertyName”的属性。
如果我将属性更改为 int 它可以工作,但随后我会在设计器中丢失所有漂亮的枚举描述。
关于如何解决这个问题有什么想法吗?
是的,我们在 DesignTimeAttributes.xmta 中将 DesktopCompatible 设置为 true。它在 VS 2005 中有效。
After switching our .Net cf solution from Visual studio 2005 to 2008, the designer view for all controls which use enum properties have broken down. With the error message:
The type 'Microsoft.CompactFramework.Design.UnsafeUserControl' has no property named 'PropertyName'.
If I change the property to an int it works, but then I loose all my nice Enum-descriptions in the designer.
Any ideas on how to fix this?
And yes, we set DesktopCompatible true inDesignTimeAttributes.xmta. It worked in VS 2005.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论