Hi Adam,
Thanks a lot for your quick response and help. I deleted the "[dbo]." occurances in script and it added everything in fine.
Now I have another problem though. I am getting a error which is pretty similar to errors that other people are getting but instead of a null reference exception, I'm getting a System.Security.VerifcationException. Please see below:
I downloaded cute chat only a few weeks ago so I'm sure I'm using version 3.1. My web host is on medium level trust and I have checked my connection string thoroughly - and am very sure its correct. Any ideas?
Thanks again,
Ian
Description: An
unhandled exception occurred during the execution of the current web
request. Please review the stack trace for more information about the
error and where it originated in the code.
Exception Details: System.Security.VerificationException: Operation could destabilize the runtime.
Source Error:
Line 67: }
Line 68:
Line 69: if(CuteSoft.Chat.ChatWebUtility.CurrentIdentityIsAdministrator)
Line 70: temp += "<a Class=\"Big\" href='CuteSoft_Client/CuteChat/Admin'>Chat Admin</a>";
Line 71: TopMenu.Text = temp;
|
Source File: c:\sites\Single11\ianwang\webroot\cutechat\banner.ascx Line: 69