PocketPC 2002 Emulator and ASP.NET Framework
Messages   Related Types
This message was discovered on ASPFriends.com 'aspngmob' list.


Peter Ma
Hi, i installed the Pocket PC 2002 SDK and eMbedded Visual Basic, now, I
create a dummy program in eMbedded VB to pop up the PocketPC 2002 Emulator,
then click and use the Pocket Internet Explorer to view my newly created
Mobile Web Application. But when I enter the address, e.g.
http://localhost/MobileWebApplication1/default.aspx, it always show "The
page you are looking for cannot be found.". While I can use this Emulator to
browse other internet web site successfully, say go to microsoft.com is
Okay. I use the Mobile Explorer to view my default.aspx is also Okay too. I
installed .NET Framework SDK in this machine already. I guess is it the
Pocket IE not support .aspx file?
Do anyone know what's wrong with my program?
Thanks,
Peter

_________________________________________________________________
MSN Photos is the easiest way to share and print your photos:
http://photos.msn.com/support/worldwide.aspx

Reply to this message...
 
    
Anil John
Peter,

Pocket IE DOES support *.aspx files as *.aspx render in the browser as HTML.

I am not clear on what you are trying to accomplish.

I am assuming that if you can browse your default page using the Mobile
explorer, then that page is working... Can you browse your localhost using a
regular browser? If you are using IE 6 on your local machine, you should be
be able to view a mobile web control generated page without any problems.

Anil

-----Original Message-----
From: Peter Ma [mailto:Click here to reveal e-mail address]
Sent: Saturday, February 23, 2002 4:06 AM
To: aspngmob
Subject: [aspngmob] PocketPC 2002 Emulator and ASP.NET Framework

Hi, i installed the Pocket PC 2002 SDK and eMbedded Visual Basic, now, I
create a dummy program in eMbedded VB to pop up the PocketPC 2002 Emulator,
then click and use the Pocket Internet Explorer to view my newly created
Mobile Web Application. But when I enter the address, e.g.
http://localhost/MobileWebApplication1/default.aspx, it always show "The
page you are looking for cannot be found.". While I can use this Emulator to
browse other internet web site successfully, say go to microsoft.com is
Okay. I use the Mobile Explorer to view my default.aspx is also Okay too. I
installed .NET Framework SDK in this machine already. I guess is it the
Pocket IE not support .aspx file?
Do anyone know what's wrong with my program?
Thanks,
Peter

_________________________________________________________________
MSN Photos is the easiest way to share and print your photos:
http://photos.msn.com/support/worldwide.aspx

| [aspngmob] member Click here to reveal e-mail address = YOUR ID
| http://www.asplists.com/asplists/aspngmob.asp = JOIN/QUIT
| http://www.asplists.com/search = SEARCH Archives

Reply to this message...
 
    
Peter Ma
Hi Anil,

I can view my mobile web application in Mobile Explorer by using localhost,
but in the PocketIE, it always say The page cannot be found or Internet
Connection have problem?
Do I have to make any chance in the Pocket PC Emulator?
Thanks,
Peter

[Original message clipped]

_________________________________________________________________
MSN Photos is the easiest way to share and print your photos:
http://photos.msn.com/support/worldwide.aspx

Reply to this message...
 
    
Anil John
Peter,

Can you browse the same page using your local browser (Your regular Internet
Explorer. NOT Pocket IE)? If you can, your network settings should be fine.

Anil

-----Original Message-----
From: Peter Ma [mailto:Click here to reveal e-mail address]
Sent: Saturday, February 23, 2002 3:23 PM
To: aspngmob
Subject: [aspngmob] RE: PocketPC 2002 Emulator and ASP.NET Framework

Hi Anil,

I can view my mobile web application in Mobile Explorer by using localhost,
but in the PocketIE, it always say The page cannot be found or Internet
Connection have problem?
Do I have to make any chance in the Pocket PC Emulator?
Thanks,
Peter

[Original message clipped]

_________________________________________________________________
MSN Photos is the easiest way to share and print your photos:
http://photos.msn.com/support/worldwide.aspx

| [aspngmob] member Click here to reveal e-mail address = YOUR ID
| http://www.asplists.com/asplists/aspngmob.asp = JOIN/QUIT
| http://www.asplists.com/search = SEARCH Archives

Reply to this message...
 
    
Anil John
Peter,

Some additional information that should help you...

To run the PocketPC 2002 emulator without using either eVC or eVB use the
following:

"C:\Program Files\Windows CE Tools\Common\Platman\bin\emulator"
/ceimage "D:\Windows CE Tools\wce300\Pocket PC
2002\emulation\English-No Radio\wwenoril.bin" /skin "D:\Windows CE
Tools\wce300\Pocket PC 2002\emulation\ppc2002.xml"

The Readme for the PocketPC 2002 SDK states that:

Emulator requires network connection or loopback adapter
To use the emulator, you need to either have an active network connection or
have installed the Microsoft Loopback Adapter. See Microsoft Knowledge Base
article: http://support.microsoft.com/support/kb/articles/Q236/8/69.ASP

Also keep in mind that the PockePC emulator behaves exactly like a real
pocketpc, so you will have to configure the network settings within it to
connect to the network.

While emulators are an allowed discussion topic on this list, it is in the
context of using them with MMIT and detailed troubleshooting of emulator
installation and configuration might be veering off the path. I really do
not want to get too much off topic and be bounced by the moderators on the
list :)

Anil

-----Original Message-----
From: Anil John [mailto:Click here to reveal e-mail address]
Sent: Saturday, February 23, 2002 4:50 PM
To: aspngmob
Subject: [aspngmob] RE: PocketPC 2002 Emulator and ASP.NET Framework

Peter,

