I have this error, I have a new instalation off Umbraco and trying to deploy a local site.
Umbraco version 4.7.1.1 MsSql 2008 Host Unoeuro
I think it is about here : "file:///d:\web\localuser" Where do i find this part where it creates this local path?
Any suggestion,
Error parsing the XSLT:
System.Exception: Could not load assembly d:\web\localuser\Domainname.dk\public_html\bin\Runway.Blog.dll for XSLT extension BlogLibrary. Please check config/xsltExentions.config. ---> System.IO.FileNotFoundException: Could not load file or assembly 'file:///d:\web\localuser\Domainname.dk\public_html\bin\Runway.Blog.dll' or one of its dependencies. The system cannot find the file specified. at
I don't know much about Courier, but from the error you are receiving, it sounds like you have an XsltExtension configured but the associated DLL file is missing. I doubt you actually need it as I think (?) RunwayBlog is obsolete.
So either check your /config/xsltExtensions.config and remove the line for Runway.Blog.dll, or check your /bin/ folder for Runway.Blog.dll and replace it if it's missing and you are actually using it
Error parsing the XSLT:
HI
I have this error, I have a new instalation off Umbraco and trying to deploy a local site.
Umbraco version 4.7.1.1
MsSql 2008
Host Unoeuro
I think it is about here : "file:///d:\web\localuser"
Where do i find this part where it creates this local path?
Any suggestion,
Error parsing the XSLT:
System.Exception: Could not load assembly d:\web\localuser\Domainname.dk\public_html\bin\Runway.Blog.dll for XSLT extension BlogLibrary. Please check config/xsltExentions.config. ---> System.IO.FileNotFoundException: Could not load file or assembly 'file:///d:\web\localuser\Domainname.dk\public_html\bin\Runway.Blog.dll' or one of its dependencies. The system cannot find the file specified. at
Tanks in advance
Kind regards René
Hi,
I don't know much about Courier, but from the error you are receiving, it sounds like you have an XsltExtension configured but the associated DLL file is missing. I doubt you actually need it as I think (?) RunwayBlog is obsolete.
So either check your /config/xsltExtensions.config and remove the line for Runway.Blog.dll, or check your /bin/ folder for Runway.Blog.dll and replace it if it's missing and you are actually using it
Hope this helps,
Tom
Tanks a lot
It was the runWayBlog.dll, i was not using it.
René
is working on a reply...