Re: Control does not exist in the current context error in VS 2008

  •  05-24-2011, 5:18 PM

    Re: Control does not exist in the current context error in VS 2008

    Hello,
     
    I keep getting this error at line 26 even though I have added a reference for my CuteEditor.dll. Please help.
     
    Thanks
    Mel
     

    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: CS0103: The name 'CuteEditor' does not exist in the current context

    Source Error:


    Line 24: 		<meta name="GENERATOR" content="CuteEditor">
    Line 25: <base target="_blank" href="<%=Server.HtmlEncode(referrer)%>" />
    Line 26: <link type="text/css" rel="stylesheet" href='<%=CuteEditor.EditorUtility.ProcessWebPath(Context,Page,"Load.ashx?type=style&file=SyntaxHighlighter.css")%>' />
    Line 27: </head>
    Line 28: <body>

    Source File: c:\Inetpub\wwwroot\PRISM\u\formulator\CuteSoft_Client\CuteEditor\Template.aspx    Line: 26


    Show Detailed Compiler Output:

    Show Complete Compilation Source:
     
View Complete Thread