Re: __cc_version' is undefined and '__cc_urlbase' is undefined window error

  •  11-27-2007, 10:03 PM

    Re: __cc_version' is undefined and '__cc_urlbase' is undefined window error

    Now I'm getting this error when messenger is opened.
     

    ---------------------------
    Windows Internet Explorer
    ---------------------------
    http error1 :500:Internal Server Error:
    <html>

        <head>

            <title>Compilation Error</title>

            <style>

             body {font-family:"Verdana";font-weight:normal;font-size: .7em;color:black;}

             p {font-family:"Verdana";font-weight:normal;color:black;margin-top: -5px}

             b {font-family:"Verdana";font-weight:bold;color:black;margin-top: -5px}

             H1 { font-family:"Verdana";font-weight:normal;font-size:18pt;color:red }

             H2 { font-family:"Verdana";font-weight:normal;font-size:14pt;color:maroon }

             pre {font-family:"Lucida Console";font-size: .9em}

             .marker {font-weight: bold; color: black;text-decoration: none;}

             .version {color: gray;}

             .error {margin-bottom: 10px;}

             .expandable { text-decoration:underline; font-weight:bold; color:navy; cursor:hand; }

            </style>

        </head>

     

        <body bgcolor="white">

     

                <span><H1>Server Error in '/R4R' Application.<hr width=100% size=1 color=silver></H1>

     

                <h2> <i>Compilation Error</i> </h2></span>

     

                <font face="Arial, Helvetica, Geneva, SunSans-Regular, sans-serif ">

     

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

                <br><br>

     

                <b> Compiler Error Message: </b>BC30481: 'Class' statement must end with a matching 'End Class'.<br><br>

    <b>Source Error:</b><br><br>

                <table width=100% bgcolor="#ffffcc">

                   <tr><td>

                                  </td></tr>

                   <tr>

                      <td>

                          <code><pre>

     

    Line 1:  &lt;%@ WebHandler Class=&quot;AjaxHandler&quot; %&gt;

    Line 2: 

    <font color=red>Line 3:  public class AjaxHandler : CuteChat.ChatAjaxHandler , System.Web.SessionState.IRequiresSessionState

    </font>Line 4:  {

    Line 5:  }</pre></code>

     

             …
    ---------------------------
    OK  
    ---------------------------

View Complete Thread