Almost there

  •  10-17-2006, 1:23 PM

    Almost there

       I have almost implemented cute messenger in my asp.net 2 website.
     
    However I need some examples of the global.asax file for use on a standard asp.net website as the examples only show DNN and ibuyspy.
     
    My error is:
     
     Compiler Error Message: BC30002: Type 'UsersDB' is not defined.

    Source Error:

    Line 58:
                Line 59:         'EXAMPLE 1 (IbuySpy):
                Line 60:         Dim udb As New UsersDB
                Line 61:         Dim email As String = useruniquename
                Line 62:         Dim roles As String() = udb.GetRoles(email)
View Complete Thread