Integration problem

Last post 07-28-2006, 4:12 PM by paulocosta. 2 replies.
Sort Posts: Previous Next
  •  07-24-2006, 7:15 PM 21212

    Integration problem

    Hi
     
    I tried to integrate the existing users database to cute chat and messenger, putting the vb/global.asax in the root, I get this error:
     
     
    Server Error in '/' Application.

    Compilation Error
    Description: An error occurred during the compilation of a resource required to service this request. Please review the following specific error details and modify your source code appropriately.

    Compiler Error Message: BC30002: Type 'UsersDB' is not defined.

    Source Error:

     
    Line 51: 'Check the user is an administrator or not.
    Line 52: Public Function IsAdministrator(ByVal useruniquename As String) As Boolean Implements CuteSoft.Chat.IHttpApplicationDataProvider.IsAdministrator

    Line 53: Dim udb As New UsersDB <- error

    Line 54: Dim email As String = useruniquename Line 55:

     
    Could someone help me to solve the integration?
    Thank you
     
    Paulo Costa
  •  07-28-2006, 3:56 PM 21358 in reply to 21212

    Re: Integration problem

    paulocosta :
     
    You are using code for DNN . If you do not using DNN , that code can not work for you .
     
    UsersDB is a DotNetNuke user db class . So you need rewrite that  code .
     
    Regards , Terry .
  •  07-28-2006, 4:12 PM 21361 in reply to 21358

    Re: Integration problem

     
    Hi. Thank you for your reply.
     
     
    I using the standalone version of Chat and Web messenger. is there any example for the integration? And how I rewrite the code for UsersDB?
     
    Paulo Costa
View as RSS news feed in XML