Has anyone uncounter this before? ..after transfering all the content from my Live Website to a Development Website i have Parsing Error with all my XSLT files.
Now if i open the XSLT file and try to save it again i get this error.
System.Exception: Unable to load one or more of the types in assembly 'Umbraco.Forms.UI, Version=1.1.4230.25393, Culture=neutral, PublicKeyToken=null'. Exceptions were thrown: System.IO.FileNotFoundException: Could not load file or assembly 'Umbraco.Forms.Core, Version=1.1.0.25390, Culture=neutral, PublicKeyToken=null' or one of its dependencies. The system cannot find the file specified. at umbraco.BusinessLogic.Utils.TypeFinder.FindClassesMarkedWithAttribute(Assembly assembly, Type attribute) at umbraco.BusinessLogic.Utils.TypeFinder.FindClassesMarkedWithAttribute(Type attribute) at umbraco.macro.GetXsltExtensionsImpl() 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)
Error after transfering data with Courier
Has anyone uncounter this before? ..after transfering all the content from my Live Website to a Development Website i have Parsing Error with all my XSLT files.
Now if i open the XSLT file and try to save it again i get this error.
System.Exception: Unable to load one or more of the types in assembly 'Umbraco.Forms.UI, Version=1.1.4230.25393, Culture=neutral, PublicKeyToken=null'. Exceptions were thrown:
System.IO.FileNotFoundException: Could not load file or assembly 'Umbraco.Forms.Core, Version=1.1.0.25390, Culture=neutral, PublicKeyToken=null' or one of its dependencies. The system cannot find the file specified.
at umbraco.BusinessLogic.Utils.TypeFinder.FindClassesMarkedWithAttribute(Assembly assembly, Type attribute)
at umbraco.BusinessLogic.Utils.TypeFinder.FindClassesMarkedWithAttribute(Type attribute)
at umbraco.macro.GetXsltExtensionsImpl()
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)
Any help on this please?
Hi. Hmmm, IMHO, the message reads quite clear - The system cannot find the file specified.
So, just check the existence of the file mentioned ("Umbraco.Forms.Core.dll") under the "~/bin" folder.
Hi Rodion,
Yes i have to copy the whole bin folder i think. And still have to edit some of the Dictionary Items since its a multilingual website.
is working on a reply...