I would assume that CuteChat is designed to work under Medium Trust.. no?
I'm getting error:
Operation could destabilize the runtime.
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:
An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.
|
Stack Trace:
[VerificationException: Operation could destabilize the runtime.]
ICuteChatDataAccessImplementation.CuteSoft.Chat.ICuteChatDataAccess.LoadTable(String tablename) +57
CuteSoft.Chat.ChatDataManager.GetConfigs() +87
CuteSoft.Chat.ChatDataManager.GetConfig(String configname) +17
CuteSoft.Chat.ChatApiImpl.DoGetConfig(String name) +140
CuteSoft.Chat.ChatApiImpl.GetConfig(String name) +55
CuteSoft.Chat.ChatWebUtility.GetUserAdapter() +77
CuteSoft.Chat.ChatWebUtility.get_CurrentIdentity() +76
CuteSoft.Chat.Impl.ResourceContext.LoadResources(CultureInfo ci) +9
CuteSoft.Chat.UI.ChatPageBase.Render(HtmlTextWriter writer) +42
System.Web.UI.Control.RenderControlInternal(HtmlTextWriter writer, ControlAdapter adapter) +25
System.Web.UI.Control.RenderControl(HtmlTextWriter writer, ControlAdapter adapter) +121
System.Web.UI.Control.RenderControl(HtmlTextWriter writer) +22
System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +1896
|
any thoughts?