I have upgraded a .Net CF 1.0 project to .NET CF 2.0 using VS.NET 2005. The
project makes calls to Web Services written in Java and it has been working
fine in CF 1.0. I have also upgraded the Web Reference using the existing
WSDL. The proxy has been created properly.
However after the upgrade I can call only few of the Web Methods and some of
the web methods failed with NullReferenceException during Deserialization
process.
I have noticed some changes in reference.cs as below..
Decimal types were declared as System.Nullable<decimal> etc.
I tried by changing this back to System.Decimal instead of using nullable
types, but this did not help either.
The stack also doesn't give any relevant information except saying that the
call failed due to NullReferenceException.
I am using .NET CF 2.0 SP2
Please give me some pointers on troubleshooting this issue.
Thanks,
Naresh