Telerik.Sitefinity.DynamicTypes.Model.XXX.XXX Parameter name: component Actual value was Telerik.Sitefinity.DynamicTypes.Model.XXX.XXX
Hi,
I am getting this error when importing localized content in the dynamic module
Telerik.Sitefinity.DynamicTypes.Model.XXX.XXXX Parameter name: component Actual value was Telerik.Sitefinity.DynamicTypes.Model.XXX.XXXX
Daniel posted a fix for this for v6.2 but its not fixed in v6.3
Please help
Thanks
Hi Zubair,
That is strange. I did not had the issues anymore within 6.3?
Maybe support knows what is wrong. You sure that the Telerik.Sitefinity.Model.dll you are referencing is the right version?
The link to my blogpost was not correct, so if anyone needs this solution, please use this url: http://knstr.it/GHFtme
Kind regards,
Daniel
Hello Zubair,
Can you please verify the Sitefinity version you are using is indeed 6.3 ? The bug has been officially fixed for 6.3, so i case you are indeed reproducing it on that version would it be possible to outline the exact steps you're taking so we can verify it locally and ensure everything is OK or take the appropriate actions?
Regards,
Boyan Barnev
Telerik
Indeed the version I quoted was wrong, I upgraded my solution from 6.1 to 6.3 and the problem is fixed.
Thanks
Hi Boyan & Sitefinity,
Behaviour continues up to 7.2.5310 when using SitefinityQuery.Get to retrieve Dynamic Content items. Only on 1st access. 2nd access produces no error.
Can this please be logged as bug?
Thanks,
Stephen
Hi Stephen,
That's an interesting finding! Can you please share with us the implementation you're using so we can check this out? Keep in mind SitefintiyQuery is a rather low level mechanism of doing things, moreover it bypasses some security checks, and in general the behavior might vary compared to using the managers. Still, we'd like to check this out and see if there's anything we can find and fix, for sure, I just wanted to recommend sticking to the official managers API, unless the use case cannot be achieved with them.
Regards,
Boyan Barnev
Telerik
Sure mate, have a read of this post, it describes why I use this function: