The type or namespace name 'cms' does not exist in the namespace 'umbraco'
And the day continues... lol
I'm trying to compile Tims locator package I downloaded from CodePlex but I just get an error here
using umbraco.cms.businesslogic.datatype;
I have ALL the Umbraco DLL's in the Bin folder? But still get The type or namespace name 'cms' does not exist in the namespace 'umbraco'? Please could you tell me what I'm missing?
Also seen if you have the Target Framework project property set to ".NET Framework 4 Client Profile" rather than ".NET Framework 4", if this helps anyone.
The type or namespace name 'cms' does not exist in the namespace 'umbraco'
And the day continues... lol
I'm trying to compile Tims locator package I downloaded from CodePlex but I just get an error here
I have ALL the Umbraco DLL's in the Bin folder? But still get The type or namespace name 'cms' does not exist in the namespace 'umbraco'? Please could you tell me what I'm missing?
Thanks
Did you add the relevant dlls as references in your project?
cheers,
doug.
For reference this can be resolved by ensuring you have the ClientDependency.Core.dll, as cms.dll has a dependancy on it ( thanks Lee K :) )
Also seen if you have the Target Framework project property set to ".NET Framework 4 Client Profile" rather than ".NET Framework 4", if this helps anyone.
is working on a reply...