I have upgraded my development website from dnn 3.2 to 3.3. The upgrade seems to work. I can go through my site and everything seems to work fine. Then on the dev server, I open the dotnetnuke solution. I get the following error below.
I can rerun the upgrade and I can run ok, but if I ever open the dotnetnuke solution, the app blows up.
Does anyone have any ideas or suggestions on what's going on here? I can give more information if needed.
Thanks,
Gregg
Server Error in '/web' Application.
Configuration Error
Description: An error occurred during the processing of a configuration file required to service this request. Please review the specific error details below and modify your configuration file appropriately.
Parser Error Message: Could not load type DotNetNuke.UI.WebControls.CaptchaHandler from assembly DotNetNuke.
Source Error:
Line 57: <add verb="GET" path="FtbWebResource.axd" type="FreeTextBoxControls.AssemblyResourceHandler, FreeTextBox" />
Line 58: <!-- This is for CAPTCHA support -->
Line 59: <add verb="*" path="*.captcha.aspx" type="DotNetNuke.UI.WebControls.CaptchaHandler, DotNetNuke" />
Line 60: <!-- This is for Serving files, secure, insecure, from database -->
Line 61: <add verb="*" path="LinkClick.aspx" type="DotNetNuke.Services.FileSystem.FileServerHandler, DotNetNuke"/>
|
Source File: D:\Inetpub\xxxx\htdocs\web\web.config Line: 59
Version Information: Microsoft .NET Framework Version:1.1.4322.2300; ASP.NET Version:1.1.4322.2300