Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
DataSet no longer supported to be returned
Message
From
06/12/2005 20:21:03
 
 
To
06/12/2005 18:04:38
General information
Forum:
ASP.NET
Category:
Migration
Miscellaneous
Thread ID:
01075533
Message ID:
01075558
Views:
25
Michel,

I haven't really played enough with VS 2005 yet, so I can't directly answer your question, but what is the error that you get? Is it a compile-time error or a run-time error?

~~Bonnie



>In VS 2005, I can no longer return a DataSet. Here is the code I have in a method of a specific Web Service. I am trying to know what I should do to obtain the same.
>
>
>   <WebMethod()> _
>   Public Function GetNewsDataSet(ByVal tdStartDate As Date, ByVal tdEndDate As Date, ByVal tnForum As Integer) As DataSet
>      Return GetDataSet("UniversalThread,12," + Framework.DateFunction.GetDate(tdStartDate) + "," + _
>       Framework.DateFunction.GetDate(tdEndDate) + "," + tnForum.ToString)
>   End Function
>
Bonnie Berent DeWitt
NET/C# MVP since 2003

http://geek-goddess-bonnie.blogspot.com
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform