resource identifier xxxxxxxx has already been used in this assembly

Tom picture Tom · Nov 26, 2014 · Viewed 7.6k times · Source

Compiling a Workflow with Visual Studio 2010 and .Net Framework 3.0 results in this CSC error:

"resource identifier xxxxxxxx has already been used in this assembly"

where xxxxxxxx is a Workflow Type in my Project.

I'm using Workflow Foundation 3. Thanks for your help, Tom

Answer

jp2code picture jp2code · Jan 20, 2015

There is likely a folder in your project with some controls that should not be compiled again.

The simplest solution would be to Right-Click the folder with xxxxxxxx in it, and select "Exclude from Project"

DO NOT DELETE THE FOLDER!

sample pic