简体   繁体   English

如何防止Visual Studio 2008检查.aspx文件中的引用?

[英]How to prevent Visual Studio 2008 from checking references in .aspx files?

There was a registry fix for Visual Studio 2005 to prevent it from checking references in .aspx files, but it does not seem to work for 2008. With variable renames, finding all references in an ASP.NET project is extremely slow. Visual Studio 2005有一个注册表修复程序,可防止它检查.aspx文件中的引用,但似乎不适用于2008。使用变量重命名,在ASP.NET项目中查找所有引用非常慢。 Is there a way to prevent this in VS2008? 有没有办法防止这种情况在VS2008?

This is one thing I have given up hope for ever working right in Visual Studio. 这是我放弃对在Visual Studio中正常工作的希望。 This is also one of the primary reasons I started using ReSharper in the first place. 这也是我首先开始使用ReSharper的主要原因之一。

Other than some 3rd party plugin, I have no other suggestions for you. 除了某些第三方插件外,我没有其他建议。

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

相关问题 如何在Visual Studio 2010中将值从HTML传递到ASPX文件 - How to pass value from HTML to a ASPX files in Visual Studio 2010 如何在aspx文件中的Visual Studio中添加REGION - How to Add REGION in Visual Studio in aspx Files 在 VIsual Studio 2019 中,有什么方法可以查看 ASPX 文件中某些方法或属性的引用? - In VIsual Studio 2019, is there any way to view references of some method or property in ASPX files? 有没有办法将aspx文件放入Visual Studio 2008 .NET 3.5中的类库? - Is there a way to put aspx files into a class library in Visual Studio 2008 .NET 3.5? 智能感知,引用和Visual Studio 2008中的生成问题 - Issues with intellisense, references, and builds in Visual Studio 2008 阻止Visual Studio 2008重写内联代码? - Prevent Visual Studio 2008 from rewriting inline code? Visual Studio 2008不会为外部DLL引用创建* .refresh文件……我缺少什么? - Visual Studio 2008 doesn't create *.refresh files for external DLL references… what am I missing? 如何查看 <filename> .css.aspx文件,就像在Visual Studio 2008中是* .css文件一样 - How to view a <filename>.css.aspx file as if it were a *.css file in Visual Studio 2008 Visual Studio 2010-打开的ASPX文件不可编辑 - Visual Studio 2010 - Opened ASPX files are uneditable Visual Studio创建空白的aspx:1文件 - Visual Studio creating blank aspx:1 files
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM