aspnet_merge error due to duplicate type 'EditorLoadHandler'

  •  02-16-2010, 9:23 AM

    aspnet_merge error due to duplicate type 'EditorLoadHandler'

    I get the following build error:
     
    aspnet_merge : error occurred: An error occurred when merging assemblies: ILMerge.Merge: ERROR!!: Duplicate type 'EditorLoadHandler' found in assembly 'App_Web_az-eoxdp'.

    This is a result of the duplicate file  Load.ashx under ../CuteEditor_files and ../CuteEditor_files/Dialogs.  The only solution I can seem to find online is to change the name conflict.  What are the ramifications of removing this duplicate class name?  Do I need the Load.ashx under ../CuteEditor_files/Dialogs?
View Complete Thread