Welcome to thinktecture forums
Sign in
|
Join
|
Faq
Discussion
Started by migarcia at 10-27-2008 9:40 PM. Topic has 0 replies.
thinktecture fo...
»
WSCF
»
Discussion
»
Problems with code passing Collectionbase.
Search
Sort Posts:
Oldest to newest
Newest to oldest
10-27-2008, 9:40 PM
migarcia
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.
(please select)
Forums Home
|- Search Forums
|- Active Topics
|- Unanswered Posts
User Options
|- Sign In
|- Join this community
|- Forgot Password
WSCF
|- Discussion
|- Feature Requests
|- Announcements
DynWsLib
|- Discussion
© 2002 - 2006 by thinktecture, Ingo Rammer and Christian Weyer. All rights reserved.