We've been using CMS import on a recent project and suddenly we've noticed that the CMS Import node in Umbraco will not expand. I've checked the logs and I get the following error:
At /umbraco/webservices/TreeDataService.ashx?rnd=76e14f1b9fae48e19451b9a18d4936fb&id=-1&treeType=CMSImportWizard&contextMenu=true&isDialog=false&rnd2=38.3 (Referred by: http://mobile.stdavids.growyourpapertree.com/umbraco/umbraco.aspx): System.TypeLoadException: Could not load type 'Umbraco.Licensing.Webservices.Licensing' from assembly 'Umbraco.Licensing, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null'. at CMSImportCore.Licensing..cctor()
You are missing the Umbraco.Licensing dll according to the error message. You can get it again from the package zip file or download it here http://nightly.umbraco.org/umbraco.licensing/
CMS import node in umbraco won't expand
We've been using CMS import on a recent project and suddenly we've noticed that the CMS Import node in Umbraco will not expand. I've checked the logs and I get the following error:
At /umbraco/webservices/TreeDataService.ashx?rnd=76e14f1b9fae48e19451b9a18d4936fb&id=-1&treeType=CMSImportWizard&contextMenu=true&isDialog=false&rnd2=38.3
(Referred by: http://mobile.stdavids.growyourpapertree.com/umbraco/umbraco.aspx):
System.TypeLoadException: Could not load type 'Umbraco.Licensing.Webservices.Licensing' from assembly 'Umbraco.Licensing, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null'. at CMSImportCore.Licensing..cctor()
Is there anyone that can shade any light on this?
Thanks,
Mike
Hi Mike,
You are missing the Umbraco.Licensing dll according to the error message. You can get it again from the package zip file or download it here http://nightly.umbraco.org/umbraco.licensing/
Cheers,
Richard
is working on a reply...