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

RadDock Parse Error

3 Answers 29 Views
Dock
This is a migrated thread and some comments may be shown as answers.
Mark
Top achievements
Rank 2
Mark asked on 05 Jun 2009, 09:09 PM
We just updated our Telerik assemblies and are getting RadDock errors.

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: Method 'get_Zones' does not have an implementation.

If we revert to the previous version of the assembly, this message goes away.  Has anyone else encountered this?



3 Answers, 1 is accepted

Sort by
0
Tervel
Telerik team
answered on 08 Jun 2009, 07:25 AM
Hello MJ,

Is it possible that you have written some client code of your own that uses this method?
It is very likely that you upgraded from a Telerik.Web.UI DLL version that is over one year old, because more than an year back in time the client-side API conventions for all Telerik RadControls were modified to better comply with the MS AJAX client-side convetions.

Currently all methods that start with get_ and set_ continue with a lower-case letter, e.g. get_zones()

Please examine your client code and fix it according to the MS AJAX conventions. If you encounter any problem please let us know.

Best regards,
Tervel
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Check out the tips for optimizing your support resource searches.
0
Mark
Top achievements
Rank 2
answered on 08 Jun 2009, 01:18 PM
We upgraded from 2009.1.402.35 to 2009.1.527.35.  I'll check if we're running any client scripts and post back later today.  Thanks for the insight.
0
Mark
Top achievements
Rank 2
answered on 09 Jun 2009, 06:11 PM
After reinstalling the assemblies and updating all project references, it is working properly.  Thanks.
Tags
Dock
Asked by
Mark
Top achievements
Rank 2
Answers by
Tervel
Telerik team
Mark
Top achievements
Rank 2
Share this question
or