Compilation errors

  •  07-22-2005, 7:37 AM

    Compilation errors

    To implement a custom CuteChat Provider, you will need to provide a concrete implementation of the CuteSoft.Chat.DataProvider class, CuteSoft.Chat.UserAdapter class and CuteSoft.Chat.ConnectionStringProvider class (optional) , and plug it into the system.

     

     

    Derive a class from the CuteSoft.Chat.DataProvider abstract base class and name it MyDataProvider.

    public class MyDataProvider : CuteSoft.Chat.DataProvider { }

    Can you elaborate this step a bit more for a novice .net user please. Coz so far I cannot figure out how to perform this step.
     
    Thank you,
    Palwinder
View Complete Thread