|
Prev: convert cvs to xls ?
Next: Kiosk Mode
From: Satish on 19 Jan 2006 01:19 Hi, We are developing application with the webservices for the Pocket PC. We have written small webservice and deployed on the IIS Server. Created new Pocket PC project in Visual Studio 2005 and added the web service which we have created. When we try to run this application on the emmulator we are getting error saying that "Could not establish connection to network" The code what we have written in the web service is [WebMethod] public string GetString() { return "Mesasge from Webservice"; } Just returning the string from the method. Please send me the solution for this problem. We are tring this one from last 15 days. And same method is working with Visual Studio 2003 version. It is giving problem with only Visual Studio 2005. Thanks in advance. Regards Satish
From: MSenne on 19 Jan 2006 09:40 I've noticed a few things. In your past posts you have also used this "Please send me the solution for this problem." technique on previous problems with your webservice. In this thread you reposted the exact same message twice, two days apart, without even bothering to update the number of days you are "working" on this problem. This is not enough information for me to help you, and I'm not in the mood to help people who don't help themselves first. -MSenne
From: Satish on 20 Jan 2006 01:41 I have posted this problem from last 10 days in lot of MSN groups, MSDN News groups, but there is no response from even single person. There is no problem to me, if you dont send the solution, least bother about your response. "MSenne" wrote: > I've noticed a few things. > In your past posts you have also used this "Please send me the solution > for this problem." technique on previous problems with your webservice. > > In this thread you reposted the exact same message twice, two days > apart, without even bothering to update the number of days you are > "working" on this problem. > > This is not enough information for me to help you, and I'm not in the > mood to help people who don't help themselves first. > -MSenne > >
From: Johann Granados on 23 Jan 2006 23:28 Hi Satish, I recomend you to install the Microsoft Loopback Adapter (see the following article: http://msdn.microsoft.com/library/default.asp?url=/library/en-us/wcepb40/html/pbtskInstallingMicrosoftLoopbackAdapter.asp) Then, use the IP assigned to the Microsoft Loopback Adapter as the url for the web service proxy (this will work for the emulator -for the real device use the IP assigned to the computer network card-). Hope this helps, -- Johann Granados MVP Compact Framework Costa Rica, Central America "Satish Babu Dasari" wrote: > Hi, > > We are developing application with the webservices for the Pocket PC. We > have written small webservice and deployed on the IIS Server. Created new > Pocket PC project in Visual Studio 2005 and added the web service which we > have created. When we try to run this application on the emmulator we are > getting error saying that "Could not establish connection to network" > > The code what we have written in the web service is > > [WebMethod] > > public string GetString() > > { > > return "Mesasge from Webservice"; > > } > > Just returning the string from the method. Please send me the solution for > this problem. We are tring this one from last 15 days. And same method is > working with Visual Studio 2003 version. It is giving problem with only > Visual Studio 2005. > > Thanks in advance. > > Regards > > Satish
|
Pages: 1 Prev: convert cvs to xls ? Next: Kiosk Mode |