I am trying to use CuteChat in a custom web app. I got the stand alone sample up and running, but the integration into my app has been unsuccessful.
The following code bombs:
CuteSoft.Chat.Chat_Lobby[] lobbies = ChatWebUtility.Api.GetLobbies();
The exception details are:
System.Xml.XmlException: hexadecimal value 0x12 is an invalid character. Line 1, position 2.
When I debug, ChatWebUtility.Api is null.
I think I’ve created all of the required integration classes in my solution:
- ConnectionStringProvider
- DataProvider
- UserAdapter
I’ve also got the following records in my Chat_Config table:
- DataProviderType
- UserAdapterType
- Announcement
- ChannelSkins
- Description
In my web.config, I have the following CuteChat key:
- CuteChat.SqlClient.ConnectionString
I bought CuteChat but can't currently use it.