[Mono-aspnet-list] Bug?: "Bind Invocation" error in TemplateControlCompiler
Murraytm
murray at veisoftware.com
Wed Apr 8 17:56:33 EDT 2009
I just updated from 2.0 to 2.4 and now Mono chokes on a bunch of my GridView
template fields.
Basically, the following line works in 2.0, but fails in 2.4 with "Bind
invocation wasn't formatted properly":
<asp:Label runat="server" ID="lblAction" Text="<%#
BindMultiActionLabel(Container.DataItem) %>" />
If I change the name of the function it's calling to just "MultiActionLabel"
it works fine in 2.4. I noticed there are some Regexes in
TemplateControlCompiler.cs that could be tripping it up but am not familiar
enough with everything to submit a patch.
Is this a known bug? If not, where should I submit it?
--
View this message in context: http://www.nabble.com/Bug-%3A-%22Bind-Invocation%22-error-in-TemplateControlCompiler-tp22957617p22957617.html
Sent from the Mono - ASP.NET mailing list archive at Nabble.com.
More information about the Mono-aspnet-list
mailing list