Welcome to thinktecture forums Sign in | Join | Faq

Discussion

Started by migarcia at 10-27-2008 9:40 PM. Topic has 0 replies.

Print Search
Sort Posts:    
   10-27-2008, 9:40 PM
migarcia is not online. Last active: 10/27/2008 7:06:22 PM migarcia

Top 500 Posts
Joined on 10-27-2008
Posts 1
Problems with code passing Collectionbase.
I generated the classes using WSCF .7 in VS2008 which creates a collectionbase and .Net is having problems generating the XML document to send to the web service. The error is that it may not be used in this context.

This is the code generated.

_
Public Property Items() As ObjectCollection
Get
Return Me._items
End Get
Set
If (value Is Nothing) Then
Throw New System.ArgumentNullException("Items")
End If
Me._items = value
Me.RaisePropertyChanged("Items")
End Set
End Property

   Report 
thinktecture fo... » WSCF » Discussion » Problems with code passing Collectionbase.

Powered by Community Server, by Telligent Systems