views:

13

answers:

0

Hello,

I have an windows application in .NET Compact Framework 1.0. I have migrated the application to .NET CF 3.5 (VS 2008) using the .NET conversion wizard. The CF 1.0 application connects to a web service developed in .NET 1.1. When I tried to connect to the same web service in CF 3.5 application it results in "Remote Server is not responding (503)" error. Can anyone help me out in this? Also I compared the "References.cs" file of both versions. They are same. Is there any configuration change that I should I do in .NET 3.5 or VS 2008?

Thanks