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?