DataSet on Webserver

Posted by Turk on Stack Overflow See other posts from Stack Overflow or by Turk
Published on 2010-05-13T17:18:19Z Indexed on 2010/05/13 17:24 UTC
Read the original article Hit count: 251

Hi,

Im trying to implement something given to me however I've come across an error

when using:

[WebMethod]
    public DataSet getAll()
    {

DataSet isnt recognised. Im guessing I'm missing one of the "using System..." statement from the start but I dont know what it is. I was wondering if anyone could help me out?

Im using Visual Studio 2008

© Stack Overflow or respective owner

Related posts about c#

Related posts about web-services