Click here to Skip to main content
15,897,187 members
Home / Discussions / Visual Basic
   

Visual Basic

 
AnswerRe: Converter from C++ to vb.net ???? Pin
Dave Kreskowiak27-Oct-04 3:10
mveDave Kreskowiak27-Oct-04 3:10 
Generalnoise level Pin
Hasan sakib26-Oct-04 14:32
sussHasan sakib26-Oct-04 14:32 
GeneralRe: noise level Pin
Christian Graus26-Oct-04 14:48
protectorChristian Graus26-Oct-04 14:48 
Generalrunning applications thru VB.NEt Pin
adi_sie26-Oct-04 11:43
adi_sie26-Oct-04 11:43 
Generalprevent flickering when showing and hiding controls Pin
SveFro26-Oct-04 9:44
SveFro26-Oct-04 9:44 
GeneralException handling in VB.NET db project Pin
Sujitmatrix26-Oct-04 7:54
Sujitmatrix26-Oct-04 7:54 
Generalvb.net regional language support for a database project Pin
Sujitmatrix26-Oct-04 7:53
Sujitmatrix26-Oct-04 7:53 
GeneralYou must implement the Add(System.Object) method - Urgent help needed Pin
RichiLloyd26-Oct-04 6:49
RichiLloyd26-Oct-04 6:49 
Hello,

I've hit a brick wall and can't find ANYTHING to help me!

I'm creating an Object which has a method that returns a Collection object. This is fine until I want to pass it to a Webservice... then I get the following error...

You must implement the Add(System.Object) method on Microsoft.VisualBasic.Collection because it inherits from ICollection.

Here is an example of my code:

--------------------------------------------------------

Public Class History

Private m_colHistory As New Collection()


Public ReadOnly Property Entries() As Collection
Get
Return m_colHistory
End Get
End Property


Public Sub Add(ByVal Value As HistoryEntry)

m_colHistory.Add(Value)

End Sub

End Class

--------------------------------------------------------

I need to solve this urgently, any will be hugely appreciated!!

Many thanks
Richard
GeneralRe: You must implement the Add(System.Object) method - Urgent help needed Pin
Christian Graus26-Oct-04 10:24
protectorChristian Graus26-Oct-04 10:24 
GeneralRe: You must implement the Add(System.Object) method - Urgent help needed Pin
RichiLloyd26-Oct-04 12:36
RichiLloyd26-Oct-04 12:36 
GeneralRe: You must implement the Add(System.Object) method - Urgent help needed Pin
Steven Campbell26-Oct-04 14:02
Steven Campbell26-Oct-04 14:02 
GeneralDeploying windows applications Pin
Britnt726-Oct-04 4:29
Britnt726-Oct-04 4:29 
GeneralRe: Deploying windows applications Pin
Dave Kreskowiak26-Oct-04 5:12
mveDave Kreskowiak26-Oct-04 5:12 
GeneralRe: Deploying windows applications Pin
Britnt726-Oct-04 5:16
Britnt726-Oct-04 5:16 
GeneralRe: Deploying windows applications Pin
Dave Kreskowiak26-Oct-04 6:37
mveDave Kreskowiak26-Oct-04 6:37 
GeneralBuilding Wizards Pin
shevi202726-Oct-04 2:55
shevi202726-Oct-04 2:55 
GeneralRemote COM invoking vb.net Pin
Kumar0926-Oct-04 2:40
Kumar0926-Oct-04 2:40 
GeneralDisplay in List View Pin
Member 146985226-Oct-04 2:21
Member 146985226-Oct-04 2:21 
Generalmsscript.ocx Pin
iambhushan26-Oct-04 1:15
iambhushan26-Oct-04 1:15 
GeneralRe: msscript.ocx Pin
Dave Kreskowiak26-Oct-04 4:14
mveDave Kreskowiak26-Oct-04 4:14 
GeneralMultiple access to Single Database Pin
payal sheth25-Oct-04 23:52
payal sheth25-Oct-04 23:52 
GeneralRe: Multiple access to Single Database Pin
J4amieC26-Oct-04 0:40
J4amieC26-Oct-04 0:40 
GeneralRe: Multiple access to Single Database Pin
Dave Kreskowiak26-Oct-04 4:10
mveDave Kreskowiak26-Oct-04 4:10 
GeneralBuilding Wizards Pin
shevi202725-Oct-04 22:51
shevi202725-Oct-04 22:51 
GeneralRe: Building Wizards Pin
MohammadAmiry26-Oct-04 0:14
MohammadAmiry26-Oct-04 0:14 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.