As I try to build this project, I keep coming up with an error.
Description, where the eight '*' are always something different with every build:
An error occurred when merging assemblies: ILMerge.Merge: ERROR!!: Duplicate type 'myTypeName' found in assembly 'App_Web_********'.
and the file is
aspnet_merge
What do I need to do in order to resolve this (annoying) error?

Duplicate type '<>'verbatim, or is there a type-name inside the angle-brackets?App_codethat is messing it up. Does the website build fine without using the merge step?