Hope more ppl could help me on this.

1.
I had just written a 'hello world' program and compile it. I am using
standard VS.Net 2003 - Pocket PC 2002 Emulator. Problem is when i am using PC
with company network everything works fine. But in term i use the same source
and run from notebooks with Wireless connected to Router for Broadband only.
For the PC i can see, the Compilation will actually installing (progress
windows on Emulators) but for notebooks i did not see. But when i use the
file explorer i can see the program installed ....

2.
Then i download the Pocket PC 2003 SDK (SE) 86MB and installed to my
notebook including the embedded C++ 4.0 (SP3). I did see the VS.NET 2003
deploying the program i compile but it gives error something mentioning the
development tools having outdated version than the Emulations needed.

Pls Pls Pls help ..............

Re: Deploy VB.NET 2003 to Pocket PC 2002 & 2003 by Darren

Darren
Wed Oct 20 13:44:22 CDT 2004

SK,

In order for VS.Net to connect to the emulator, the PC it is running on must
be on a network with an IP address. To use the emulator on a PC that
is *not* on a network, you must install the Microsoft Loopback Adapter.

Instructions for installing the Loopback Adapter for WinXP and Win2000:

http://msdn.microsoft.com/library/default.asp?url=/library/en-us/wcedebug5/html/wce50tskInstallingtheMicrosoftLoopbackAdapter.asp


-Darren

"SK" <SK@discussions.microsoft.com> wrote in message
news:B7C0DC4E-6012-4D50-9286-C5A22FF8F055@microsoft.com...
> Hope more ppl could help me on this.
>
> 1.
> I had just written a 'hello world' program and compile it. I am using
> standard VS.Net 2003 - Pocket PC 2002 Emulator. Problem is when i am using
> PC
> with company network everything works fine. But in term i use the same
> source
> and run from notebooks with Wireless connected to Router for Broadband
> only.
> For the PC i can see, the Compilation will actually installing (progress
> windows on Emulators) but for notebooks i did not see. But when i use the
> file explorer i can see the program installed ....
>
> 2.
> Then i download the Pocket PC 2003 SDK (SE) 86MB and installed to my
> notebook including the embedded C++ 4.0 (SP3). I did see the VS.NET 2003
> deploying the program i compile but it gives error something mentioning
> the
> development tools having outdated version than the Emulations needed.
>
> Pls Pls Pls help ..............



Re: Deploy VB.NET 2003 to Pocket PC 2002 & 2003 by SK

SK
Wed Oct 20 20:59:01 CDT 2004

Darren,

Thanks for your help .... I had install the loopback adapter and i had
tried using the same "hello World" program. I did see the progress bar
running on the emulator but when it comes to launching the application i had
got this message "Error while trying to run project: Unable to start
debugging."
"Unable to start program C:\..\..\My Documents\Visual Studio
Projects\SmartDeviceApplication\bin\Debug\SmartDeviceApplication1.exe

For the Mobile SDK for Pocket PC 2003 not working is it becoz of the MS
loopback Adapter too ???


"Darren Shaffer" wrote:

> SK,
>
> In order for VS.Net to connect to the emulator, the PC it is running on must
> be on a network with an IP address. To use the emulator on a PC that
> is *not* on a network, you must install the Microsoft Loopback Adapter.
>
> Instructions for installing the Loopback Adapter for WinXP and Win2000:
>
> http://msdn.microsoft.com/library/default.asp?url=/library/en-us/wcedebug5/html/wce50tskInstallingtheMicrosoftLoopbackAdapter.asp
>
>
> -Darren
>
> "SK" <SK@discussions.microsoft.com> wrote in message
> news:B7C0DC4E-6012-4D50-9286-C5A22FF8F055@microsoft.com...
> > Hope more ppl could help me on this.
> >
> > 1.
> > I had just written a 'hello world' program and compile it. I am using
> > standard VS.Net 2003 - Pocket PC 2002 Emulator. Problem is when i am using
> > PC
> > with company network everything works fine. But in term i use the same
> > source
> > and run from notebooks with Wireless connected to Router for Broadband
> > only.
> > For the PC i can see, the Compilation will actually installing (progress
> > windows on Emulators) but for notebooks i did not see. But when i use the
> > file explorer i can see the program installed ....
> >
> > 2.
> > Then i download the Pocket PC 2003 SDK (SE) 86MB and installed to my
> > notebook including the embedded C++ 4.0 (SP3). I did see the VS.NET 2003
> > deploying the program i compile but it gives error something mentioning
> > the
> > development tools having outdated version than the Emulations needed.
> >
> > Pls Pls Pls help ..............
>
>
>

Re: Deploy VB.NET 2003 to Pocket PC 2002 & 2003 by Darren

Darren
Wed Oct 20 21:37:53 CDT 2004

SK,

Are you by chance running with XP SP2? If so, turn off the firewall
in the XP SP2 Security Center, hard reset your emulator, and give it another
try.

-Darren

