Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
HomeAnnouncementsFree MagazinesWhite PapersSubmit Content
Discussion GroupsASP.NETWindows FormsLanguages.NET FrameworkVisual Studio.NET
Articles.NET FrameworkASP.NETToolsWindows Forms
.NET DirectoryOpen Source ProjectsUser GroupsWeb Resources
Related Topics
Visual Basic 6SQL ServerMS AccessOther DB ProductsMS Server ProductsMore Topics ...

.NET Forum / ASP.NET / Web Services / February 2005

Tip: Looking for answers? Try searching our database.

huh can`t pass datatable ????

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
M.Posseth - 24 Feb 2005 15:47 GMT
isn`t it possible to pass a datatable with a webservice to another .net app
???

my webservice raises an exception whenever i declare the datatable type

this doesn`t work
<WebMethod(MessageName:="dtModules")> _

Public Sub CarsHaveModules(ByVal dt As DataTable )

End Sub

this  works

<WebMethod(MessageName:="dsModules")> _

Public Sub CarsHaveModules(ByVal ds As DataSet )

End Sub

is this normall behavior ????
M. Posseth - 24 Feb 2005 17:57 GMT
To answer my own question

just for someone who migh encounter this problem

No Michel this is not possible even better this behavior is by design

see this link for more information

http://support.microsoft.com/default.aspx?scid=kb;en-us;306134

> isn`t it possible to pass a datatable with a webservice to another .net app
> ???
[quoted text clipped - 17 lines]
>
> is this normall behavior ????

Free Magazines

Get these publications absolutely FREE for up to 12 months. There are no hidden fees and no obligation. Simply choose a title, complete the application form and submit it. Read more ...

Oracle MagazineNetwork ComputingComputer WorldBio-IT WorldeWeekInformation WeekInfosecurity
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.