Ok Done.
I have copied and referenced the Chat DLL to my project.
I have a line like this im my web config:
<
add key="ConnectionString" value="Data Source= (local);Initial Catalog=dbname;Integrated Security=SSPI;Connect Timeout=60
"/>
I have ran the SQL script on my SQL server.
When i try and access the admin page i get the message below.
Parser 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: Could not load type 'CuteChat.ChatAdminPage'.
Source Error:
Line 1: <%@ Import Namespace="CuteChat" %>
Line 2: <%@ Page Language="C#" Inherits="CuteChat.ChatAdminPage" %>
Line 3: <%@ Register TagPrefix="uc1" TagName="Banner" Src="Banner.ascx" %>
Line 4: <%@ Register TagPrefix="uc1" TagName="Menu" Src="Menu.ascx" %>
Source File: c:\inetpub\wwwroot\GekPublish\CuteSoft_Client\CuteChat\ChatAdmin\Default.aspx Line: 2
The Global.ascx in this module appears to be in C# I am using VB. What should I do?
Thanks,