Priority
Critical
Type
Bug 
State
Obsolete 
Assignee
Sergey Coox 
Subsystem
Language - ASP.NET 
Affected versions
Fixed in
Fixed in build
Next build 
Build
218
Fixed in build
573
  • Submitted by   Erwin Derksen
    3 years ago (06 Aug 2006 00:23)
  • Updated by Erwin Derksen
    11 months ago (20 Feb 2009 13:57)
  • Jira: RSRP-18041
    (history, comments)

RSRP-18041

Incorrect message "Cannot resolve symbol 'Bind'"

Version: VS2005, ASP.NET 2.0
Possibly related topics:
  • #18004- Incorrect message "Cannot resolve symbol 'Container'"
  • #18040- Incorrect message "Cannot resolve symbol 'meta'"

An example is the following textbox declaration, but my aspx files are scattered with these kind of incorrect errors:

<asp:TextBox MaxLength="50" ID="TbxLastName" runat="server" Text='<%# Bind("LastName") %>' meta:resourcekey="tbLastNameResource1"></asp:TextBox>

Note: using Eval does not give an error message:
<asp:Label ID="Lbl8" runat="server" Text='<%# Eval("MobileNumber") %>' meta:resourcekey="Label1Resource10"></asp:Label>



Issue was closed
Comments (0)
 
History (0)
 
Links
 
Issue has no comments