Basics

Last post 10-17-2006, 10:39 AM by cdgregory. 10 replies.
Sort Posts: Previous Next
  •  10-17-2006, 3:31 AM 23620

    Basics

    Hi

    All I want to do is to get cute messenger Not Chat running on my website using the VB.Net versions. It needs to integrate with my ASP.Net (VB.Net) membership database.
     
    1) Do I just download the Standalone and then the Integration or is there one file for this?
    2) There are VB and CS folders in the integration package - how do I point to read the relevant (VB) one or do I copy the global file from the folder into the root?
    3) I notice there is code in the register and login pages - do I manually upodate this to point to my membership tables as they are looking at the wrong ones?

    Thanks in advance.

    CG






  •  10-17-2006, 4:20 AM 23621 in reply to 23620

    Re: Basics

    Also all the project files are C# - are there no VB.Net alternatives?

    Thanks

    CG

  •  10-17-2006, 9:36 AM 23628 in reply to 23620

    Re: Basics

    >>1) Do I just download the Standalone and then the Integration or is there one file for this?
     
    Please download the integration package.
     
    >>2) There are VB and CS folders in the integration package - how do I point to read the relevant (VB) one or do I copy the global file from the folder into the root?
     
    Copy the global.asax file from the VB folder into your project root.
     
    >>3) I notice there is code in the register and login pages - do I manually upodate this to point to my membership tables as they are looking at the wrong ones?
     
    The integration package doesn't contain those files.
     

    asp.net Chat http://cutesoft.net/ASP.NET+Chat/default.aspx
    Web Messenger: http://cutesoft.net/Web-Messenger/default.aspx
    asp.net wysiwyg editor: http://cutesoft.net/ASP.NET+WYSIWYG+Editor/default.aspx
    asp wysiwyg html editor: http://cutesoft.net/ASP
    asp.net Image Gallery: http://cutesoft.net/ASP.NET+Image+Gallery/default.aspx
    Live Support: http://cutesoft.net/live-support/default.aspx

  •  10-17-2006, 9:44 AM 23629 in reply to 23628

    Re: Basics

    Thats where I was getting confused - I will just use the integration package then and let you know if I get any further problems.

    Thank you

  •  10-17-2006, 9:48 AM 23630 in reply to 23629

    Re: Basics

    I spoke to soon.

    I have the integration package, which folder to I point my website to?

    Is it: cutechat3integrationpackage\Framework 2.0 Web\CuteSoft_Client\CuteChat

    If so do I copy the global.asax file from the vb folder into the route of this location as well?

    Lastly, I take it I can use the database tables from the first install I did, the integration ones dont make any changes that I can see?

    Thanks again - almost there! :)


  •  10-17-2006, 9:59 AM 23631 in reply to 23628

    Re: Basics

    I think I only need the files in cutechat3integrationpackage\Framework 2.0 Web\CuteSoft_Client\CuteChat and nothing above that level, is that right?

    Also, I guess I need to uncomment the lines in the vb Global.asax file - where do I get examples of syntax as the only examples in that file relate to DNN and ibuySpy?

    Thanks again


  •  10-17-2006, 10:02 AM 23632 in reply to 23630

    Re: Basics

    cdgregory,
     
    If you are using .NET framework version 2.0, you should use the files under Framework 2.0 Web/ folder.
     
    >>If so do I copy the global.asax file from the vb folder into the route of this location as well?
     
    Yes.
     
    >>Lastly, I take it I can use the database tables from the first install I did, the integration ones dont make any changes that I can see?
     
     
     

    asp.net Chat http://cutesoft.net/ASP.NET+Chat/default.aspx
    Web Messenger: http://cutesoft.net/Web-Messenger/default.aspx
    asp.net wysiwyg editor: http://cutesoft.net/ASP.NET+WYSIWYG+Editor/default.aspx
    asp wysiwyg html editor: http://cutesoft.net/ASP
    asp.net Image Gallery: http://cutesoft.net/ASP.NET+Image+Gallery/default.aspx
    Live Support: http://cutesoft.net/live-support/default.aspx

  •  10-17-2006, 10:09 AM 23633 in reply to 23632

    Re: Basics

    Thanks

    Under the Framework 2.0 Web\ folder there are only two folders bin and CuteSoft_Client - so I guess I point my web link to the CuteSoft_Client\CuteChat folder as this is where all the files reside?

    That one other question about global.asax - are there examples of how I should change this file as I do not use DNN or ibuySpy platforms?

    Thanks again :)

  •  10-17-2006, 10:13 AM 23634 in reply to 23633

    Re: Basics

    If you are using .net framework 2.0, just copy bin and CuteSoft_Client to the root and overwrite the exsitng CuteSoft.chat.dll and client files.
     
     

    asp.net Chat http://cutesoft.net/ASP.NET+Chat/default.aspx
    Web Messenger: http://cutesoft.net/Web-Messenger/default.aspx
    asp.net wysiwyg editor: http://cutesoft.net/ASP.NET+WYSIWYG+Editor/default.aspx
    asp wysiwyg html editor: http://cutesoft.net/ASP
    asp.net Image Gallery: http://cutesoft.net/ASP.NET+Image+Gallery/default.aspx
    Live Support: http://cutesoft.net/live-support/default.aspx

  •  10-17-2006, 10:30 AM 23635 in reply to 23634

    Re: Basics

    Hi

    Yes I am using .Net Framework 2

    Ok, I point my Chat href to MyWebFolder\Chat\CuteSoft_Client\CuteChat

    I just get a directory listing, do I need to create an application on any of the IIS folders?

    Which should be the default document for cute messenger - or can I just create a page and embed the control in that as per the examples on your website?

    Still dont see how I get the global.asax file to look at specific membership tables in my database though?

    Thanks

    CG

  •  10-17-2006, 10:39 AM 23636 in reply to 23634

    Re: Basics

    Hi

    Currently getting an error when browsing to embedded control:

    Parser Error Message: Could not load type 'CuteSoft.Chat.IHttpApplicationConnectionStringProvider'.

    Source Error:

    Line 1:  <%@ Application %>
    Line 2: <%@ Implements Interface="CuteSoft.Chat.IHttpApplicationConnectionStringProvider" %>
    Line 3: <%@ Implements Interface="CuteSoft.Chat.IHttpApplicationUserAdapter" %>
    Line 4: <%@ Implements Interface="CuteSoft.Chat.IHttpApplicationDataProvider" %>


View as RSS news feed in XML