Any idea if there's an issue with installing Contour with Umbraco V6?
Its completly crashed the site. Custom Errors Off gives me this:
Could not load file or assembly 'System.Web.Mvc' or one of
its dependencies. The located assembly's manifest definition does not
match the assembly reference. (Exception from HRESULT: 0x80131040)
Anyone know how I can reverse this without access to the admin area?
Perhaps there is a bug with installing Contour on v6? I think you should file a bug report about it here: http://issues.umbraco.org/issues/U4 (I think there might is a issue tracker for contour as well but could not find it when googling though).
I have the same issue. I installed Contour 3.0.6 on Umbraco 6.0.0 RC and recieved this:
Could not load file or assembly 'System.Web.Mvc' or one of its dependencies. The located assembly's manifest definition does not match the assembly reference. (Exception from HRESULT: 0x80131040)
I'm not sure what needs to be removed to get the site running again. Any help would be appreciated.
add a fresh v6 RC to the web folder and run that against the current database
you will notice that everything shows in the trees in the admin area but the physical files wont exist yet.
Copy the templates, usercontrols, images, media and XSLT contents into the web folder
You may have some issues with document types here. Someone else might be able to help in backing them up
You will need to re-reference the images on the site where you have used media pickers and upload controls.
This all worked fine for me. If you CAN get access to the current configuration, go to the developer area and CREATE a package. select your main content node and all children. Also select everything else in the list. Save the zip file.
Install a clean, empty version of v6 RC and browse to developer area, install a local package and find the package you created. Install. This also worked perfectly for me on 2 other sites I had issues with.
Sorry I cant help anymore here but this was all very quick to do for me and worked great!
In terms of getting Contour working again, once your sites are up and running, back them up and create packages from them to be sure then try installing again.
Installing Contour completely crashed V6 website
Hi all,
Any idea if there's an issue with installing Contour with Umbraco V6?
Its completly crashed the site. Custom Errors Off gives me this:
Could not load file or assembly 'System.Web.Mvc' or one of its dependencies. The located assembly's manifest definition does not match the assembly reference. (Exception from HRESULT: 0x80131040)
Anyone know how I can reverse this without access to the admin area?
Thanks!
Hi Roger
Perhaps there is a bug with installing Contour on v6? I think you should file a bug report about it here: http://issues.umbraco.org/issues/U4 (I think there might is a issue tracker for contour as well but could not find it when googling though).
/Jan
Comment author was deleted
Same issue tracker :) http://issues.umbraco.org/issues/CON will give it a test to see if I can reproduce
Comment author was deleted
Just tested Contour 3.0.6 (latest stable) on Umbraco 6.0.0 beta and that worked...
What version did you install?
Cheers,
Tim
I used the latest version with 6.0.0 beta.
I think it was something to do with the MVC assemblies not being referenced.
I took all the code out manually and its working again now. I just created the forms manually for now just in case there is a bug
Roger
I have the same issue. I installed Contour 3.0.6 on Umbraco 6.0.0 RC and recieved this:
Could not load file or assembly 'System.Web.Mvc' or one of its dependencies. The located assembly's manifest definition does not match the assembly reference. (Exception from HRESULT: 0x80131040)
I'm not sure what needs to be removed to get the site running again. Any help would be appreciated.
Thanks,
Derrik
I've not tried it again with v6 RC, i only had the issue with the beta version.
I'm going to make a full back up of one of my v6 RC sites and try it again. If it compains then I guess at least I can restore!
What did you remove to get your site back up? At this point, that's my primary goal. I'll have to worry about getting Contour running later.
It takes about 10 minutes but do the following:
You will need to re-reference the images on the site where you have used media pickers and upload controls.
This all worked fine for me. If you CAN get access to the current configuration, go to the developer area and CREATE a package. select your main content node and all children. Also select everything else in the list. Save the zip file.
Install a clean, empty version of v6 RC and browse to developer area, install a local package and find the package you created. Install. This also worked perfectly for me on 2 other sites I had issues with.
Sorry I cant help anymore here but this was all very quick to do for me and worked great!
In terms of getting Contour working again, once your sites are up and running, back them up and create packages from them to be sure then try installing again.
Great, I'll give it a shot. Thank you!
Hi Derrik,
How did you get on?
Roger
is working on a reply...