Turn off ASP.Net parsing Follow
Is there a way to turn off the aspx parsing? We use a lot of custom tags and resharper finds a lot of things it thinks are errors that really are not errors.
Thanks,
Wade Matveyenko
Please sign in to leave a comment.
Wade,
Have You reported these issues? To disable error highlighting for a
particular file press Ctrl+8.
--
Sergey V. Coox
JetBrains, Inc
http://www.jetbrains.com
Maybe this is related, but R# wants to keep putting Import Namespace tags for custom controls it can not find. If you let it do it, then it stops complaining; but if you jump off to different page and then back to the same page R# add the import clause, R# will ask again if you wish to Import the namespace. Again, it might be related to the custom tags issue.
Brian,
What build do You use? There were a lot of fixes in build 251, that may be
related to Your problem.
--
Sergey V. Coox
JetBrains, Inc
http://www.jetbrains.com
"Develop with pleasure!"
I think i'm having a similar problem.
Check out this screenshot. When i hover over one of my custom server controls, this is what I get. This bug was introduced for me in v2.51 and 2.52. It does not occur in v 2.50
Attachment(s):
2.51 and 2.52 screw up.png
I'm having this exact same problem, so +1 vote for your request.
Pages with LOTS of custom controls, R# complains about not finding (some) of them when referenced in C# code. It's also occasionally unable to recognize events on these controls.
The attached image is a sample of how many errors R# finds on an otherwise working page.
The Ctrl+8 solution works for me, but I have submitted a question and asked the team to consider an option to turn off R# by default for certain file extensions (aspx, ascx in my case).
Edit: This is with both #249 and #251
Attachment(s):
sidebar.jpg
Philipp,
What build do You use? There a lot of issues concerning case-insensitiveness
and localization have been fixed in builds 250-251.
Have You submitted the reports into our tracker?
--
Sergey V. Coox
JetBrains, Inc
http://www.jetbrains.com
"Develop with pleasure!"
Sergey,
I have this problem with both #249 and #251.
I have submitted the issue and Andrey kindly replied to it. I've sent him some more screenshots.
Thanks.
Hi,
I am a C#/R# newbie, so this might be my config, but in my aspx.cs file it refers to a html control in the corresponding aspx file - asp:DropDownList, using its ID= value. The code compiles/works ok, but R# cannot resolve the symbol - this sounds similar to the problem here.
On the build version, I have 249 and that seems to be the only option on the download page - is there an EAP download area?
Thanks in advance,
Chris
Chris,
You may download the latest EAP builds from
http://www.jetbrains.net/confluence/display/ReSharper/Download
It would be terrific, If you send us the solution on which you've got the
problem.
--
Sergey V. Coox
JetBrains, Inc
http://www.jetbrains.com
"Develop with pleasure!"