ASP.NET 标记智能感知在 Visual Studio 2010 中不起作用

发布于 2024-09-10 15:41:47 字数 226 浏览 10 评论 0原文

当我在 Visual Studio 2010 的标记模式中键入 < 时,我没有获得任何服务器端控件(即 ) ,我刚刚获得了标准 HTML 控件的列表。

这曾经有效,但有一天就停止了。

为什么会这样呢?

PS:我是一名 VB.NET 程序员,智能感知在 .vb 文件中运行良好。

When I type < in the Markup Mode of Visual Studio 2010, I don't get any server-side controls (ie. <asp:textbox />), I just get a list of standard HTML controls.

This used to work, but one day just stopped.

Why could this be?

P.S: I'm a VB.NET Programmer, and intellisense is working fine in the .vb files.

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

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

发布评论

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

评论(2

ゞ记忆︶ㄣ 2024-09-17 15:41:47

导航至此处:
C:\Users\USERNAME\AppData\Roaming\Microsoft\VisualStudio

并删除标有“10.0”的文件夹的内容。这对我有用。

Navigate here:
C:\Users\USERNAME\AppData\Roaming\Microsoft\VisualStudio

And delete the contents of the folder labeled '10.0'. This worked for me.

死开点丶别碍眼 2024-09-17 15:41:47
  • 检查首选项中的文件扩展名 - 编辑器绑定。
  • 检查 Web 配置文件中的 system.web\pages\controls 配置部分。
  • 还要检查 system.web\compilation\assemblies 部分。
  • Check file extension - editor bindings in preferences.
  • Check the system.web\pages\controls config section in your web configuration file.
  • Check the system.web\compilation\assemblies section too.
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文