Hi all,
I'v encountered an exception when i deploy CuteChat with SamplePortal,
I'v done as CuteChatdeveloperguide but it's throw the following messages:
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.IO.FileNotFoundException: ?
Source Error:
Line 111: private Chat_Lobby[] GetAllCuteChatLobbies()Line 112: {
Line 113: return ChatWebUtility.Api.GetLobbies();
Line 114: }Line 115: |
Source File: D:\Projects\OfMe\CMS-Portal\CuteChatstandalone\Web\Default.aspx Line: 113
Assembly Load Trace: The following information can be helpful to determine why the assembly 'CuteChatControls' could not be loaded.
=== Pre-bind state information ===LOG: DisplayName = CuteChatControls
(Partial)
LOG: Appbase = file:///D:/Projects/OfMe/CMS-Portal/CuteChatstandalone/Web
LOG: Initial PrivatePath = binCalling assembly : (Unknown).===
LOG: Policy not being applied to reference at this time (private, custom, partial, or location-based assembly bind).
LOG: Post-policy reference: CuteChatControls
LOG: Attempting download of new URL file:///C:/WINDOWS/Microsoft.NET/Framework/v1.1.4322/Temporary ASP.NET Files/sampleportal/e3b10089/862543fd/CuteChatControls.DLL.
LOG: Attempting download of new URL file:///C:/WINDOWS/Microsoft.NET/Framework/v1.1.4322/Temporary ASP.NET Files/sampleportal/e3b10089/862543fd/CuteChatControls/CuteChatControls.DLL.
LOG: Attempting download of new URL file:///D:/Projects/OfMe/CMS-Portal/CuteChatstandalone/Web/bin/CuteChatControls.DLL.
LOG: Attempting download of new URL file:///D:/Projects/OfMe/CMS-Portal/CuteChatstandalone/Web/bin/CuteChatControls/CuteChatControls.DLL.
LOG: Attempting download of new URL file:///C:/WINDOWS/Microsoft.NET/Framework/v1.1.4322/Temporary ASP.NET Files/sampleportal/e3b10089/862543fd/CuteChatControls.EXE.
LOG: Attempting download of new URL file:///C:/WINDOWS/Microsoft.NET/Framework/v1.1.4322/Temporary ASP.NET Files/sampleportal/e3b10089/862543fd/CuteChatControls/CuteChatControls.EXE.
LOG: Attempting download of new URL file:///D:/Projects/OfMe/CMS-Portal/CuteChatstandalone/Web/bin/CuteChatControls.EXE.
LOG: Attempting download of new URL file:///D:/Projects/OfMe/CMS-Portal/CuteChatstandalone/Web/bin/CuteChatControls/CuteChatControls.EXE.
|
Stack Trace:
[FileNotFoundException: ?]
System.Type.GetType(String typeName, Boolean throwOnError, Boolean ignoreCase) +0
CuteSoft.Chat.ChatWebUtility.GetUserAdapter() +91
CuteSoft.Chat.ChatWebUtility.get_CurrentIdentity() +61
CuteSoft.Chat.Impl.WebLayerChatApiDecorator.BeforeInvoke() +185
CuteSoft.Chat.DynamicAssembly.WebLayerChatApiDecoratorProxy.GetLobbies_InterceptedCall() +77
ASP.Default_aspx.GetAllCuteChatLobbies() in D:\Projects\OfMe\CMS-Portal\CuteChatstandalone\Web\Default.aspx:113
ASP.Default_aspx.Page_Load(Object sender, EventArgs e) in D:\Projects\OfMe\CMS-Portal\CuteChatstandalone\Web\Default.aspx:106
System.Web.UI.Control.OnLoad(EventArgs e) +67
System.Web.UI.Control.LoadRecursive() +35
System.Web.UI.Page.ProcessRequestMain() +731
|
Pls help me to resolve it and talk to me about ChatWebUtility.Api
Thanks a lot.
TuanDM.