Hi All,
I tried to install Cute Chat in DNN4 and didn't have much luck. First I got the error:
Compilation Error
Description: An
error occurred during the compilation of a resource required to service
this request. Please review the following specific error details and
modify your source code appropriately.
Compiler Error Message: CS0104: 'Strings' is an ambiguous reference between 'Microsoft.VisualBasic.Strings' and 'CuteSoft.Chat.Strings'
Source Error:
|
Line 4: <script runat="server"> Line 5: Line 6: Strings SS=ChatWebUtility.Strings; Line 7: Line 8: bool isadmin=false;
|
Source File: d:\dev\GenJ Upgrade\Website\DesktopModules\CuteSoft_Client\CuteChat\CH_MainForm.aspx
Line: 6
So, I changed the line in question to be:
CuteSoft.Chat.Strings SS=ChatWebUtility.Strings;And that allowed the page to load... but there doesn't seem to be any way to actually say anything. Additionally, it doesn't show anyone in the chat room in the list.
See screenshot.
Any thoughts? Can I get Cute Chat running in DNN4?