Re: Deploying a Visual Studio 2005 C# Prog to a mobile PC through
- From: kenjenningism <kenjenningism@xxxxxxxxxxxxxxxxxxxxxxxxx>
- Date: Fri, 9 Nov 2007 09:28:03 -0800
thanks man, i'm gonna try that. sounds like a good idea to me.
"David Hearn" wrote:
Maybe write an app which listens on a particular port, and when a.
certain pass phrase is received, it starts those 2 apps? Then when you
need to deploy, just send the trigger from your end and then do the
deployment?
If it's a 'secure' environment, then maybe you could start those apps at
startup, but I believe that might be insecure (as others could deploy
apps to that device without restriction).
Hope that helps,
David
kenjenningism wrote:
thanks, david it worked!
yes, im using windows ce.
the only problem is, you have to run those two programs conmanclient and
cmaccept everytime you deploy the application right?
so if the handheld is with the user, they have to start those programs
manually, which is not the easiest thing to do.
any suggestion?
thanks!
"David Hearn" wrote:
kenjenningism wrote:
hello,If it's a Windows Mobile/Windows CE device then take a look at
is there anyway that i can deploy a C# program from Visual Studio 2005 to a
mobile pc/handheld scanner that is connected to the network using TCP/IP?
I've been searching the web but I couldn't find an answer if it is capable of
doing it or not.
right now, i'm deploying the program through a docking station that is
connected to my pc. im just wondering if it can also be done through the
network especially when i make updates to the program and the handheld
scanners are out in the warehouse.
thank you very much.
http://blogs.msdn.com/vsdteam/archive/2005/04/28/413304.aspx
It explains how to debug over TCP/IP, which includes deploying the built
application. You need to install a couple of files onto the device
first to get it to accept connections, but after that it works fine for
what I've done.
I don't know if there's a more appropriate method for your situation, or
if you're not using Windows Mobile/CE.
Hope that helps,
David
- References:
- Re: Deploying a Visual Studio 2005 C# Prog to a mobile PC through IP
- From: David Hearn
- Re: Deploying a Visual Studio 2005 C# Prog to a mobile PC through
- From: David Hearn
- Re: Deploying a Visual Studio 2005 C# Prog to a mobile PC through IP
- Prev by Date: .rc including other .rc files?
- Next by Date: Extremely slow linking when there's a large array
- Previous by thread: Re: Deploying a Visual Studio 2005 C# Prog to a mobile PC through
- Next by thread: VS2005 and memory
- Index(es):
Relevant Pages
|