This is a migrated thread and some comments may be shown as answers.

Problem with local resources and Mono

4 Answers 63 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Ferdinand
Top achievements
Rank 1
Ferdinand asked on 21 May 2010, 08:35 AM
Hi,
I got a little problem with local resources and the RadGrid under Mono. If I create local resources for a page where I use a grid I get the following error:
Compilation 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/Desktop/MonoProblemTest/MonoProblemTest/Default.aspx  Lines: 27, 30, 33 
If I remove the meta:resourcekey="xyz" attribute everything works fine.

I am not that sure if this is a Telerik problem at all. This is why I also filed a Mono bug. There you can find a small project attached which reproduces the error on Mono. You can find it here: Novell-Bugzilla

Did you ever come across this issue?

Best regards
Ferdinand

4 Answers, 1 is accepted

Sort by
0
Daniel
Telerik team
answered on 27 May 2010, 12:13 PM
Hello Ferdinand,

 You can easily reproduce this problem using ASP.NET GridView. Please refer to the attached demo for more information.

Regards,
Daniel
the Telerik team

Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items.
0
Ferdinand
Top achievements
Rank 1
answered on 10 Jun 2010, 08:26 AM
Hey Daniel,
sorry for the late reply but I just came back from holidays.
I tried to check your example but I was not able to open it. I think the file is corrupt. Would mind to reupload it?

Best regard
Ferdinand
0
Accepted
Daniel
Telerik team
answered on 10 Jun 2010, 09:28 AM
Hello Ferdinand,

I reattached the file to this post. Let me know if the problem still persists.

Kind regards,
Daniel
the Telerik team

Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items.
0
Ferdinand
Top achievements
Rank 1
answered on 10 Jun 2010, 09:39 AM
I checked it and the error appears here as well. So it is defintly no Telerik problem. I will add the testcase to the Mono bug I reported.
Thanks for your help.
Tags
Grid
Asked by
Ferdinand
Top achievements
Rank 1
Answers by
Daniel
Telerik team
Ferdinand
Top achievements
Rank 1
Share this question
or