I've seen this error before, it happens to me when my web.config has some URL Rewriting rules specified (via system.webServer/rewrite), and my dev machine doesn't have IIS URL Rewriting installed/enabled. It works on the production environment but I get the above error on my dev PC. I usually just work around by commenting out that section in the web.config (I suppose I could just enable URL Rewriting also :) ).
So I wonder if a feature was recently enabled that is not supported by your web server or the application pool it's running in? Was this developed locally and you are now moving it to the server?
Unfortunately I don't know how to tell what line is causing the error, so you may just need to start digging through your web.config...
I've installed the URL rewrite module (http://www.iis.net/download/urlrewrite) and that's moved me forward to another error, but at least a more meaningful one this time, I'll start working on that now!
Server Error in '/' 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 'umbraco.presentation.urlRewriter.FormRewriterControlAdapter'.
Source Error:
Line 3: <browser refID="Default">
Line 4: <controlAdapters>
Line 5: <adapter controlType="System.Web.UI.HtmlControls.HtmlForm" Line 6: adapterType="umbraco.presentation.urlRewriter.FormRewriterControlAdapter" />
Line 7: </controlAdapters>
Sounds like maybe incorrect versions of DLLs in your /bin/? Are you sure you're using the ones for your appropriate .NET version? And did you unblock the zip etc?
HTTP Error 500.19
Has anyone come across the following error setting up an Umbraco site and can tell me where to look.
I've set the standard Umbraco permissions on the folders.
It is an older version of Umbraco: umbraco v 4.0.4.2 (Assembly version: 1.0.3811.17115)
IIS 7.5 on Windows 7 Pro 64bit
In a .Net 2.0 App Pool (Tried it with 4.0 too)
With a SQLExpress database (although I don't think it is getting that far)
Hi,
I've seen this error before, it happens to me when my web.config has some URL Rewriting rules specified (via system.webServer/rewrite), and my dev machine doesn't have IIS URL Rewriting installed/enabled. It works on the production environment but I get the above error on my dev PC. I usually just work around by commenting out that section in the web.config (I suppose I could just enable URL Rewriting also :) ).
So I wonder if a feature was recently enabled that is not supported by your web server or the application pool it's running in? Was this developed locally and you are now moving it to the server?
Unfortunately I don't know how to tell what line is causing the error, so you may just need to start digging through your web.config...
-Tom
Thanks Tom,
I've installed the URL rewrite module (http://www.iis.net/download/urlrewrite) and that's moved me forward to another error, but at least a more meaningful one this time, I'll start working on that now!
Server Error in '/' 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 'umbraco.presentation.urlRewriter.FormRewriterControlAdapter'.
Source Error:
Line 3: <browser refID="Default"> Line 4: <controlAdapters> Line 5: <adapter controlType="System.Web.UI.HtmlControls.HtmlForm" Line 6: adapterType="umbraco.presentation.urlRewriter.FormRewriterControlAdapter" /> Line 7: </controlAdapters>
Source File: C:\inetpub\wwwroot\Focus\App_Browsers\Form.browser Line: 5
Version Information: Microsoft .NET Framework Version:2.0.50727.5448; ASP.NET Version:2.0.50727.5456
Hmm, I have not seen that error, but you might check out these threads for ideas:
http://our.umbraco.org/forum/getting-started/installing-umbraco/3224-Unable-to-load-type-umbracopresentationurlRewriter
http://our.umbraco.org/forum/getting-started/installing-umbraco/6920-Sudden-configuration-error-when-adding-content
http://forum.umbraco.org/yaf_postst7765_Strange-Problem-With-Custom-Controls-Version-4-RC2.aspx
Sounds like maybe incorrect versions of DLLs in your /bin/? Are you sure you're using the ones for your appropriate .NET version? And did you unblock the zip etc?
-Tom
Thanks Tom,
I was reading the last link when I found, your reply. It is dll related (I've been provided an installation without a bin folder!)
Thanks for your help!
Haha..that might be a problem! ;)
is working on a reply...