wooody1245
Programmer
I have a C# application that consumes a web service. It works great on Win 2000 or XP, but not on Vista. Some calls to the web service will work. But when the web service function returns a DataSet it will not work. I eventually get a timeout error. If the function returns an empty DataSet, I don't get the timeout error and the program executes properly.
I know the web service call doesn't take long enough to time out because I can test it on the XP version and it returns data in a few seconds. It's ONLY the web service funtions that return a dataset that won't work. Any ideas??
I know the web service call doesn't take long enough to time out because I can test it on the XP version and it returns data in a few seconds. It's ONLY the web service funtions that return a dataset that won't work. Any ideas??