I have a VS2003 app that has a redirect if the browser is a PPC and I'm
trying to test. I also have the SDK 2003 installed.

Re: How do I start the PPC from the commandline? by Alex

Alex
Thu Mar 31 11:19:39 CST 2005

If you are talking about debugging a web app, simply run it under debugger.
It will launch IE (desktop) and then if you set your breakpoint and access
the same application from a device or an emulator, the breakpoint will be
hit

--
Alex Feinman
---
Visit http://www.opennetcf.org
"RichieRich" <RichieRich@discussions.microsoft.com> wrote in message
news:EE4033E9-54D0-44BA-A35D-8B9C7FFC7E4A@microsoft.com...
>I have a VS2003 app that has a redirect if the browser is a PPC and I'm
> trying to test. I also have the SDK 2003 installed.


Re: How do I start the PPC from the commandline? by RichieRich

RichieRich
Thu Mar 31 12:13:04 CST 2005

Ok, but how do you start the emulator that I downloaded so that I can test
the app?

"Alex Feinman [MVP]" wrote:

> If you are talking about debugging a web app, simply run it under debugger.
> It will launch IE (desktop) and then if you set your breakpoint and access
> the same application from a device or an emulator, the breakpoint will be
> hit
>
> --
> Alex Feinman
> ---
> Visit http://www.opennetcf.org
> "RichieRich" <RichieRich@discussions.microsoft.com> wrote in message
> news:EE4033E9-54D0-44BA-A35D-8B9C7FFC7E4A@microsoft.com...
> >I have a VS2003 app that has a redirect if the browser is a PPC and I'm
> > trying to test. I also have the SDK 2003 installed.
>
>

Re: How do I start the PPC from the commandline? by Alex

Alex
Thu Mar 31 13:41:05 CST 2005

If you have a version of VS2003 that supports device projects (Professional
or ENterprise), you can do it from the studio - Tools/Connect To Device and
choose your emulator

--
Alex Feinman
---
Visit http://www.opennetcf.org
"RichieRich" <RichieRich@discussions.microsoft.com> wrote in message
news:A458034F-11A3-439F-AD7D-DCEE5045968C@microsoft.com...
> Ok, but how do you start the emulator that I downloaded so that I can test
> the app?
>
> "Alex Feinman [MVP]" wrote:
>
>> If you are talking about debugging a web app, simply run it under
>> debugger.
>> It will launch IE (desktop) and then if you set your breakpoint and
>> access
>> the same application from a device or an emulator, the breakpoint will be
>> hit
>>
>> --
>> Alex Feinman
>> ---
>> Visit http://www.opennetcf.org
>> "RichieRich" <RichieRich@discussions.microsoft.com> wrote in message
>> news:EE4033E9-54D0-44BA-A35D-8B9C7FFC7E4A@microsoft.com...
>> >I have a VS2003 app that has a redirect if the browser is a PPC and I'm
>> > trying to test. I also have the SDK 2003 installed.
>>
>>


Re: How do I start the PPC from the commandline? by RichieRich

RichieRich
Thu Mar 31 13:51:04 CST 2005

Very cool! So when the emulator starts is my application running or do I
have to typ in a localhost URL at IE on the device?

"Alex Feinman [MVP]" wrote:

> If you have a version of VS2003 that supports device projects (Professional
> or ENterprise), you can do it from the studio - Tools/Connect To Device and
> choose your emulator
>
> --
> Alex Feinman
> ---
> Visit http://www.opennetcf.org
> "RichieRich" <RichieRich@discussions.microsoft.com> wrote in message
> news:A458034F-11A3-439F-AD7D-DCEE5045968C@microsoft.com...
> > Ok, but how do you start the emulator that I downloaded so that I can test
> > the app?
> >
> > "Alex Feinman [MVP]" wrote:
> >
> >> If you are talking about debugging a web app, simply run it under
> >> debugger.
> >> It will launch IE (desktop) and then if you set your breakpoint and
> >> access
> >> the same application from a device or an emulator, the breakpoint will be
> >> hit
> >>
> >> --
> >> Alex Feinman
> >> ---
> >> Visit http://www.opennetcf.org
> >> "RichieRich" <RichieRich@discussions.microsoft.com> wrote in message
> >> news:EE4033E9-54D0-44BA-A35D-8B9C7FFC7E4A@microsoft.com...
> >> >I have a VS2003 app that has a redirect if the browser is a PPC and I'm
> >> > trying to test. I also have the SDK 2003 installed.
> >>
> >>
>
>

Re: How do I start the PPC from the commandline? by Alex

Alex
Thu Mar 31 15:05:15 CST 2005

