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

Object doesn't support property or method 'registerControlProperties'

2 Answers 123 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Edney
Top achievements
Rank 1
Edney asked on 18 Nov 2015, 02:53 PM

We just upgraded to .Net Framework 4.5. We are using UI for ASP.NET AJAX Q3 2012 SP2. I have a GridAttachmentColumn that works fine in our development environment. When deployed to QA we get the below error when clicking on the + sign to add a new record to the grid and the Grid Attachment control does not appear.
Error: Object doesn't support property or method 'registerControlProperties'
Anonymous function [Line: 395, Col: 1], Telerik.Web.UI.WebResource.axd
Global code [Line: 5, Col: 2], Telerik.Web.UI.WebResource.axd

Thanks in advance for any help on this issues.

Arshad
Top achievements
Rank 1
Iron
commented on 09 Aug 2021, 08:57 AM | edited

Dear, 

We are also facing the same issue

2 Answers, 1 is accepted

Sort by
0
Accepted
Pavlina
Telerik team
answered on 23 Nov 2015, 01:53 PM
Hi,

Can you verify that you are using the .NET 4.5 binaries of the Telerik assemblies? Also try downloading the latest version of the suite and let us know if the same error is still observed. 

Regards,
Pavlina
Telerik
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 Feedback Portal and vote to affect the priority of the items
Arshad
Top achievements
Rank 1
Iron
commented on 09 Aug 2021, 08:59 AM

Dear, 

We are also facing the same issue, in development environment its working fine without any issues, but up on deploying it in live server its getting below error. We are using .Net Framework 4.5 and Telerik version 2021.1.119.45. Please advise us.

 

0
Arshad
Top achievements
Rank 1
Iron
answered on 09 Aug 2021, 09:48 AM

Dear All,

 

Above issue has been fixed by adding below value in Web.config file.

 

<add key="ValidationSettings:UnobtrusiveValidationMode" value="None"/>

 

Thanks

 

 

Tags
General Discussions
Asked by
Edney
Top achievements
Rank 1
Answers by
Pavlina
Telerik team
Arshad
Top achievements
Rank 1
Iron
Share this question
or