<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://forums.asp.net/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Configuration and Deployment</title><link>http://forums.asp.net/26.aspx</link><description>Configuring and deploying ASP.NET applications - web.config, \bin, etc.</description><dc:language>en</dc:language><generator>CommunityServer 2007 SP1 (Build: 20510.895)</generator><item><title>Re: Web Deployment Tool will not allow rerun</title><link>http://forums.asp.net/thread/2259893.aspx</link><pubDate>Thu, 27 Mar 2008 17:19:05 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:2259893</guid><dc:creator>rpwashington</dc:creator><author>rpwashington</author><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/2259893.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=26&amp;PostID=2259893</wfw:commentRss><description>&lt;p&gt;I found the problem - I had an asp page that was pointing to a code behind with the same name as another page.&amp;nbsp; Or another way to put it, two code behind pages had the same name.&lt;/p&gt;
&lt;p&gt;Thanks&lt;/p&gt;</description></item><item><title>Re: Web Deployment Tool will not allow rerun</title><link>http://forums.asp.net/thread/2259872.aspx</link><pubDate>Thu, 27 Mar 2008 17:13:00 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:2259872</guid><dc:creator>hongping</dc:creator><author>hongping</author><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/2259872.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=26&amp;PostID=2259872</wfw:commentRss><description>&lt;p&gt;My guess is that you have two pages in separate folders that inherits from the same class name &amp;quot;HousingAppWS.default_&amp;quot;. During ASP.NET compilation, each folder is compiled into a separate dll by default, so no errors are thrown. During the merge, these two assemblies are merged, but they both contain the same type, thus causing the error. You could try renaming one of the classes (the inherit attribute and the class in the code-file) to avoid this error.&lt;/p&gt;</description></item><item><title>Web Deployment Tool will not allow rerun</title><link>http://forums.asp.net/thread/2259842.aspx</link><pubDate>Thu, 27 Mar 2008 16:57:17 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:2259842</guid><dc:creator>rpwashington</dc:creator><author>rpwashington</author><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/2259842.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=26&amp;PostID=2259842</wfw:commentRss><description>&lt;p&gt;I used the Web Deployement tool for VS 2005 with no problem the first time.&amp;nbsp; When I tried to rebuild I got the following error and I don&amp;#39;t know what to do to get around it:&lt;/p&gt;&lt;p&gt;&amp;nbsp;An error occurred when merging assemblies: ILMerge.Merge: ERROR!!: Duplicate type &amp;#39;HousingAppWS.default_&amp;#39; found in assembly &amp;#39;App_Web_drc-vsx_&amp;#39;.&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; C:\Program Files\MSBuild\Microsoft\WebDeployment\v8.0\Microsoft.WebDeployment.targets(574,9): error MSB6006: &amp;quot;aspnet_merge.exe&amp;quot; exited with code 1.&lt;br /&gt;&amp;nbsp; Done executing task &amp;quot;AspNetMerge&amp;quot; -- FAILED.&lt;br /&gt;Done building target &amp;quot;AspNetMerge&amp;quot; in project &amp;quot;HMSWebStudent_deploy.wdproj&amp;quot; -- FAILED.&lt;/p&gt;&lt;p&gt;The compile was successful the the merge produced the cryptic&amp;nbsp; &amp;quot;aspnet_merge.exe&amp;quot; exited with code 1.&lt;/p&gt;&lt;p&gt;&amp;nbsp;The assembly mentioned &amp;quot;App_Web_drc-vsx_&amp;quot; is in a Temporary folder under windows .net infrastructure.&lt;/p&gt;&lt;p&gt;My main goal is to get a dll of my .net 2.0 app like the ones produced by 1.1.&lt;/p&gt;&lt;p&gt;Thanks,&lt;/p&gt;&lt;p&gt;R. P.&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&amp;nbsp;&lt;/p&gt;</description></item></channel></rss>