Definitely not localhost. Localhost on the device or the emulator refers to
the device or emulator. YOu will need to open PIE manuallly and type in the
url using your PC IP address

--
Alex Feinman
---
Visit http://www.opennetcf.org
"RichieRich" <RichieRich@discussions.microsoft.com> wrote in message
news:68379018-7661-433F-95E6-651CAD87E894@microsoft.com...
> Very cool! So when the emulator starts is my application running or do I
> have to typ in a localhost URL at IE on the device?
>
> "Alex Feinman [MVP]" wrote:
>
>> If you have a version of VS2003 that supports device projects
>> (Professional
>> or ENterprise), you can do it from the studio - Tools/Connect To Device
>> and
>> choose your emulator
>>
>> --
>> Alex Feinman
>> ---
>> Visit http://www.opennetcf.org
>> "RichieRich" <RichieRich@discussions.microsoft.com> wrote in message
>> news:A458034F-11A3-439F-AD7D-DCEE5045968C@microsoft.com...
>> > Ok, but how do you start the emulator that I downloaded so that I can
>> > test
>> > the app?
>> >
>> > "Alex Feinman [MVP]" wrote:
>> >
>> >> If you are talking about debugging a web app, simply run it under
>> >> debugger.
>> >> It will launch IE (desktop) and then if you set your breakpoint and
>> >> access
>> >> the same application from a device or an emulator, the breakpoint will
>> >> be
>> >> hit
>> >>
>> >> --
>> >> Alex Feinman
>> >> ---
>> >> Visit http://www.opennetcf.org
>> >> "RichieRich" <RichieRich@discussions.microsoft.com> wrote in message
>> >> news:EE4033E9-54D0-44BA-A35D-8B9C7FFC7E4A@microsoft.com...
>> >> >I have a VS2003 app that has a redirect if the browser is a PPC and
>> >> >I'm
>> >> > trying to test. I also have the SDK 2003 installed.
>> >>
>> >>
>>
>>


Re: How do I start the PPC from the commandline? by RichieRich

RichieRich
Thu Mar 31 16:51:03 CST 2005

Thanks! You've been a great help for someone just starting out.

"Alex Feinman [MVP]" wrote:

> Definitely not localhost. Localhost on the device or the emulator refers to
> the device or emulator. YOu will need to open PIE manuallly and type in the
> url using your PC IP address
>
> --
> Alex Feinman
> ---
> Visit http://www.opennetcf.org
> "RichieRich" <RichieRich@discussions.microsoft.com> wrote in message
> news:68379018-7661-433F-95E6-651CAD87E894@microsoft.com...
> > Very cool! So when the emulator starts is my application running or do I
> > have to typ in a localhost URL at IE on the device?
> >
> > "Alex Feinman [MVP]" wrote:
> >
> >> If you have a version of VS2003 that supports device projects
> >> (Professional
> >> or ENterprise), you can do it from the studio - Tools/Connect To Device
> >> and
> >> choose your emulator
> >>
> >> --
> >> Alex Feinman
> >> ---
> >> Visit http://www.opennetcf.org
> >> "RichieRich" <RichieRich@discussions.microsoft.com> wrote in message
> >> news:A458034F-11A3-439F-AD7D-DCEE5045968C@microsoft.com...
> >> > Ok, but how do you start the emulator that I downloaded so that I can
> >> > test
> >> > the app?
> >> >
> >> > "Alex Feinman [MVP]" wrote:
> >> >
> >> >> If you are talking about debugging a web app, simply run it under
> >> >> debugger.
> >> >> It will launch IE (desktop) and then if you set your breakpoint and
> >> >> access
> >> >> the same application from a device or an emulator, the breakpoint will
> >> >> be
> >> >> hit
> >> >>
> >> >> --
> >> >> Alex Feinman
> >> >> ---
> >> >> Visit http://www.opennetcf.org
> >> >> "RichieRich" <RichieRich@discussions.microsoft.com> wrote in message
> >> >> news:EE4033E9-54D0-44BA-A35D-8B9C7FFC7E4A@microsoft.com...
> >> >> >I have a VS2003 app that has a redirect if the browser is a PPC and
> >> >> >I'm
> >> >> > trying to test. I also have the SDK 2003 installed.
> >> >>
> >> >>
> >>
> >>
>
>

RE: How do I start the PPC from the commandline? by RigoF

RigoF
Fri May 20 16:16:04 CDT 2005

Richie,

I ran accross your google thread and I was wondering if you could share how
you determine if the browser is a PPC? I am also developing in VS2003.


"RichieRich" wrote:

> I have a VS2003 app that has a redirect if the browser is a PPC and I'm
> trying to test. I also have the SDK 2003 installed.