Problem integrating with CSK

  •  12-08-2005, 10:54 AM

    Problem integrating with CSK

    I am trying to integrate Cute Chat with CSK but I get the following error when I navigate to the Chat custom module page.  What do I need to do to correct this?
     

    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: CS0246: The type or namespace name 'CuteSoft' could not be found (are you missing a using directive or an assembly reference?)

    Source Error:

    Line 1:  <%@ Control Language="c#" CodeBehind="Cute Chat.ascx.cs" AutoEventWireup="false" Inherits="ASPNET.StarterKit.Communities.Communities.eCabWorld.CustomModules.Cute_Chat" %>
    Line 2:  <%@ Import Namespace="CuteSoft.Chat"%>
    Line 3:  <%@ Import Namespace="ASPNET.StarterKit.Communities"%>
    Line 4:  <%@ Import Namespace="System.Data"%>
View Complete Thread