[Mono-bugs] [Bug 567333] Crash on default ASP.NET MVC 2 Logon Page
bugzilla_noreply at novell.com
bugzilla_noreply at novell.com
Thu Mar 18 14:48:54 EDT 2010
http://bugzilla.novell.com/show_bug.cgi?id=567333
http://bugzilla.novell.com/show_bug.cgi?id=567333#c5
Nils Hügelmann <nils at huegelmann.info> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |nils at huegelmann.info
--- Comment #5 from Nils Hügelmann <nils at huegelmann.info> 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.
More information about the mono-bugs
mailing list