EAP 5 - false errors in aspx files
Hi,
In my website aspx files. ReSharper 5 marks 'DataItem' as an error (cannot
resolve symbol 'DataItem') in the following constructions:
<asp:LinkButton ID="LnkSelect" runat="server" Font-Size="Small">
<%# DataBinder.Eval(Container.DataItem,"Name") %>
</asp:LinkButton>
John
Please sign in to leave a comment.
Hello,
We appreciate your feedback. The corresponding JIRA request has been created,
and you are welcome to monitor its status at http://www.jetbrains.net/jira/browse/RSRP-126639.
You may want to check our request tracking policy here: http://www.jetbrains.net/confluence/display/ReSharper/ReSharperIssueTracker
Best regards,
- Development Team.
John, could you provide us with the whole webpage code. The Container variable used in the expression is implicitely defined by the outer context which is missing.
Thanks in advance.
Hi,
This is a small part that shows the problem.
aspx code:
wrote in message
news:3166702.121801256464498912.JavaMail.clearspace@app8.labs.intellij.net...
>
Fixed. You're welcome to try the upcoming nightly build.