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

resource parse error

2 Answers 105 Views
Scheduler
This is a migrated thread and some comments may be shown as answers.
Calvin
Top achievements
Rank 1
Calvin asked on 13 Apr 2011, 06:55 PM
When I go to run my project that I mostly just copy/pasted from advanced form template thing I get this error.

Parser Error

Description: An error occurred during the parsing of a resource required to service this request. Please review the following specific parse error details and modify your source file appropriately. 

Parser Error Message: The base class includes the field 'ResRoom', but its type (CareTracker.Web.UI.Pages.ResourceControl) is not compatible with the type of control (ASP.pages_resourcecontrol_ascx).

Source Error: 

Line 119:                     <li>
Line 120:                        <!-- Resource controls should follow the convention Res[Resource Name] for ID -->
Line 121:                        <scheduler:ResourceControl runat="server" ID="ResRoom" Type="ResRoom" Label="Room:" Skin='<%# Owner.Skin %>' />
Line 122:                     </li>
Line 123:                     <li>



can anyone help/

2 Answers, 1 is accepted

Sort by
0
Peter
Telerik team
answered on 18 Apr 2011, 01:33 PM
Hi Calvin,

I am sending you a simple working project of the Advanced Templates templates demo for your perusal. If the problem persists at your end, send us  a sample via a support ticket and we will debug it locally.

Best wishes,
Peter
the Telerik team

Browse the vast support resources we have to jump start your development with RadControls for ASP.NET AJAX. See how to integrate our AJAX controls seamlessly in SharePoint 2007/2010 visiting our common SharePoint portal.

0
Ed
Top achievements
Rank 1
answered on 25 May 2011, 02:53 AM
I am encountering a similar issue with parsing my resource file while accessing my admin.  Here is what I get:

Server Error in '/admin' Application.

Parser Error

Description: An error occurred during the parsing of a resource required to service this request. Please review the following specific parse error details and modify your source file appropriately.

Parser Error Message: Could not load the assembly 'App_Web_d-fovy9r'. Make sure that it is compiled before accessing the page.

Source Error:

Line 1:  <%@ control language="C#" autoeventwireup="true" inherits="Admin_AdminControls_leftnavigation, App_Web_d-fovy9r" %>
Line 2:  <table border="0" cellpadding="1" cellspacing="0" width="100%" title="" summary="Admin Navigation"  bgcolor="#EDEDED;">
Line 3:  <!-- Header Start -->

Source File: /admin/AdminControls/leftnavigation.ascx    Line: 1


Version Information: Microsoft .NET Framework Version:2.0.50727.3619; ASP.NET Version:2.0.50727.3618


Anyone have any suggestions?  I am unfamiliar with the programming language and can use any help I can get.

Thanks,
Ed
Tags
Scheduler
Asked by
Calvin
Top achievements
Rank 1
Answers by
Peter
Telerik team
Ed
Top achievements
Rank 1
Share this question
or