When I attempt to create an XSLT file in umbraco/developer/xslt files Create then enter filename and select any prototype the following eror message is displayed.
Server Error in '/' Application.
Could
not load type CommerceForUmbraco.xsltExtensions.product
(C:\inetpub\wwwroot\bin\CommerceForUmbraco.xsltExtensions.dll) for XSLT
extension C:\inetpub\wwwroot\bin\CommerceForUmbraco.xsltExtensions.dll.
Please check config/xsltExentions.config.
Description: An
unhandled exception occurred during the execution of the current web
request. Please review the stack trace for more information about the
error and where it originated in the code.
Exception Details: System.Exception:
Could not load type CommerceForUmbraco.xsltExtensions.product
(C:\inetpub\wwwroot\bin\CommerceForUmbraco.xsltExtensions.dll) for XSLT
extension C:\inetpub\wwwroot\bin\CommerceForUmbraco.xsltExtensions.dll.
Please check config/xsltExentions.config.
Source Error:
An unhandled exception was generated during the execution of the
current web request. Information regarding the origin and location of
the exception can be identified using the exception stack trace below.
Runway XSLT error
When I execute runway home page in the browser I get an error message and no navigation menu.
Error parsing XSLT file: \xslt\RunwayTopNavigation.xslt
Another error which may be related is:
When I attempt to create an XSLT file in umbraco/developer/xslt files Create then enter filename and select any prototype the following eror message is displayed.
Server Error in '/' Application.
Could not load type CommerceForUmbraco.xsltExtensions.product (C:\inetpub\wwwroot\bin\CommerceForUmbraco.xsltExtensions.dll) for XSLT extension C:\inetpub\wwwroot\bin\CommerceForUmbraco.xsltExtensions.dll. Please check config/xsltExentions.config.
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.Exception Details: System.Exception: Could not load type CommerceForUmbraco.xsltExtensions.product (C:\inetpub\wwwroot\bin\CommerceForUmbraco.xsltExtensions.dll) for XSLT extension C:\inetpub\wwwroot\bin\CommerceForUmbraco.xsltExtensions.dll. Please check config/xsltExentions.config.
Source Error:
An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.
Stack Trace:
Version Information: Microsoft .NET Framework Version:2.0.50727.4200; ASP.NET Version:2.0.50727.4016
It looks like you've installed Commerce4Umbraco incorrectly.
Go to config/xsltextensions.config and remove and lines referring to 'commerce'
Thank you Chris that worked.
Thank you for the great ansver. Had the same problem, and removing references to the ClientArea package, it worked like a charm again!
is working on a reply...