Captcha
In chapter 12 there is an example for using the captcha control.
I tried to implement this in my code:
in the top of the page is put this:
<%@RegisterTagPrefix="dnn"Assembly="DotNetNuke"Namespace="DotNetNuke.UI.WebControls" %>
en at the place I want the image this:
<dnn:CaptchaControlID="ctlCaptcha"runat="server"CssClass="normal"/>
When I load the page to view this part of the module I get a cross as an images, indicating it could not be find. When I copy the URL of the image and paste it in the browser the following error message is shown (summary, please tell me if you need more information):
Could not load file or assembly 'DotNetNuke.HttpModules' or one of its dependencies. The system cannot find the file specified.
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.
Exception Details: System.IO.FileNotFoundException: Could not load file or assembly 'DotNetNuke.HttpModules' or one of its dependencies. The system cannot find the file specified.
The file DotNetNuke.HttpModules.dll is in the bin directory under root of the app. For me it is unclear what file is missing.
Anybody an idea what's going wrong? Thanks in advance.
|