Hi. In our ASP.NET web application, ReSharper complains that it cannot resolve what we know to be valid attributes of the <asp:BoundColumn> tag. For example, when we have something like
<asp:BoundColumn DataField="Name" SortExpression="Name" HeaderText="Your Name"/>
ReSharper marks these as red in the vertical bar next to the scroll bar. Furthermore, if you hover the mouse over each of these attributes, tooltips come up that say
Cannot resolve symbol 'DataField'
Cannot resolve symbol 'SortExpression'
Cannot resolve symbol 'HeaderText'