ASCX 控件在 VS2008 的设计模式下不可见

发布于 2024-08-04 12:15:45 字数 88 浏览 1 评论 0原文

我有一个自定义 ASCX 控件,该控件在 VS2008 的设计模式下不可见。 以前,我没有做任何更改,现在当我切换回设计模式时,它不可见。 有人遇到过这种情况吗?

I have a custom ASCX control that is not visible in design mode in VS2008.
It used to be, I changed nothing and now when I switch back to design mode, it is not visible.
Has anyone ever face this situation?

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

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

发布评论

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

评论(2

太阳男子 2024-08-11 12:15:45

如果 ASCX 文件中存在错误标签,通常会发生这种情况。为此,打开 ASCX(不是代码隐藏文件)并按 CTRL+K,然后按 CTRL+D。这将彻底重新格式化标签。如果出现错误,找到它并修复它,它应该可以解决您的问题。

Usually this will occur if you have bad tags in your ASCX file. Do this, open the ASCX (not the code-behind file) and hit CTRL+K then CTRL+D. That will reformat the tags cleanly. If you get an error, find it and fix it and it should resolve your problem.

依 靠 2024-08-11 12:15:45

可以把控件的代码贴出来吗?

您是否尝试过重新启动 Visual Studio?

您要删除用户控件的页面上还有什么?

Is that possible to post the code for the control?

Have you tried restarting Visual Studio?

What else is on the page where you are dropping the user control?

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