Got integration done, but now SaveTemplate.aspx is not working

  •  06-02-2006, 2:53 PM

    Got integration done, but now SaveTemplate.aspx is not working

    With the integration complete (and everything works so far) except when the user tries to save the chat log the child window displays error:
     

    Server Error in '/' Application.

    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: BC30205: End of statement expected.

    Source Error:

    Line 1:  <%@ Page ValidateRequest="false" %>
    Line 2:  <script runat="server">
    Line 3:  protected override void OnInit(EventArgs args)
    Line 4:  {
    Line 5:  	base.OnInit(args);

    Source File: http://localhost/CuteSoft_Client/CuteChat/SaveTemplate.Aspx    Line: 3
     
     
    Did I break something along the way?
     
    Wayne
     
     
View Complete Thread