<?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>VS 2005 Web Application Projects</title><link>http://forums.asp.net/1019.aspx</link><description>General discussions of VS 2005 Web Application Projects</description><dc:language>en</dc:language><generator>CommunityServer 2007 SP1 (Build: 20510.895)</generator><item><title>Re: Public Sub New() has multiple definitions with identical signatures error after converting website project to Web Application</title><link>http://forums.asp.net/thread/3478142.aspx</link><pubDate>Mon, 26 Oct 2009 21:57:40 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:3478142</guid><dc:creator>Vorlosha</dc:creator><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/3478142.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=1019&amp;PostID=3478142</wfw:commentRss><description>&lt;p&gt;I did not&amp;nbsp;convert my website from older versions of .NET framework.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;I created new!&amp;nbsp;.NET 4.0&amp;nbsp;&amp;nbsp; web application.&lt;/p&gt;
&lt;p&gt;And now I get the same error when I just created empty dataset!&lt;/p&gt;
&lt;p&gt;How can I solve it?&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;h2&gt;&lt;i&gt;Compilation Error&lt;/i&gt; &lt;/h2&gt;
&lt;p&gt;&lt;font face="Arial, Helvetica, Geneva, SunSans-Regular, sans-serif "&gt;&lt;b&gt;Description: &lt;/b&gt;An error occurred during the compilation of a resource required to service this request. Please review the following specific error details and modify your source code appropriately. &lt;br /&gt;&lt;br /&gt;&lt;b&gt;Compiler Error Message: &lt;/b&gt;BC30269: &amp;#39;Public Sub New()&amp;#39; has multiple definitions with identical signatures.&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Source Error:&lt;/b&gt;&lt;br /&gt;&lt;br /&gt;
&lt;table bgcolor="#ffffcc"&gt;

&lt;tr&gt;
&lt;td&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;code&gt;&lt;pre&gt;Line 30:     &amp;lt;Global.System.Diagnostics.DebuggerNonUserCodeAttribute(),  _
Line 31:      Global.System.CodeDom.Compiler.GeneratedCodeAttribute(&amp;quot;System.Data.Design.TypedDataSetGenerator&amp;quot;, &amp;quot;4.0.0.0&amp;quot;)&amp;gt;  _
&lt;font color="red"&gt;Line 32:     Public Sub New()
&lt;/font&gt;Line 33:         MyBase.New
Line 34:         Me.BeginInit&lt;/pre&gt;&lt;/code&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;&lt;/font&gt;&lt;/p&gt;</description></item><item><title>Re: Public Sub New() has multiple definitions with identical signatures error after converting website project to Web Application</title><link>http://forums.asp.net/thread/3233449.aspx</link><pubDate>Mon, 15 Jun 2009 09:22:40 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:3233449</guid><dc:creator>joteke</dc:creator><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/3233449.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=1019&amp;PostID=3233449</wfw:commentRss><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;converting to web application moves control declarations such as&lt;/p&gt;
&lt;p&gt;Protected Dim WithEvents lbtnConvertor As System.Web.UI.WebControls.LinkButton&lt;/p&gt;
&lt;p&gt;to the aspx .designer files. And if they are still present on your code-behind class, it can cause this error (e.g you can remove them if you have designer file in place).&lt;/p&gt;
&lt;p&gt;One question, did you do &amp;quot;Convert to Web Application&amp;quot; (right-click in solution explorer the root node of the project)?&lt;/p&gt;</description></item><item><title>Public Sub New() has multiple definitions with identical signatures error after converting website project to Web Application</title><link>http://forums.asp.net/thread/3233172.aspx</link><pubDate>Mon, 15 Jun 2009 07:18:45 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:3233172</guid><dc:creator>samba007</dc:creator><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/3233172.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=1019&amp;PostID=3233172</wfw:commentRss><description>&lt;p&gt;I have converted a Website project to web Application. After converstion and during deployment&amp;nbsp;I am getting loads of errors saying &lt;/p&gt;
&lt;p&gt;Public Sub New() has multiple definitions with identical signatures.&lt;br /&gt;Error&amp;nbsp;26&amp;nbsp;&amp;#39;lbtnConvertor&amp;#39; is already declared as &amp;#39;Protected Dim WithEvents lbtnConvertor As System.Web.UI.WebControls.LinkButton&amp;#39; in this class.&lt;br /&gt;Standby&amp;#39; is already declared as &amp;#39;Private Const Standby As String = &amp;quot;Standby&amp;quot;&amp;#39; in this class. etc&lt;/p&gt;
&lt;p&gt;Can any one plz tell what is going wrong. How can I solve this. &lt;br /&gt;&lt;br /&gt;kind Regards&lt;br /&gt;&lt;br /&gt;&lt;/p&gt;
&lt;p&gt;&lt;br /&gt;&amp;nbsp;&lt;/p&gt;</description></item></channel></rss>