Problem in saving XSLT file in Developer Section,umbraco(4.7.1)
I am upgrading umbraco(4.0.3) to umbraco(4.7.1).everything is running fine but when v are trying to save the XSLT in developer section.We are getting the following error.
This issue is on windows7 and iis 7
Error occured
System.NullReferenceException: Object reference not set to an instance of an object. at umbraco.macro.GetXsltExtensionsImpl() at umbraco.macro.b__4() at umbraco.cms.businesslogic.cache.Cache.GetCacheItem[TT](String cacheKey, Object syncLock, CacheItemPriority priority, CacheItemRemovedCallback refreshAction, CacheDependency cacheDependency, TimeSpan timeout, GetCacheItemDelegate`1 getCacheItem) at umbraco.macro.GetXsltExtensions() at umbraco.macro.AddMacroXsltExtensions() at umbraco.presentation.webservices.codeEditorSave.SaveXslt(String fileName, String oldName, String fileContents, Boolean ignoreDebugging)
Please help in solving the issue as soon as possible.
We changed all permissions on folders also,but no solution.
tell us where to look for this issue and why this is happening.
check your file xsltExtensions.config i think in 4.0.3 the format was different it used to have assembly="/bin/whatever" remove the /bin/ part its not needed anymore.
I am upto some extent is able to solve the problem.
by deleting the previoous file and copying the fresh bin folder of 4.7.1 to 4.0.3. and then manually adding sum of the files manually,bUt still some of the files are not getting saved.I think this is due niceurl.any can help in solving the issue.
Problem in saving XSLT file in Developer Section,umbraco(4.7.1)
I am upgrading umbraco(4.0.3) to umbraco(4.7.1).everything is running fine but when v are trying to save the XSLT in developer section.We are getting the following error.
This issue is on windows7 and iis 7
Error occured
System.NullReferenceException: Object reference not set to an instance of an object.
at umbraco.macro.GetXsltExtensionsImpl()
at umbraco.macro.b__4()
at umbraco.cms.businesslogic.cache.Cache.GetCacheItem[TT](String cacheKey, Object syncLock, CacheItemPriority priority, CacheItemRemovedCallback refreshAction, CacheDependency cacheDependency, TimeSpan timeout, GetCacheItemDelegate`1 getCacheItem)
at umbraco.macro.GetXsltExtensions()
at umbraco.macro.AddMacroXsltExtensions()
at umbraco.presentation.webservices.codeEditorSave.SaveXslt(String fileName, String oldName, String fileContents, Boolean ignoreDebugging)
Please help in solving the issue as soon as possible.
We changed all permissions on folders also,but no solution.
tell us where to look for this issue and why this is happening.
check your file xsltExtensions.config i think in 4.0.3 the format was different it used to have assembly="/bin/whatever" remove the /bin/ part its not needed anymore.
Regards
Ismail
I have removed the /bin/ ..Its still giving the same the same error..
Thanks a lot for rplying and if u have any other solution help me out.
Can i get the list of dll(assembly) needed to include in xsltExtension.config file for umbraco(4.7.1)
If any one know please rply as soon as possible.
highly urgent.
thnks in advance.
I am upto some extent is able to solve the problem.
by deleting the previoous file and copying the fresh bin folder of 4.7.1 to 4.0.3. and then manually adding sum of the files manually,bUt still some of the files are not getting saved.I think this is due niceurl.any can help in solving the issue.
priya
is working on a reply...