I just purchased CuteChat V5. I am implementing embedded chat in a ASP.net using VB. The instructions are sketchy on how to do this.
Here's what i have so far:
Downloaded the trial version oc Cutechat V5
Unzipped the file to a temp folder.
Copied the CuteSoft_Client folder to project root folder.
Referenced the CuteChat and CuteChat.AppCode dll's in the project.
Copied the development license file that came with the purchase email from Karen to the bin folder.
Added the following line to my Web.Config file:
<add key="CuteChat.SqlClient.ConnectionString" value="Data Source= (local);Initial Catalog=xxxDB;Integrated Security=SSPI;Connect Timeout=60
"/>
Which Global.asax should I use? There are many in the documents from your zipped file.
I know how to add the code for the room as follows:
<script>
Embed_Location='Lobby'
Embed_LocationId='1'
</script>
<CuteChat:EmbedChannel id="EmbedMessenger1" runat="server"></CuteChat:EmbedChannel>
I know I am missing at least the Global.asax file but when i execute the project and try to go to the admin console, I get this:
ChatProvider not initialized
Any feedback on what to do next would be appreciated.
By the way, once I get this working, I will write a complete white paper on how to do this from A to Z and will post on this forum for others to use.
Thank you for your help!
Jess