Deployment project

I am setting up a web deployment project, now included in vs 2005 sp1, for a web app and struggling with the cryptic error message - “aspnet_merge.exe exited with code 1″. I have figured out that the first place to check is the partial classes of pages and controls. The merge tool cannot handle two files with the same partial class name. This can happen when you copy a file and rename it. The partial class name remains the same.

default.aspx
default.aspx.cs
partial class pages_default
contact.aspx
contact.aspx.cs
partial class pages_default

I usually start debuggin’ the setup by removing all files and selectively adding them back in until I find the point of failure. There has to be a faster solution and I’m still stuck on one offending file.

No Comments yet »

RSS feed for comments on this post. TrackBack URI

Leave a comment

XHTML: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <code> <em> <i> <strike> <strong>

Powered by WordPress with GimpStyle Theme design by Horacio Bella.
Entries and comments feeds. Valid XHTML and CSS.