I used the Web Deployement tool for VS 2005 with no problem the first time. When I tried to rebuild I got the following error and I don't know what to do to get around it:
An error occurred when merging assemblies: ILMerge.Merge: ERROR!!: Duplicate type 'HousingAppWS.default_' found in assembly 'App_Web_drc-vsx_'.
C:\Program Files\MSBuild\Microsoft\WebDeployment\v8.0\Microsoft.WebDeployment.targets(574,9): error MSB6006: "aspnet_merge.exe" exited with code 1.
Done executing task "AspNetMerge" -- FAILED.
Done building target "AspNetMerge" in project "HMSWebStudent_deploy.wdproj" -- FAILED.
The compile was successful the the merge produced the cryptic "aspnet_merge.exe" exited with code 1.
The assembly mentioned "App_Web_drc-vsx_" is in a Temporary folder under windows .net infrastructure.
My main goal is to get a dll of my .net 2.0 app like the ones produced by 1.1.
Thanks,
R. P.