northerncs:
We are trying to install the live support stand alone version. We have the demo working on our local machine in C but are having trouble getting it to work in VB.
We are getting the error
CuteChat.AppChatIdentity identity = CuteChat.ChatProvider.Instance.GetLogonIdentity();
We have installed the global file at the root and are wondering what we are missing?
Graham
Hi northerncs,
do you missing steps below?
-----------------------------------------------------------------------
Initialize an instance of provider when the application starts:
CuteChat.ChatProvider.Instance = new MyChatProvider();
CuteChat.ChatSystem.Start(new CuteChat.AppSystem());
-----------------------------------------------------------------------
Regards,
ken