I've just downloaded the standalone chat and messenger and I'm trying to integrate it into my custom portal with a view to purchasing it provided it all looks ok.
At the moment I've hit the following problem while creating the data provider. I've created the class IbuySpyConnectionStringProvider as per the help file:
Public
Class IbuySpyConnectionStringProvider
Inherits CuteSoft.Chat.ConnectionStringProvider
PublicOverridesFunction GetConnectionString(ByVal user As CuteSoft.Chat.UserIdentity) AsString
EndFunction
EndClass
I get the following error:
C:\Documents and Settings\j\My Documents\Visual Studio Projects\Heap\CuteChatControls\IbuySpyConnectionStringProvider.vb(4): 'Public Overrides Function GetConnectionString(user As CuteSoft.Chat.UserIdentity) As String' cannot override 'Protected Overridable Function GetConnectionString(user As CuteSoft.Chat.UserIdentity) As String' because they have different access levels.
Can you tell me what I'm doing wrong?!?
Thanks,
Matt