Integration problem

  •  07-24-2006, 7:15 PM

    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
View Complete Thread