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
Hi All,
Getting Error Could not load type 'umbraco.presentation.urlRewriter.FormRewriterControlAdapter'.
Regards Sachin
Hi Sachin
Your post is probably lacking some details, but it sounds to me like you "just" upgraded Umbraco in your existing v7 project.
This is not the right way to get a v7 project to v8.
There is an article here, about migrating content, but you can also check out this blog article from ProWorks, which takes you step by step through the process of "upgrading" a v7 site to v8.
Thanks for your comments,
But yes I have taken all the steps as per your post, having the same issue do I have missed any web config setting for umbraco.presentation.urlRewrite
umbraco.presentation.urlrewriter doesn't exist in Umbraco V8.
did you copy across the App_Browser folder from V7?
The UrlRewriting dependency was removed in version 7.6.0, in favour of IIS rewrites
our.umbraco.com/Documentation/Fundamentals/Setup/upgrading/version-specific#upgrading-via-nuget
If you look in a clean install of Umbraco V8 you'll find there isn't the reference to the old dll.
When you copy across your implementation from the V7 site to begin updating for V8, you only need to copy Views and Custom C# implementation code.
regards
Marc
Thanks Marc
I got the same solution & removed old app browser folder in my current umbraco v 8.15.
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
Issue after Upgrade Umbraco 7 to 8 version
Hi All,
Getting Error Could not load type 'umbraco.presentation.urlRewriter.FormRewriterControlAdapter'.
Regards Sachin
Hi Sachin
Your post is probably lacking some details, but it sounds to me like you "just" upgraded Umbraco in your existing v7 project.
This is not the right way to get a v7 project to v8.
There is an article here, about migrating content, but you can also check out this blog article from ProWorks, which takes you step by step through the process of "upgrading" a v7 site to v8.
Thanks for your comments,
But yes I have taken all the steps as per your post, having the same issue do I have missed any web config setting for umbraco.presentation.urlRewrite
Regards Sachin
Hi Sachin
umbraco.presentation.urlrewriter doesn't exist in Umbraco V8.
did you copy across the App_Browser folder from V7?
The UrlRewriting dependency was removed in version 7.6.0, in favour of IIS rewrites
our.umbraco.com/Documentation/Fundamentals/Setup/upgrading/version-specific#upgrading-via-nuget
If you look in a clean install of Umbraco V8 you'll find there isn't the reference to the old dll.
When you copy across your implementation from the V7 site to begin updating for V8, you only need to copy Views and Custom C# implementation code.
regards
Marc
Thanks Marc
I got the same solution & removed old app browser folder in my current umbraco v 8.15.
Regards Sachin
is working on a reply...