Attempting to build "Chat/Web Messenger standalone" in Visual Studio 2010

Last post 04-13-2012, 7:33 PM by ajbeaven. 2 replies.
Sort Posts: Previous Next
  •  04-06-2012, 2:51 PM 73653

    Attempting to build "Chat/Web Messenger standalone" in Visual Studio 2010

    I've tried using different target frameworks 2, 3, 3.5 and 4.  But it keeps failing on trying to find the ChatIdentity class in the CuteChat.AppCode dll...
     
     If I open the MessageHistory.aspx file for instance I get the following message (even though the dll CuteChat.AppCode is added as a reference).
    Error 7 The type or namespace name 'ChatIdentity' could not be found (are you missing a using directive or an assembly reference?) c:\VSProjects\Tests\CuteChat\CuteChat\CuteChat\CuteSoft_Client\CuteChat\MessageHistory.aspx 37 1 CuteChat
     I know the dll is getting referenced as it resolves other classes like ChatWebUitility and AppChatIdentity etc.
     
    Error 40The base class or interface 'CuteChat.ChatIdentity' in assembly 'CuteChat, Version=5.1.0.0, Culture=neutral, PublicKeyToken=da0fc3a24b6f18ba' referenced by type 'CuteChat.AppChatIdentity' could not be resolvedc:\VSProjects\Tests\CuteChat\CuteChat\CuteChat\bin\CuteChat.AppCode.dll
    Any ideas?
  •  04-06-2012, 3:40 PM 73654 in reply to 73653

    Re: Attempting to build "Chat/Web Messenger standalone" in Visual Studio 2010

    NVM this is solved.
    Was building the application in a "Web Application" instead of a "Web Site".
     
  •  04-13-2012, 7:33 PM 73690 in reply to 73654

    Re: Attempting to build "Chat/Web Messenger standalone" in Visual Studio 2010

    Hmm, so can you not run Cute chat/web messenger in an existing web application? It has to be built as a website?
View as RSS news feed in XML