CE .NET 4.1: PlatformNotSupportedException getting DataSet via WebService

H

Hakan Gumus

Hi,

I'm working on a wireless project; I've symbol 8846 CE .NET 4.1, which
would connect DIRECTLY to SQL SERVER 2000.

Firstly; I've tried connecting using System.Data.SqlClient using a
connection string
like:
"Integrated Security=SSPI;Server=HGUMUS;Database=TestDB"
But this resulted "PlatformNotSupportedException"

Then; I've tried same code on a 8146 with Pocket PC 2002 and i was
able
to connect.

But the project is for the 8846 therefore I've made a web service and
put in
the Stored Procedures that i'm using.

What is the result for CE .NET:
- I was able to call a function returning a string via web service
- One more time "PlatformNotSupportedException" for a function
returning dataset.

The result for the POCKET PC 2002:
- I was both able to get string and dataset via webservice.

I've read all the group's related messages but I couldnt find the
answer; please
help.

Gumus.
 
I

Ilya Tumanov [MS]

Gumus,

Could you please provide sample code and identify the line in which
exception is thrown from? Thanks.

Best regards,

Ilya

This posting is provided "AS IS" with no warranties, and confers no rights.

--------------------
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top