Hi all,
Hopefully someone may be able to help me with this. I have a SQL2005 native
web service that I call from CF2. I get and Arguement exception when the web
service tries to return a value that was sourced from a SQL table of type
numeric(19,5). I cant see the exact exception message as exception messages
are not being shown on my device/debugger.
The web service works fine under the following circumstances:
1. Called from .NET Framework
2. Called from CF2 where the numeric return is omitted.
I dont have any problems returning strings/integers and based on the above I
guess its some type conversion that doesnt map from SQL to CF2.
Thanks in advance.
Pete.
Ilya Tumanov [MS] - 09 Jan 2006 22:27 GMT
What's the stack trace?
Best regards,
Ilya
This posting is provided "AS IS" with no warranties, and confers no rights.
*** Want to find answers instantly? Here's how... ***
1. Go to
http://groups-beta.google.com/group/microsoft.public.dotnet.framework.compactfra
mework?hl=en
2. Type your question in the text box near "Search this group" button.
3. Hit "Search this group" button.
4. Read answer(s).
> Hi all,
>
[quoted text clipped - 17 lines]
> Thanks in advance.
> Pete.