I want to access “Fields” property for accessing fields of a schema in core services in SDL Tridion but Visual Studio says I am missing an assembly reference.
I searched for namespace and it requires Tridion.ContentManager.Data.ContentManagement DLL. Where can I find this DLL?
There’s no
Fieldsproperty on CoreService. If you see it – you probably have mixed references to TOM.NET and CoreService. You need only reference to CoreService client dll and nothing more. If you wan’t to have something similar to Fields implementation – you may take a look at this article: http://code.google.com/p/tridion-practice/wiki/ChangeContentOrMetadata