Click here to Skip to main content
15,885,032 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
i am using asp.net web services and tried returning a data set from web service to a win mobile bit i amgetting error that the data set cannot be implicitely converted to string type .


can anyonr help me on this?
Posted

error that the data set cannot be implicitely converted to string type
It's self-explanatory.

You are trying to assign a dataset to a string object.

A simple use if DEBUGGER or the error line/stack-trace will tell you place where you need to handle it and make sure that the correct value/datatype is assigned.
 
Share this answer
 
yaa thanks i got the error rectifed
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900