Telerik 的 IntelliSense 和模板问题
我正在开发一个项目,其中使用 Telerik MVC 控件来显示一些 NumericTextBox 和其他控件。我有两个可能相关的问题。
1/ IntelliSense 在视图/共享和某些视图中运行良好。但在某些情况下它不起作用。代码绝对相似,没有特定的代码块。我尝试将所有 Telerik 命名空间添加到 Views 文件夹中的 Web.Config,但它不起作用。 IntelliSense 就在 Views/Shared 中工作。
2/ 我想在我的控制器中使用 [SourceCodeFile] 属性,以便使用 NumericTextBoxes 模板。但VS说“未知属性”和“解决”不在上下文菜单中。我试图添加所有 Telerik 命名空间,但它仍然不起作用。
一些建议?
I am working on the project where I use Telerik MVC controls in order to show some NumericTextBoxes and other controls. I have two problems that are maybe related.
1/ IntelliSense works fine in Views/Shared and in some Views. But in some it doesn´t work. The code is absolutely similar without specific blocks of code. I try to add all Telerik namespaces to Web.Config in Views folder, but it doesn´t work. Just in Views/Shared is IntelliSense working.
2/ I would like to use [SourceCodeFile] attribute in my Controller in order to using NumericTextBoxes templates. But VS says "Unknown attribute" and "Resolve" is not in context menu. I was trying to add all Telerik namespaces but it still doesn´t work.
Some suggestions?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论