I'm working on a Custom workflow activity. I've created my own helper.cs (Early Bound Entity Classes) with the Code Generation Tool (CrmSvcUtil.exe)
When I try to compile the code, it returns the following error:
The namespace '' already contains a definition for 'Workflow'
From the Helper.cs file.
Does anyone know what this means?