http://bugzilla.novell.com/show_bug.cgi?id=607766
http://bugzilla.novell.com/show_bug.cgi?id=607766#c0 Summary: Problem with local resources Classification: Mono Product: Mono: Class Libraries Version: 2.6.x Platform: x86 OS/Version: openSUSE 11.2 Status: NEW Severity: Normal Priority: P5 - None Component: Sys.Web AssignedTo: [email protected] ReportedBy: [email protected] QAContact: [email protected] Found By: --- Blocker: --- Created an attachment (id=363713) --> (http://bugzilla.novell.com/attachment.cgi?id=363713) Small project to reproduce the error. Telerik trial version included. User-Agent: Mozilla/5.0 (X11; U; Linux i686; de; rv:1.9.1.9) Gecko/20100317 SUSE/3.5.9-0.1.1 Firefox/3.5.9 I am using Telerik controls, especially the Telerik grid. Because I want to localize my page I created local resources in Visual Studio. With .NET everything works fine. If the project is recompiled with Monodevelop and restarted with xsp2 I get the following error Description: Error compiling a resource required to service this request. Review your source file and modify it to fix this error. Compiler Error Message: CS0029: Cannot implicitly convert type `string' to `bool' Source Error: Line 25: </ExpandCollapseColumn> Line 26: <Columns> Line 27: <telerik:GridBoundColumn DataField="ID" HeaderText="ID" UniqueName="column" Line 28: meta:resourcekey="GridBoundColumnResource1"> Line 29: </telerik:GridBoundColumn> Source File: /home/mono/MonoProblemTest/MonoProblemTest/Default.aspx Lines: 27, 30, 33 If I remove the "meta:resourcekey='xyz'" attributes it works again. This happens since I use Mono Version 2.6.x. With all 2.4.x versions everything was working. This is why I do not think that there is a problem with the Telerik controls. Reproducible: Always Steps to Reproduce: 1. Use attached test project Actual Results: Compilation error Expected Results: Showing a grid -- 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
