Problem with IP address of the Emulator

M

Michel Aartsen

Hi all,

I'm currently developing an application on the Pocket PC in C#.
This application communicates to a Java server.
The Java server is also running on my PC.

The problem is that the Emulator is using the same IP address as the PC
(10.72.60.35). It tries to open a socket connect with that IP address. And the
Java server cannot sent anything back (it doesn't know if the emulator has sent
a request or my PC).

So after some googleing, I've found that the Emulator uses the DC21X4 network
adapter. So I've changed the IP address on the Emulator to a fix IP address
10.72.60.250 (an unused IP address). But on the Java server I see, that the
Emulator still uses the 10.72.60.35 IP address.

How can I configure the Emulator to use 10.72.60.250 as his IP address and NOT
10.72.60.35??

On a real device, the application work perfectly. Because there I have a
different IP address.

Best regards,
Michel Aartsen
 
G

Guest

That's a known problem of the existing emulators. It will be fixed in the
VS.NET 2005.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top