http://bugzilla.novell.com/show_bug.cgi?id=567333

http://bugzilla.novell.com/show_bug.cgi?id=567333#c5


Nils Hügelmann <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]

--- Comment #5 from Nils Hügelmann <[email protected]> 2010-03-18 18:48:53 
UTC ---
The problem is the functions TextBoxFor, LabelFor and other which parameters
are variables of a "model" as Lambda Expressions 

Code of the "View"-aspx:
<%= Html.TextBoxFor(model => model.Name) %>

works in Visual Studio, but mono reports an error:
The property [...]Model.Name could not be found.

-- 
Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
_______________________________________________
mono-bugs maillist  -  [email protected]
http://lists.ximian.com/mailman/listinfo/mono-bugs

Reply via email to