Can you browse the same page using your local browser (Your regular Internet
Explorer. NOT Pocket IE)? If you can, your network settings should be fine.

Anil

-----Original Message-----
From: Peter Ma [mailto:Click here to reveal e-mail address]
Sent: Saturday, February 23, 2002 3:23 PM
To: aspngmob
Subject: [aspngmob] RE: PocketPC 2002 Emulator and ASP.NET Framework

Hi Anil,

I can view my mobile web application in Mobile Explorer by using localhost,
but in the PocketIE, it always say The page cannot be found or Internet
Connection have problem?
Do I have to make any chance in the Pocket PC Emulator?
Thanks,
Peter

[Original message clipped]

_________________________________________________________________
MSN Photos is the easiest way to share and print your photos:
http://photos.msn.com/support/worldwide.aspx

| [aspngmob] member Click here to reveal e-mail address = YOUR ID
| http://www.asplists.com/asplists/aspngmob.asp = JOIN/QUIT
| http://www.asplists.com/search = SEARCH Archives

| [aspngmob] member Click here to reveal e-mail address = YOUR ID
| http://www.asplists.com/asplists/aspngmob.asp = JOIN/QUIT
| http://www.asplists.com/search = SEARCH Archives

Reply to this message...
 
    
Peter Ma
Hi Anil,

You discover a strange problem on my server now. my situation is:
1. Use Desktop IE6.0 to view localhost/mobilewebapplica.... [OK]
2. Use Desktop IE6.0 to view www.microsoft.com... [OK]
2. Use Pocket IE to view localhost/mobilewebapplica..... [Fail]
3. Use Pocket IE to view www.microsoft.com ... [OK]

(I configure the Internet Connection setting of Pocket PC 2002 Eumlator now,
so I can browse to microsoft.com in Pocket IE now.)

Thanks,
Peter

[Original message clipped]

_________________________________________________________________
Get your FREE download of MSN Explorer at http://explorer.msn.com/intl.asp.

Reply to this message...
 
    
Anil John
Peter,

The emulator requires network connection [to view remote sites] or loopback
adapter [to view localhost].
To use the emulator, you need to either have an active network connection or
have installed the Microsoft Loopback Adapter. See Microsoft Knowledge Base
article: http://support.microsoft.com/support/kb/articles/Q236/8/69.ASP

If you do not have the loopback adapter set up, why don't you try browsing
to the active IP address of your local machine instead...

Anil

-----Original Message-----
From: Peter Ma [mailto:Click here to reveal e-mail address]
Sent: Sunday, February 24, 2002 4:43 AM
To: aspngmob
Subject: [aspngmob] RE: PocketPC 2002 Emulator and ASP.NET Framework

Hi Anil,

You discover a strange problem on my server now. my situation is:
1. Use Desktop IE6.0 to view localhost/mobilewebapplica.... [OK]
2. Use Desktop IE6.0 to view www.microsoft.com... [OK]
2. Use Pocket IE to view localhost/mobilewebapplica..... [Fail]
3. Use Pocket IE to view www.microsoft.com ... [OK]

(I configure the Internet Connection setting of Pocket PC 2002 Eumlator now,
so I can browse to microsoft.com in Pocket IE now.)

Thanks,
Peter

[Original message clipped]

_________________________________________________________________
Get your FREE download of MSN Explorer at http://explorer.msn.com/intl.asp.

| [aspngmob] member Click here to reveal e-mail address = YOUR ID
| http://www.asplists.com/asplists/aspngmob.asp = JOIN/QUIT
| http://www.asplists.com/search = SEARCH Archives

Reply to this message...
 
    
Peter Ma
Hi Anil,

I can Successfully browse my Mobile .NET application through PocketPC 2002
Emulator now! Yes, you're right, I have to use http://192.168.0.2/... to
view my application in Pocket PC INSTEAD OF using http://localhost/...
By the way, in case I want to move this mobile appl to any server to host
it, what should I prepare in the production server? .NET Framework and MMIT
only?

Thanks,
Peter

[Original message clipped]

_________________________________________________________________
MSN Photos is the easiest way to share and print your photos:
http://photos.msn.com/support/worldwide.aspx

Reply to this message...
 
    
Anil John
Peter,

Glad to hear that things are working...

Yes. Any web application that uses the mobile controls will need the .Net
framework and MMIT installed.

Anil

-----Original Message-----
From: Peter Ma [mailto:Click here to reveal e-mail address]
Sent: Sunday, February 24, 2002 11:43 AM
To: aspngmob
Subject: [aspngmob] RE: PocketPC 2002 Emulator and ASP.NET Framework

Hi Anil,

I can Successfully browse my Mobile .NET application through PocketPC 2002
Emulator now! Yes, you're right, I have to use http://192.168.0.2/... to
view my application in Pocket PC INSTEAD OF using http://localhost/...
By the way, in case I want to move this mobile appl to any server to host
it, what should I prepare in the production server? .NET Framework and MMIT
only?

Thanks,
Peter

[Original message clipped]

_________________________________________________________________
MSN Photos is the easiest way to share and print your photos:
http://photos.msn.com/support/worldwide.aspx

| [aspngmob] member Click here to reveal e-mail address = YOUR ID
| http://www.asplists.com/asplists/aspngmob.asp = JOIN/QUIT
| http://www.asplists.com/search = SEARCH Archives

Reply to this message...
 
 




Ad
MBR BootFX
Best-of-breed application framework for .NET projects, developed by Matthew Baxter-Reynolds and MBR IT
 
 Copyright © Matthew Baxter-Reynolds 2001-2008. '.NET 247 Software Development Services' is a trading style of MBR IT Solutions Ltd.
Contact Us - Terms of Use - Privacy Policy - www.dotnet247.com