So suddenly a site has just stopped showing xslt data. Each time i go to just resave a xslt it comes up with this
Error occured
System.ArgumentNullException: Value cannot be null. Parameter name: key at System.Collections.Generic.Dictionary`2.Insert(TKey key, TValue value, Boolean add) at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer) at umbraco.macro.GetXsltExtensions() at umbraco.macro.AddMacroXsltExtensions() at umbraco.presentation.webservices.codeEditorSave.SaveXslt(String fileName, String oldName, String fileContents, Boolean ignoreDebugging)
I have not worked on the site for months, but it gets regular updates by some users who only have access to the content node.
I'm using the latest umbraco release.
Any help or suggestions would be really appreciated
Help: XSLT's suddenly stopped working
So suddenly a site has just stopped showing xslt data. Each time i go to just resave a xslt it comes up with this
Error occured
System.ArgumentNullException: Value cannot be null.
Parameter name: key
at System.Collections.Generic.Dictionary`2.Insert(TKey key, TValue value, Boolean add)
at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
at umbraco.macro.GetXsltExtensions()
at umbraco.macro.AddMacroXsltExtensions()
at umbraco.presentation.webservices.codeEditorSave.SaveXslt(String fileName, String oldName, String fileContents, Boolean ignoreDebugging)
I have not worked on the site for months, but it gets regular updates by some users who only have access to the content node.
I'm using the latest umbraco release.
Any help or suggestions would be really appreciated
Thanks
Everything else works fine btw
fixed by retouching the web.config.
How did you solve the problem? Was it some kind of user data or a configuration issue?
is working on a reply...