-
08-04-2010, 08:59 PM #1
- Join Date
- Apr 2008
- Location
- Boston, USA
- Posts
- 13,122
- Thanks
- 742
- Thanked 674 Times in 543 Posts
- Blog Entries
- 4
- Feedback Score
- 4 (100%)
aspnet_merge.exe exited with code 1
aspnet_merge.exe exited with code 1
Usually you would get this error with your Web Deployment Project if there have multiple classes with same name.
To fix this issue you need to rename the conflicting classes.
To find out the conflicting classes follow these steps:
- From Visual Studio Tools Menu Click Options.
- Expand Projects and Solutions
- Click on Build and Run
- From the dropdown "MSBuild Project Build Output Verbosity" select Diagnostic
- Click on OK to save
- Now build your project using the Web Deployment Project
- Now wait for the project build to fail.
- From the Visual Studio View Menu click on Output You will see where the duplicates on output when it fails to build. Fix the duplicates.
- Build again.
Similar Threads
-
bb code
By indy11 in forum General TalkReplies: 0Last Post: 07-06-2010, 05:06 PM -
Own The Code
By manik in forum Web Development - Programming & CodingReplies: 1Last Post: 11-30-2009, 12:16 PM -
Convert VB .Net Code to C# .Net Code
By manik in forum ASPReplies: 0Last Post: 12-19-2008, 12:24 PM -
Does W3 validating code help SEO
By Amirmullick3 in forum Search Engine OptimizationReplies: 15Last Post: 11-13-2008, 06:26 AM -
Should I put a new code on my forum? Please help
By jani in forum GoogleReplies: 5Last Post: 08-03-2008, 12:52 AM


Reply With Quote

