Page view counter

compilation error

Last post 08-19-2008 11:16 PM by fake. 3 replies.

Sort Posts:

  • compilation error

    07-18-2007, 2:21 PM

    I have a dev web which is having the following error.   I have been working on the site for several months and haven't recieved errors like this.  I opened the same page I was working on yesterday and boom, all these errors show up when I tried to display the page.  Please help.

    Compilation Error

    Description: 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.

    Compiler Error Message: BC30269: 'Public Sub New()' has multiple definitions with identical signatures.

    Source Error:

    Line 31:     
    Line 32:     <System.Diagnostics.DebuggerNonUserCodeAttribute()>  _
    Line 33:     Public Sub New()
    Line 34:         MyBase.New
    Line 35:         Me.BeginInit

    Source File: C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\r2e\c8870e36\3a788727\App_Code.hltgvxap.5.vb    Line: 33

  • Re: compilation error

    07-19-2007, 1:31 AM

    You cannot use New for a method name!

    Cheers
    Al
    My Blog
    GeoTwitter.NET
    Please click on 'Mark as Answer' if this post answered your question!
  • Re: compilation error

    07-19-2007, 6:48 AM

    I haven't, that is the point.  something within the fraimework is causing this.  I can tell you the only recent changes I made were to play with the report tool. 

  • Re: compilation error

    08-19-2008, 11:16 PM
    • Loading...
    • fake
    • Joined on 08-19-2008, 11:14 PM
    • Posts 1

    I had this error because i had xsd files in my App_Code folder.
    removing them fixed it.

Page 1 of 1 (4 items)
Microsoft Communities