Looking at http://test.vespasympa.be/?umbDebugShowTrace=true it looks as though your missing the fluent nhibernate dll. Try doing a compare between your dev and live environment see which dlls are missing.
Have you also checked that the xsltExtensions.config files are identical on dev and live site? Maybe you're missing a reference to some contour xslt extensions?
Did you take a look at the link I posted for you that will show you the debug trace and the current error is related to
Unable to load one or more of the types in assembly 'Contour.Addons.CourierSupport, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null'. Exceptions were thrown: System.IO.FileLoadException: Could not load file or assembly 'FluentNHibernate, Version=1.1.0.685, Culture=neutral, PublicKeyToken=8aa435e3cb308880'
Yeah upgrading courier could of done it if that's using a different version of nhibernate to your umbraco configuration. What version of umbraco is the site running.
I don't have that much experience with courier as yet so hopefully Jan can offer some support.
Just experienced exactly the same problem. Thanks for confirming the solution. Be great if the Contour addon could be updated for 2.5 at some future point!
All Xslt scripts not working anymore
Hi,
I don't know exactly what happened, but all of a sudden all my Xslt script return errors:
http://test.vespasympa.be
All I know is that the last time I checked the website, everything was normal.
Anyone experienced the same?
Thanks for your help,
Anthony Candaele
Belgium
Hi,
Looking at http://test.vespasympa.be/?umbDebugShowTrace=true it looks as though your missing the fluent nhibernate dll. Try doing a compare between your dev and live environment see which dlls are missing.
John
Hi Johan,
I checked the dev an live environment, but the fluent nhibernate dll is in both folders.
Thanks for your help,
Anthony
Hi Anthony
Have you also checked that the xsltExtensions.config files are identical on dev and live site? Maybe you're missing a reference to some contour xslt extensions?
/Jan
Did you take a look at the link I posted for you that will show you the debug trace and the current error is related to
Unable to load one or more of the types in assembly 'Contour.Addons.CourierSupport, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null'. Exceptions were thrown:
System.IO.FileLoadException: Could not load file or assembly 'FluentNHibernate, Version=1.1.0.685, Culture=neutral, PublicKeyToken=8aa435e3cb308880'
Hi Jan,
The xsltExtensions.config is for both sites the same:
<?xml version="1.0" encoding="utf-8"?>
<XsltExtensions>
<!--
This file is used to register 3rt party xslt extensions (methods you can execute from xslt, like umbraco.library:NiceUrl)
<ext assembly="assemblyName" type="assemblyName.namespace.type" alias="custom">
-->
<ext assembly="Umbraco.Forms.Core" type="Umbraco.Forms.Library" alias="umbraco.contour">
</ext>
</XsltExtensions>
But I have upgrade Courier 2.0 to Courie 2.5 , maybe that can have something to do with it?
greetings,
Anthony
Yeah upgrading courier could of done it if that's using a different version of nhibernate to your umbraco configuration. What version of umbraco is the site running.
I don't have that much experience with courier as yet so hopefully Jan can offer some support.
John
@John the umbraco version is 4.7.1
If I go to the Courier product page on www.umbraco.com I see this line all at the bottom of the page:
*Contour forms requires a 3rd party DLL, available here
Yeah it must be the Courier upgrade, because I just checked the live site (www.vespasympa.be) and I have the same issue there.
I'd make a post over on the courier package board sure you'll get some help related to the issue there.
John
May I suggest we just move this post into that category? :-) (Just did)
Unfortunately I have not been playing much around with courier so I have no further clues on what could be the cause of this issue.
/Jan
@ Jan no problem, thanks
happy to report that the issue was solved by deleting the file:
Contour.Addons.CourierSupport dll
in the bin folder
many thanks to Casey Neehouse
greetings,
Anthony
Just experienced exactly the same problem. Thanks for confirming the solution. Be great if the Contour addon could be updated for 2.5 at some future point!
will do today, and put it up on couriercontrib instead
Thanks Per!!
Dll updated and packaged as a umbraco pakcage file, available on courier contrib page here:
http://our.umbraco.org/projects/developer-tools/courier-contrib
Source code will be on couriercontrib.codeplex.com as well.
Minor one, but the link to the package at the bottom of http://umbraco.com/products/more-add-ons/courier-2.aspx is still pointing at the old package - just thinking that it might confuse some people..
Ah, thanks James, will update the links
is working on a reply...