All xslt macros fail when project is built: Error parsing XSLT file: \xslt\...
I have a website, running umbraco 4.9... it was previously 4.7 but was upgraded at some point in the past.
I have a 'working' codebase, ie all my xslt macros display correctly in the browser, but they all show a parsing error as soon as I build my website project.
I am a bit of an umbraco newbie, any pointers in the right direction, anyone?
Usually this is caused by a missing DLL. If you add ?umbdebugshowtrace=1 to your URL, you should get the trace output - scroll down and look for the red error messages. This should give you a better error message that might clue in where the problem lies.
Also, if you don't get anything extra when adding that querystring, you might need to enable umbDebugMode in your web.config
All xslt macros fail when project is built: Error parsing XSLT file: \xslt\...
I have a website, running umbraco 4.9... it was previously 4.7 but was upgraded at some point in the past.
I have a 'working' codebase, ie all my xslt macros display correctly in the browser, but they all show a parsing error as soon as I build my website project.
I am a bit of an umbraco newbie, any pointers in the right direction, anyone?
Thanks in advance.
Hi,
Usually this is caused by a missing DLL. If you add ?umbdebugshowtrace=1 to your URL, you should get the trace output - scroll down and look for the red error messages. This should give you a better error message that might clue in where the problem lies.
Also, if you don't get anything extra when adding that querystring, you might need to enable umbDebugMode in your web.config
-Tom
is working on a reply...