I followed the steps below.
1. Run the script of SQLScripts\cutechat2.sql yo create tables in my exisitng database.
2. Copied the cute chat dll files in my project.
3. Copied the cutesoft_server and curesoft_client folder in my project.
4. Then tried to open the messenger by using onLoad function.
When I run the project I get the following error.
Server Error in '/sample' Application.
--------------------------------------------------------------------------------
File or assembly name CuteChatControls, or one of its dependencies, was not found.
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: File or assembly name CuteChatControls, or one of its dependencies, was not found.
Source Error:
Line 27: window.open('<%=CuteSoft.Chat.ChatWebUtility.ResolveResource(Context,"IM_MainForm.Aspx")%>','','status=1,width=340,height=500,resizable=1')
Line 28: }
Line 29: </script>
Source File: G:\Data\sample\public\welcome.aspx Line: 27
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:///G:/Data/SampleLOG: Initial PrivatePath = bin
Calling assembly : (Unknown).
===
Stack Trace:
[FileNotFoundException: File or assembly name CuteChatControls, or one of its dependencies, was not found.]
System.Type.GetType(String typeName, Boolean throwOnError, Boolean ignoreCase) +0
CuteSoft.Chat.ConnectionStringProvider.a(UserIdentity A_0)
CuteSoft.Chat.Impl.ServiceLayerChatApiDecorator.BeforeInvoke()
CuteSoft.Chat.DynamicAssembly.ServiceLayerChatApiDecoratorProxy.GetConfig_InterceptedCall(String configname) +78
CuteSoft.Chat.DynamicAssembly.WebLayerChatApiDecoratorProxy.GetConfig_InterceptedCall(String configname) +78
CuteSoft.Chat.ChatWebUtility.GetUserAdapter()
CuteSoft.Chat.ChatWebUtility.get_CurrentIdentity()
CuteSoft.Chat.Impl.WebLayerChatApiDecorator.BeforeInvoke()
CuteSoft.Chat.DynamicAssembly.WebLayerChatApiDecoratorProxy.GetConfig_InterceptedCall(String configname) +78
CuteSoft.Chat.ChatWebUtility.get_ClientPath()
CuteSoft.Chat.ChatWebUtility.ResolveResource(HttpContext context, String path)
ASP.welcome_aspx.__Render__control1(HtmlTextWriter __output, Control parameterContainer) in G:\Data\sample\public\welcome.aspx:27
System.Web.UI.Control.RenderChildren(HtmlTextWriter writer)
System.Web.UI.Control.Render(HtmlTextWriter writer)
System.Web.UI.Control.RenderControl(HtmlTextWriter writer)
System.Web.UI.Page.ProcessRequestMain()