Device Emulator problems vith VS 2005 B2

  • Thread starter Thread starter Martin Kubecka
  • Start date Start date
M

Martin Kubecka

I just have "deploy failed" to Emlulator using VS 2005. Deplou to "real"
Pocket PC is OK. Do you have same experiences? Or problem on my side?

Thank you


Mac
 
Martin,

Which emulator are you using? Do you have a live network connection? Can you
connect to the emulator from the Tools, Connect to Device menu option?
 
Hi Martin

Can you please check if the emulator you use get a valid IP address?

Thanks,
Edward
--------------------
From: "Martin Kubecka" <martin(PERIOD)kubecka(AT)amenit(PERIOD)com>
Subject: Device Emulator problems vith VS 2005 B2
Date: Sun, 29 Aug 2004 23:28:59 +0200
Lines: 9
X-Priority: 3
X-MSMail-Priority: Normal
X-Newsreader: Microsoft Outlook Express 6.00.2900.2180
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2180
X-RFC2646: Format=Flowed; Original
Message-ID: <[email protected]>
Newsgroups: microsoft.public.dotnet.framework.compactframework
NNTP-Posting-Host: kubecka.applet.cz 212.71.147.37
Path: cpmsftngxa10.phx.gbl!TK2MSFTNGXA01.phx.gbl!TK2MSFTNGP08.phx.gbl!TK2MSFTNGP09
.phx.gbl
Xref: cpmsftngxa10.phx.gbl microsoft.public.dotnet.framework.compactframework:60265
X-Tomcat-NG: microsoft.public.dotnet.framework.compactframework

I just have "deploy failed" to Emlulator using VS 2005. Deplou to "real"
Pocket PC is OK. Do you have same experiences? Or problem on my side?

Thank you


Mac

This posting is provided "AS IS" with no warranties, and confers no rights.
 
Hi Martin,

I have the exact same problem. I have installed on two machines, both have
the problem. I have just created a new application, click Run. And i got the
same error as you.Both machine has VS2003 previously installed.

Connect to Device from the Tool menu work just fine.

Help!
 
Martin,

I am able to debug fine on VS 2005 which runs on the same machine as VS
2003, so I don't think that is the problem. Usually when you can connect to
the emulator but not debug, the problem is that the emulator can't get a
usable IP address from a network adapter.
 
Finally got it working!!! That was really a network problem.

I have done two things

1. Changed the network adapter binding order so my local network connection
apper first (a nasty bluethooth connection was first...)
2. Disable the the Virtual Machine Services on all network adapters but
local network adapter.

Not sure if both are required.

Thanks for your help
 
Back
Top