"SK" <SK@discussions.microsoft.com> wrote in message
news:F1F98C09-2A71-4A19-8D23-02EFCFEF8C12@microsoft.com...
> Darren,
>
> Thanks for your help .... I had install the loopback adapter and i had
> tried using the same "hello World" program. I did see the progress bar
> running on the emulator but when it comes to launching the application i
> had
> got this message "Error while trying to run project: Unable to start
> debugging."
> "Unable to start program C:\..\..\My Documents\Visual Studio
> Projects\SmartDeviceApplication\bin\Debug\SmartDeviceApplication1.exe
>
> For the Mobile SDK for Pocket PC 2003 not working is it becoz of the MS
> loopback Adapter too ???
>
>
> "Darren Shaffer" wrote:
>
>> SK,
>>
>> In order for VS.Net to connect to the emulator, the PC it is running on
>> must
>> be on a network with an IP address. To use the emulator on a PC that
>> is *not* on a network, you must install the Microsoft Loopback Adapter.
>>
>> Instructions for installing the Loopback Adapter for WinXP and Win2000:
>>
>> http://msdn.microsoft.com/library/default.asp?url=/library/en-us/wcedebug5/html/wce50tskInstallingtheMicrosoftLoopbackAdapter.asp
>>
>>
>> -Darren
>>
>> "SK" <SK@discussions.microsoft.com> wrote in message
>> news:B7C0DC4E-6012-4D50-9286-C5A22FF8F055@microsoft.com...
>> > Hope more ppl could help me on this.
>> >
>> > 1.
>> > I had just written a 'hello world' program and compile it. I am using
>> > standard VS.Net 2003 - Pocket PC 2002 Emulator. Problem is when i am
>> > using
>> > PC
>> > with company network everything works fine. But in term i use the same
>> > source
>> > and run from notebooks with Wireless connected to Router for Broadband
>> > only.
>> > For the PC i can see, the Compilation will actually installing
>> > (progress
>> > windows on Emulators) but for notebooks i did not see. But when i use
>> > the
>> > file explorer i can see the program installed ....
>> >
>> > 2.
>> > Then i download the Pocket PC 2003 SDK (SE) 86MB and installed to my
>> > notebook including the embedded C++ 4.0 (SP3). I did see the VS.NET
>> > 2003
>> > deploying the program i compile but it gives error something mentioning
>> > the
>> > development tools having outdated version than the Emulations needed.
>> >
>> > Pls Pls Pls help ..............
>>
>>
>>



Re: Deploy VB.NET 2003 to Pocket PC 2002 & 2003 by SK

SK
Wed Oct 20 23:13:02 CDT 2004

Darren,

yes i am using XP Sp2 but already disabled the firewall ... and had reset
the emulator and also the pc
after install the loopback adaptor.. One thing i am not sure is it cause by
it.
After i install the loopback adapter i had got LAN 3(for loopback) -
Limited or no connectivity [icon with exclamation].
when i goes to the properties i saw the IP is 169.254.25.129 and subnet
255.255.0.0 ...
Is the setup correctly being done ?? or i need to specify the IP address??

Btw. i did try put a fix ip like 10.7.5.1 and subnet 255.0.0.0 and it also
not working..


"Darren Shaffer" wrote:

> SK,
>
> Are you by chance running with XP SP2? If so, turn off the firewall
> in the XP SP2 Security Center, hard reset your emulator, and give it another
> try.
>
> -Darren
>
> "SK" <SK@discussions.microsoft.com> wrote in message
> news:F1F98C09-2A71-4A19-8D23-02EFCFEF8C12@microsoft.com...
> > Darren,
> >
> > Thanks for your help .... I had install the loopback adapter and i had
> > tried using the same "hello World" program. I did see the progress bar
> > running on the emulator but when it comes to launching the application i
> > had
> > got this message "Error while trying to run project: Unable to start
> > debugging."
> > "Unable to start program C:\..\..\My Documents\Visual Studio
> > Projects\SmartDeviceApplication\bin\Debug\SmartDeviceApplication1.exe
> >
> > For the Mobile SDK for Pocket PC 2003 not working is it becoz of the MS
> > loopback Adapter too ???
> >
> >
> > "Darren Shaffer" wrote:
> >
> >> SK,
> >>
> >> In order for VS.Net to connect to the emulator, the PC it is running on
> >> must
> >> be on a network with an IP address. To use the emulator on a PC that
> >> is *not* on a network, you must install the Microsoft Loopback Adapter.
> >>
> >> Instructions for installing the Loopback Adapter for WinXP and Win2000:
> >>
> >> http://msdn.microsoft.com/library/default.asp?url=/library/en-us/wcedebug5/html/wce50tskInstallingtheMicrosoftLoopbackAdapter.asp
> >>
> >>
> >> -Darren
> >>
> >> "SK" <SK@discussions.microsoft.com> wrote in message
> >> news:B7C0DC4E-6012-4D50-9286-C5A22FF8F055@microsoft.com...
> >> > Hope more ppl could help me on this.
> >> >
> >> > 1.
> >> > I had just written a 'hello world' program and compile it. I am using
> >> > standard VS.Net 2003 - Pocket PC 2002 Emulator. Problem is when i am
> >> > using
> >> > PC
> >> > with company network everything works fine. But in term i use the same
> >> > source
> >> > and run from notebooks with Wireless connected to Router for Broadband
> >> > only.
> >> > For the PC i can see, the Compilation will actually installing
> >> > (progress
> >> > windows on Emulators) but for notebooks i did not see. But when i use
> >> > the
> >> > file explorer i can see the program installed ....
> >> >
> >> > 2.
> >> > Then i download the Pocket PC 2003 SDK (SE) 86MB and installed to my
> >> > notebook including the embedded C++ 4.0 (SP3). I did see the VS.NET
> >> > 2003
> >> > deploying the program i compile but it gives error something mentioning
> >> > the
> >> > development tools having outdated version than the Emulations needed.
> >> >
> >> > Pls Pls Pls help ..............
> >>
> >>
> >>
>
>
>