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