Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
I've downloaded the recaptcha library from this link (https://developers.google.com/recaptcha/docs/aspnet) and added it to my site.
However having the dll in the bin folder causes an error with DynamicNodeList. In my breadcrumb I have the following code
if (Model.Ancestors().Any() && Model.NodeTypeAlias != "Course")
With the recaptcha library DLL in the bin folder it I get this error related to the line above.
'umbraco.MacroEngines.DynamicNodeList' does not contain a definition for 'Any'
Does anyone have any idea how to solve this error. Or can anyone recomend another captcha library that will work on an umbraco site.
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
Recaptcha library causing problems with DynamicNodeList
I've downloaded the recaptcha library from this link (https://developers.google.com/recaptcha/docs/aspnet) and added it to my site.
However having the dll in the bin folder causes an error with DynamicNodeList. In my breadcrumb I have the following code
With the recaptcha library DLL in the bin folder it I get this error related to the line above.
'umbraco.MacroEngines.DynamicNodeList' does not contain a definition for 'Any'
Does anyone have any idea how to solve this error. Or can anyone recomend another captcha library that will work on an umbraco site.
is working on a reply...