Compilation error

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Simon

    #1

    Compilation error

    Hi,
    I create a new asp.net project and add one user control. When I would like
    to see the default page, I get the following error:

    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: BC30180: Keyword does not name a type.

    Source Error:



    Line 31:
    <System.Runtime .CompilerServic es.CompilerGlob alScopeAttribut e()> _
    Line 32: Public Class Global_asax
    Line 33: Inherits as.Global
    Line 34:
    Line 35: Private Shared __initialized As Boolean = false



    Source File: C:\WINDOWS\Micr osoft.NET\Frame work\v1.1.4322\ Temporary ASP.NET
    Files\as\17e872 60\1d7a5627\0cx xcv0b.0.vb Line: 33

    Can someone help me?
    I can't find the reason for this error message

    Thank you,
    Simon


Working...