Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

The namespace '<global namespace>' already contains a definition for 'Workflow'

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?

like image 760
hello B Avatar asked Mar 07 '13 09:03

hello B


1 Answers

I had two separate resource files in a same solution. Deleting one of them did the trick :P

like image 121
codegasm Avatar answered Sep 20 '22 21:09

codegasm