When I click on a chat room and a popup comes up.
First it gives me
Object reference not set to an instance of an object.
And Highlights this line
Line 18: SkinName="Skins/"+ CuteSoft.Chat.ChatWebUtility.SkinName + "/style.css";
Then when I hard code the skin name
Line 18: SkinName="Skins/Normal/style.css";
It give me all these undefined errors:
'__cc_urlbase' is undefined
Window_error
Then when I click on OK it give me
'GetString' is undefined
'__cc_version' is undefined