|
Hi
i build C# program on Windows-Mobile that connect to WebService through cradle
and work with ActiveSync.
the customer want me to change the program that the connection will be through IP cradle.
is it require me any code change ?
how to do it ?
thank...
Started by Gold on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
I don't think so, web requests should use connection manager which will automatically use the ip connection that is already....
Your web service page (asmx), then your application should be able to connect to the web service as well.
|
|
I have a .Net Compact app running on Windows Mobile, and I want to be able to connect to a webservice running on the 'host' machine (i.e. the desktop the PDA is plugged into) when connected via ActiveSync, but I don't know the ip address of the host. ...
Started by Wilka on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
Dns.GetHostEntry(Dns.GetHostName()).AddressList[0];
That said, ActiveSync always creates a local network, so the device is always going to get that you're not trying to get your own....
Typically ActiveSync is running over RNDIS nowadays).
|
|
I am currently working on an application that runs on several different Windows Mobile and CE devices. The project is written in unmanaged C++ using MFC. This application also comes with a supporting PC app and we programatically transfer files between...
Started by JDM on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
If you're lucky the devices youActivesync will be the most reliable method, being the one that will be the same for all windows care about will show up as an external... .
connect particular devices to a machine without activesync installed.
|
Ask your Facebook Friends
|
I have two Exchange 2007 servers, one (exch1) in Transport Hub, Mailbox, and Client Access roles and the other (owa1) in the Client Access role. owa1 is exposed to the world on port 443 for external access.
owa1 is logging the following errors several...
Answer Snippets (Read the full thread at serverfault):
Thanks,
Brian Desmond.
Make sure the BSD box doesn't have some logic for how it determines if a connection is "idle" or something like that.
Been a firewall or a load balancer dropping the connection.
|
|
Im currently working on a PPC application that I would like to test in the PPC emulator "USA Windows mobile 5.0 PC R2 Emulator" without using Active Sync. Somewhere in my back head I think I have been able to just do that: But when I start a debug session...
Answer Snippets (Read the full thread at stackoverflow):
The only problem I can think of is....
It should work without ActiveSync by default.
In Tools / Options / Devices, select the "USA Windows) in order to use and debug through the emulator .
Which would require a ActiveSync connection.
|
|
I'm developing a Windows Mobile app using the .NET Compact Framework 3.5 and VS2008, and for debugging using the Device Emulator V3, on Win7, and seem to have constant problems with Windows Mobile Device Centre (6.1) connecting.
Using the Emulator Manager...
Started by Ira Rainey on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
Another....
That has helped me in the past when WMDC/ActiveSync create a new device partnership (in my experience the connection/debugging becomes flakier when you choose to not setup a partnership).
Try deleting the existing device partnerships.
|
|
I'm wanting to do a lightweight push-style HTTP response in my existing Sinatra web app. Is there any mechanism that allows me to not respond to an HTTP request and keep the connection open until I wake up the connection at a future time?
Started by NilObject on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
Could this help ? http://macournoyer.com/blog/2009/06/04/pusher-and-async-with-thin/
You could also check out macournoyer's http://github.com/macournoyer/pusher "The Rack App that pushes" and collin's http://github.com/collin/orbited-ruby/ .
|
|
If you inherited an already configured server which is running Exchange Server 2003: where would you locate the settings on the server that you would need to configure Exchange on iPhone 2.0?
Started by username on
, 7 posts
by 7 people.
Answer Snippets (Read the full thread at serverfault):
Exchange ActiveSync maintains a connection between Exchange Server and iPhone so when server role on your....
You would need to be running Exchange ActiveSync somewhere to allow the iPhone to connect to exchange, and calendar.
|
|
I am a lawyer with excell spreadsheet files on my Windows mobile 6.5 phone which automatically sync (along with calander, contacts) thru activesync. Will the windows 7 phone similarly sync not only calander and contacts but files as well?
Started by Rkling on
, 11 posts
by 10 people.
Answer Snippets (Read the full thread at microsoft):
There is no way to sync this stuff....
Under 6.1 1) connection could normallyThe short answer to your question is "No, nothing will sync through ActiveSync in a similar fashion.
connect to activesyn 6.1 ,win7 system,somethong go wrong.
|
|
ActiveSync problems
I am having problems syncing my Touch. I have had many successful syncs, but many times, ActiveSync will not recognize the Touch. Sometimes I get the message that it can't sync offering me the troubleshooter (and I've tried everything...
Started by CMeys on
, 20 posts
by 12 people.
Answer Snippets (Read the full thread at smartphoneforums):
Did you update activesync with the disc that came with the Touch? No, I'm a computer that has....
The advanced USB to Computer option which caused the ActiveSync and a non-ActiveSync connection and it offers the troubleshooter.
|