Trouble Setting Up Application, DotNetNuke 3.3.4

  •  11-01-2006, 5:11 PM

    Trouble Setting Up Application, DotNetNuke 3.3.4

    I followed instructions. The module installation DID NOT install \cutechatcontrols\LiveSupport.ascx to \desktopmodules\cutesoft_client. I copied this file to the directory needed afterward. All files have correct ACL security settings(NETWORK SERVICE permissions). I stopped and started the DNN application via IIS. I got it up and running and added the module to a page. Clicked Operator Admin, then Live Support Operator and receive the following error:

    Description: An error occurred during the parsing of a resource required to service this request. Please review the following specific parse error details and modify your source file appropriately.

    Parser Error Message: The 'EnableEventValidation' attribute is not supported by the 'page' directive.

    Source Error:

    Line 1:  <%@ Register TagPrefix="uc1" TagName="Menu" Src="Menu.ascx" %>
    Line 2: <%@ Register TagPrefix="uc1" TagName="Banner" Src="Banner.ascx" %>
    Line 3: <%@ Page language="c#" EnableEventValidation="false" AutoEventWireup="false" Inherits="CuteSoft.Chat.UI.ChatAdminPage" %>
    Line 4: <%@ Register TagPrefix="uc1" TagName="SearchUser" Src="../SearchUser.ascx" %>
    Line 5: <%@ Import Namespace="System.Data" %>

    Source File: C:\Inetpub\Devel\DesktopModules\CuteSoft_Client\CuteChat\Admin\LiveSupport.aspx    Line: 3


    Version Information: Microsoft .NET Framework Version:1.1.4322.2300; ASP.NET Version:1.1.4322.2300


View Complete Thread