I'm having lots of problems trying to connect to a CE 6.0 device using
the remote tools like registry viewer. The device is connected via
Ethernet and debugging via Visual Studio 2005 works fine. I haven't
been able to resolve it, after doing/checking the following:

- made sure KITL enabled build setting is on and all the KITL settings
in the connectivity options are checked.

-Tried debug and release builds

- I am trying to use KITL Tranpsort as transport and CESH as startup
server - I get the error "Unable to load device side components. Please
check server configuration settings". These settings worked fine under
CE 5.0 platform builder (and still does).

- tried running both the CE 5.0 and CE 6.0 versions of the remote tools
directly by launching the .exe's without success.

- I have tried all other remote connection methods/combos
(KITL/CESH/MANUAL) without success.

What should I check I should have component-wise in my build to get
this working - as far as I can tell, my build has the same components
as my CE 5.0 version.

Re: Windows CE 6.0 remote tools broken? by Naveen

Naveen
Mon Nov 27 03:21:42 CST 2006


Hi alext,

I am not sure whether this will work. but it worked fine for me...

Go to tools ... Click Device Emulator Manager.. Find out your device in
the list.. Connect to your device ( right click option).. IF device is
connected a green icon will be seen.. Now Right click and say cradle..
once this process finishes you will be able to see the remote reg
editor and use them.

Transport and start up server is both Microsoft Active Sync....

alext@idxonline.com wrote:
> I'm having lots of problems trying to connect to a CE 6.0 device using
> the remote tools like registry viewer. The device is connected via
> Ethernet and debugging via Visual Studio 2005 works fine. I haven't
> been able to resolve it, after doing/checking the following:
>
> - made sure KITL enabled build setting is on and all the KITL settings
> in the connectivity options are checked.
>
> -Tried debug and release builds
>
> - I am trying to use KITL Tranpsort as transport and CESH as startup
> server - I get the error "Unable to load device side components. Please
> check server configuration settings". These settings worked fine under
> CE 5.0 platform builder (and still does).
>
> - tried running both the CE 5.0 and CE 6.0 versions of the remote tools
> directly by launching the .exe's without success.
>
> - I have tried all other remote connection methods/combos
> (KITL/CESH/MANUAL) without success.
>
> What should I check I should have component-wise in my build to get
> this working - as far as I can tell, my build has the same components
> as my CE 5.0 version.


Re: Windows CE 6.0 remote tools broken? by alext

alext
Mon Nov 27 05:20:27 CST 2006

Thanks for your reply Naveen.

Unfortunately I am not using Activesync so the Device Emulator Manager
doesn't behave the same way :(

Naveen wrote:
> Hi alext,
>
> I am not sure whether this will work. but it worked fine for me...
>
> Go to tools ... Click Device Emulator Manager.. Find out your device in
> the list.. Connect to your device ( right click option).. IF device is
> connected a green icon will be seen.. Now Right click and say cradle..
> once this process finishes you will be able to see the remote reg
> editor and use them.
>
> Transport and start up server is both Microsoft Active Sync....
>
> alext@idxonline.com wrote:
> > I'm having lots of problems trying to connect to a CE 6.0 device using
> > the remote tools like registry viewer. The device is connected via
> > Ethernet and debugging via Visual Studio 2005 works fine. I haven't
> > been able to resolve it, after doing/checking the following:
> >
> > - made sure KITL enabled build setting is on and all the KITL settings
> > in the connectivity options are checked.
> >
> > -Tried debug and release builds
> >
> > - I am trying to use KITL Tranpsort as transport and CESH as startup
> > server - I get the error "Unable to load device side components. Please
> > check server configuration settings". These settings worked fine under
> > CE 5.0 platform builder (and still does).
> >
> > - tried running both the CE 5.0 and CE 6.0 versions of the remote tools
> > directly by launching the .exe's without success.
> >
> > - I have tried all other remote connection methods/combos
> > (KITL/CESH/MANUAL) without success.
> >
> > What should I check I should have component-wise in my build to get
> > this working - as far as I can tell, my build has the same components
> > as my CE 5.0 version.


Re: Windows CE 6.0 remote tools broken? by Yan

Yan
Mon Nov 27 16:43:58 CST 2006

Alex,

It seems you have two version of CE (5.0, and 6.0) on your machine. It could
cause mis-match on corecon connetion. Can you take a try on following steps
to see if that works for you:

1.. Copy c:\Program Files\Common Files\Microsoft
Shared\corecon\1.0\Target\wce400\%_TGTCPU%\* to the release dir
2.. Copy c:\Program Files\Windows CE Platform
Builder\5.00\CORECON\TARGET\%_TGTCPU%\tlkitlc.dll to the release dir (Or, in
CE6, c:\Program Files\Microsoft Platform
Builder\6.00\CORECON\TARGET\%_TGTCPU%\tlkitlc.dll)
3.. Boot the CEPC image inside PB
4.. Open a VS remote tool through Start Menu -> VS2005 -> Remote Tools and
connect.


<alext@idxonline.com> wrote in message
news:1164607235.794720.249170@14g2000cws.googlegroups.com...
> I'm having lots of problems trying to connect to a CE 6.0 device using
> the remote tools like registry viewer. The device is connected via
> Ethernet and debugging via Visual Studio 2005 works fine. I haven't
> been able to resolve it, after doing/checking the following:
>
> - made sure KITL enabled build setting is on and all the KITL settings
> in the connectivity options are checked.
>
> -Tried debug and release builds
>
> - I am trying to use KITL Tranpsort as transport and CESH as startup
> server - I get the error "Unable to load device side components. Please
> check server configuration settings". These settings worked fine under
> CE 5.0 platform builder (and still does).
>
> - tried running both the CE 5.0 and CE 6.0 versions of the remote tools
> directly by launching the .exe's without success.
>
> - I have tried all other remote connection methods/combos
> (KITL/CESH/MANUAL) without success.
>
> What should I check I should have component-wise in my build to get
> this working - as far as I can tell, my build has the same components
> as my CE 5.0 version.
>



Re: Windows CE 6.0 remote tools broken? by alext

alext
Mon Nov 27 23:00:05 CST 2006

Yan,

I tried the following:

1) Copied files as in 1.. of your suggestion
2) Tried an image with 2.. of your suggestion for connection using CE 5
tools - still get the same error
3) Tried an image with 3.. of your suggestion using CE 6.0 tools - if I
use the TCP/Activesync connection combination as with the CE 5 device
template for example, I get a "Device not Ready" error. If I try use
the CE device template using KITL, I get an "unspecified error".

Are the files you have specified all the ones I need for connection
purposes. Anything else I should check in terms of connection settings?

Yan Sun [MSFT] wrote:
> Alex,
>
> It seems you have two version of CE (5.0, and 6.0) on your machine. It could
> cause mis-match on corecon connetion. Can you take a try on following steps
> to see if that works for you:
>
> 1.. Copy c:\Program Files\Common Files\Microsoft
> Shared\corecon\1.0\Target\wce400\%_TGTCPU%\* to the release dir
> 2.. Copy c:\Program Files\Windows CE Platform
> Builder\5.00\CORECON\TARGET\%_TGTCPU%\tlkitlc.dll to the release dir (Or, in
> CE6, c:\Program Files\Microsoft Platform
> Builder\6.00\CORECON\TARGET\%_TGTCPU%\tlkitlc.dll)
> 3.. Boot the CEPC image inside PB
> 4.. Open a VS remote tool through Start Menu -> VS2005 -> Remote Tools and
> connect.
>
>
> <alext@idxonline.com> wrote in message
> news:1164607235.794720.249170@14g2000cws.googlegroups.com...
> > I'm having lots of problems trying to connect to a CE 6.0 device using
> > the remote tools like registry viewer. The device is connected via
> > Ethernet and debugging via Visual Studio 2005 works fine. I haven't
> > been able to resolve it, after doing/checking the following:
> >
> > - made sure KITL enabled build setting is on and all the KITL settings
> > in the connectivity options are checked.
> >
> > -Tried debug and release builds
> >
> > - I am trying to use KITL Tranpsort as transport and CESH as startup
> > server - I get the error "Unable to load device side components. Please
> > check server configuration settings". These settings worked fine under
> > CE 5.0 platform builder (and still does).
> >
> > - tried running both the CE 5.0 and CE 6.0 versions of the remote tools
> > directly by launching the .exe's without success.
> >
> > - I have tried all other remote connection methods/combos
> > (KITL/CESH/MANUAL) without success.
> >
> > What should I check I should have component-wise in my build to get
> > this working - as far as I can tell, my build has the same components
> > as my CE 5.0 version.
> >


Re: Windows CE 6.0 remote tools broken? by Javier

Javier
Wed Nov 29 14:37:08 CST 2006

Hi ALex,
1)are you trying to connect without activesync like it is described here
http://msdn2.microsoft.com/en-us/library/ms228708(VS.80).aspx ?

2)are you unsing the files
-Clientshutdown.exe
-ConmanClient2.exe
-CMaccept.exe
-eDbgTL.dll
-TcpConnectionA.dll

found here
C:\Program Files\Common Files\Microsoft
Shared\CoreCon\1.0\Target\wce400\armv4i (depends of hardware)

3) or are you unsing the files
-Clientshutdown.exe
-ConmanClient2.exe
-tlkitlc.dll

found here
D:\Program Files\Windows CE Platform Builder\5.00\CORECON\TARGET\ARMV4I
(depends of hardware)

Regards
Javier

On Mon, 27 Nov 2006 12:20:27 +0100, <alext@idxonline.com> wrote:

> Thanks for your reply Naveen.
>
> Unfortunately I am not using Activesync so the Device Emulator Manager
> doesn't behave the same way :(
>
> Naveen wrote:
>> Hi alext,
>>
>> I am not sure whether this will work. but it worked fine for me...
>>
>> Go to tools ... Click Device Emulator Manager.. Find out your device in
>> the list.. Connect to your device ( right click option).. IF device is
>> connected a green icon will be seen.. Now Right click and say cradle..
>> once this process finishes you will be able to see the remote reg
>> editor and use them.
>>
>> Transport and start up server is both Microsoft Active Sync....
>>
>> alext@idxonline.com wrote:
>> > I'm having lots of problems trying to connect to a CE 6.0 device using
>> > the remote tools like registry viewer. The device is connected via
>> > Ethernet and debugging via Visual Studio 2005 works fine. I haven't
>> > been able to resolve it, after doing/checking the following:
>> >
>> > - made sure KITL enabled build setting is on and all the KITL settings
>> > in the connectivity options are checked.
>> >
>> > -Tried debug and release builds
>> >
>> > - I am trying to use KITL Tranpsort as transport and CESH as startup
>> > server - I get the error "Unable to load device side components.
>> Please
>> > check server configuration settings". These settings worked fine under
>> > CE 5.0 platform builder (and still does).
>> >
>> > - tried running both the CE 5.0 and CE 6.0 versions of the remote
>> tools
>> > directly by launching the .exe's without success.
>> >
>> > - I have tried all other remote connection methods/combos
>> > (KITL/CESH/MANUAL) without success.
>> >
>> > What should I check I should have component-wise in my build to get
>> > this working - as far as I can tell, my build has the same components
>> > as my CE 5.0 version.
>



--
Javier Grijalba
www.positivesystems.com
Touch Panel PC systems
JGrijalba at Positivesystems dot com

Re: Windows CE 6.0 remote tools broken? by Yan

Yan
Mon Dec 04 14:35:22 CST 2006

Alex,

Sorry for the late reply!
For 3), It seems the device connection setting is not right. Can you clean
up "C:\Documents and Settings\Your Name\Local Settings\Application
Data\Microsoft\CoreCon\1.0"(make a copy at your local) and try to reset your
connection setting? Thats what I did before.

<alext@idxonline.com> wrote in message
news:1164690004.940912.301090@j44g2000cwa.googlegroups.com...
> Yan,
>
> I tried the following:
>
> 1) Copied files as in 1.. of your suggestion
> 2) Tried an image with 2.. of your suggestion for connection using CE 5
> tools - still get the same error
> 3) Tried an image with 3.. of your suggestion using CE 6.0 tools - if I
> use the TCP/Activesync connection combination as with the CE 5 device
> template for example, I get a "Device not Ready" error. If I try use
> the CE device template using KITL, I get an "unspecified error".
>
> Are the files you have specified all the ones I need for connection
> purposes. Anything else I should check in terms of connection settings?
>
> Yan Sun [MSFT] wrote:
>> Alex,
>>
>> It seems you have two version of CE (5.0, and 6.0) on your machine. It
>> could
>> cause mis-match on corecon connetion. Can you take a try on following
>> steps
>> to see if that works for you:
>>
>> 1.. Copy c:\Program Files\Common Files\Microsoft
>> Shared\corecon\1.0\Target\wce400\%_TGTCPU%\* to the release dir
>> 2.. Copy c:\Program Files\Windows CE Platform
>> Builder\5.00\CORECON\TARGET\%_TGTCPU%\tlkitlc.dll to the release dir (Or,
>> in
>> CE6, c:\Program Files\Microsoft Platform
>> Builder\6.00\CORECON\TARGET\%_TGTCPU%\tlkitlc.dll)
>> 3.. Boot the CEPC image inside PB
>> 4.. Open a VS remote tool through Start Menu -> VS2005 -> Remote Tools
>> and
>> connect.
>>
>>
>> <alext@idxonline.com> wrote in message
>> news:1164607235.794720.249170@14g2000cws.googlegroups.com...
>> > I'm having lots of problems trying to connect to a CE 6.0 device using
>> > the remote tools like registry viewer. The device is connected via
>> > Ethernet and debugging via Visual Studio 2005 works fine. I haven't
>> > been able to resolve it, after doing/checking the following:
>> >
>> > - made sure KITL enabled build setting is on and all the KITL settings
>> > in the connectivity options are checked.
>> >
>> > -Tried debug and release builds
>> >
>> > - I am trying to use KITL Tranpsort as transport and CESH as startup
>> > server - I get the error "Unable to load device side components. Please
>> > check server configuration settings". These settings worked fine under
>> > CE 5.0 platform builder (and still does).
>> >
>> > - tried running both the CE 5.0 and CE 6.0 versions of the remote tools
>> > directly by launching the .exe's without success.
>> >
>> > - I have tried all other remote connection methods/combos
>> > (KITL/CESH/MANUAL) without success.
>> >
>> > What should I check I should have component-wise in my build to get
>> > this working - as far as I can tell, my build has the same components
>> > as my CE 5.0 version.
>> >
>



RE: Windows CE 6.0 remote tools broken? by B-Dawg

B-Dawg
Tue Feb 13 15:31:01 CST 2007


Hi, Sorry this is a slightly different question but I can't find any way to
start a new message thread.... (I even clicked on something that said new
thread but nothing happened - firefox issue perhaps?)

I have an ARM board with a Cirrus EDB9302 processor. I have downloaded
their BSP for platform builder 6.0 and it compiles fine (in VS2005 with
platform builder 6.0) )and provides the correct output files etc. In the
project properties I enable KTL and the kernel debugger and I also select
debug mode as opposed to release for the build type. Everything seems to
build fine - no errors etc. I can install the generated eboot loader onto
the board through an application that came from Cirrus.

My problem is that under the target/connectivity options menu it does not
show any options for download/transport/debugger. It just has "None" in all
three boxes. I know I should get an option for ethernet in transport at
least along with some other options. What has gone wrong here? Is it
because this is the evaluation platform builder? I am running Visual Studio
2005 professional edition. Do I need to uninstall Active Sync perhaps? I've
already tried shutting it down and running multiple instances of VS2005.
There must be a setting I have missed somewhere.

Anyones help would be much appreciated.

Thank you


"alext@idxonline.com" wrote:

> I'm having lots of problems trying to connect to a CE 6.0 device using
> the remote tools like registry viewer. The device is connected via
> Ethernet and debugging via Visual Studio 2005 works fine. I haven't
> been able to resolve it, after doing/checking the following:
>
> - made sure KITL enabled build setting is on and all the KITL settings
> in the connectivity options are checked.
>
> -Tried debug and release builds
>
> - I am trying to use KITL Tranpsort as transport and CESH as startup
> server - I get the error "Unable to load device side components. Please
> check server configuration settings". These settings worked fine under
> CE 5.0 platform builder (and still does).
>
> - tried running both the CE 5.0 and CE 6.0 versions of the remote tools
> directly by launching the .exe's without success.
>
> - I have tried all other remote connection methods/combos
> (KITL/CESH/MANUAL) without success.
>
> What should I check I should have component-wise in my build to get
> this working - as far as I can tell, my build has the same components
> as my CE 5.0 version.
>
>

Re: Windows CE 6.0 remote tools broken? by Gary

Gary
Wed Feb 14 16:00:04 CST 2007

Hi B-Dawg,
The eval of CE6 (until it expires) is equivalent to the full version, except
for licensing....

VS2005 pro is what I'm using with CE6.

I'm using outlook express for the newsgroup and I have a button "New Post"
to start a new thread.

Have you included corecon in your platform? It's my understanding that
corecon replaces platform manager in CE6 as the mechanism for KITL to
operate.

Regards,
Gary

"B-Dawg" <B-Dawg@discussions.microsoft.com> wrote in message
news:5BAC8FB9-69BE-42A3-90B4-8AE1FB5FBBB2@microsoft.com...
>
> Hi, Sorry this is a slightly different question but I can't find any way
> to
> start a new message thread.... (I even clicked on something that said new
> thread but nothing happened - firefox issue perhaps?)
>
> I have an ARM board with a Cirrus EDB9302 processor. I have downloaded
> their BSP for platform builder 6.0 and it compiles fine (in VS2005 with
> platform builder 6.0) )and provides the correct output files etc. In the
> project properties I enable KTL and the kernel debugger and I also select
> debug mode as opposed to release for the build type. Everything seems to
> build fine - no errors etc. I can install the generated eboot loader onto
> the board through an application that came from Cirrus.
>
> My problem is that under the target/connectivity options menu it does not
> show any options for download/transport/debugger. It just has "None" in
> all
> three boxes. I know I should get an option for ethernet in transport at
> least along with some other options. What has gone wrong here? Is it
> because this is the evaluation platform builder? I am running Visual
> Studio
> 2005 professional edition. Do I need to uninstall Active Sync perhaps?
> I've
> already tried shutting it down and running multiple instances of VS2005.
> There must be a setting I have missed somewhere.
>
> Anyones help would be much appreciated.
>
> Thank you
>
>
> "alext@idxonline.com" wrote:
>
>> I'm having lots of problems trying to connect to a CE 6.0 device using
>> the remote tools like registry viewer. The device is connected via
>> Ethernet and debugging via Visual Studio 2005 works fine. I haven't
>> been able to resolve it, after doing/checking the following:
>>
>> - made sure KITL enabled build setting is on and all the KITL settings
>> in the connectivity options are checked.
>>
>> -Tried debug and release builds
>>
>> - I am trying to use KITL Tranpsort as transport and CESH as startup
>> server - I get the error "Unable to load device side components. Please
>> check server configuration settings". These settings worked fine under
>> CE 5.0 platform builder (and still does).
>>
>> - tried running both the CE 5.0 and CE 6.0 versions of the remote tools
>> directly by launching the .exe's without success.
>>
>> - I have tried all other remote connection methods/combos
>> (KITL/CESH/MANUAL) without success.
>>
>> What should I check I should have component-wise in my build to get
>> this working - as far as I can tell, my build has the same components
>> as my CE 5.0 version.
>>
>>



Re: Windows CE 6.0 remote tools broken? by Dean

Dean
Thu Feb 15 11:28:13 CST 2007

Kitl is its own transport, it has nothing to do with Platman/Corecon. This
should have just worked, it sounds like something is corrupted in your
install. Try deleting all the named devices, then create a new one (or use
the default).

If you build a reference BSP that comes with the kit, are your connectivity
options ok?

--
Dean Ramsier - eMVP
BSQUARE Corporation


"Gary Swalling" <garret.swalling@spansion.com.nospam> wrote in message
news:eXNbPMIUHHA.4832@TK2MSFTNGP04.phx.gbl...
> Hi B-Dawg,
> The eval of CE6 (until it expires) is equivalent to the full version,
> except for licensing....
>
> VS2005 pro is what I'm using with CE6.
>
> I'm using outlook express for the newsgroup and I have a button "New Post"
> to start a new thread.
>
> Have you included corecon in your platform? It's my understanding that
> corecon replaces platform manager in CE6 as the mechanism for KITL to
> operate.
>
> Regards,
> Gary
>
> "B-Dawg" <B-Dawg@discussions.microsoft.com> wrote in message
> news:5BAC8FB9-69BE-42A3-90B4-8AE1FB5FBBB2@microsoft.com...
>>
>> Hi, Sorry this is a slightly different question but I can't find any way
>> to
>> start a new message thread.... (I even clicked on something that said new
>> thread but nothing happened - firefox issue perhaps?)
>>
>> I have an ARM board with a Cirrus EDB9302 processor. I have downloaded
>> their BSP for platform builder 6.0 and it compiles fine (in VS2005 with
>> platform builder 6.0) )and provides the correct output files etc. In the
>> project properties I enable KTL and the kernel debugger and I also select
>> debug mode as opposed to release for the build type. Everything seems to
>> build fine - no errors etc. I can install the generated eboot loader
>> onto
>> the board through an application that came from Cirrus.
>>
>> My problem is that under the target/connectivity options menu it does not
>> show any options for download/transport/debugger. It just has "None" in
>> all
>> three boxes. I know I should get an option for ethernet in transport at
>> least along with some other options. What has gone wrong here? Is it
>> because this is the evaluation platform builder? I am running Visual
>> Studio
>> 2005 professional edition. Do I need to uninstall Active Sync perhaps?
>> I've
>> already tried shutting it down and running multiple instances of VS2005.
>> There must be a setting I have missed somewhere.
>>
>> Anyones help would be much appreciated.
>>
>> Thank you
>>
>>
>> "alext@idxonline.com" wrote:
>>
>>> I'm having lots of problems trying to connect to a CE 6.0 device using
>>> the remote tools like registry viewer. The device is connected via
>>> Ethernet and debugging via Visual Studio 2005 works fine. I haven't
>>> been able to resolve it, after doing/checking the following:
>>>
>>> - made sure KITL enabled build setting is on and all the KITL settings
>>> in the connectivity options are checked.
>>>
>>> -Tried debug and release builds
>>>
>>> - I am trying to use KITL Tranpsort as transport and CESH as startup
>>> server - I get the error "Unable to load device side components. Please
>>> check server configuration settings". These settings worked fine under
>>> CE 5.0 platform builder (and still does).
>>>
>>> - tried running both the CE 5.0 and CE 6.0 versions of the remote tools
>>> directly by launching the .exe's without success.
>>>
>>> - I have tried all other remote connection methods/combos
>>> (KITL/CESH/MANUAL) without success.
>>>
>>> What should I check I should have component-wise in my build to get
>>> this working - as far as I can tell, my build has the same components
>>> as my CE 5.0 version.
>>>
>>>
>
>



Re: Windows CE 6.0 remote tools broken? by Gary

Gary
Thu Feb 15 14:09:26 CST 2007

Hi Dean,
So KITL is the transport used by the debugger, and on top of that
platman/corecon is used by the remote tools and CETK. Is that right?

Thanks,
Gary

"Dean Ramsier" <ramsiernospam@nospam.com> wrote in message
news:%23nANLZSUHHA.4404@TK2MSFTNGP03.phx.gbl...
> Kitl is its own transport, it has nothing to do with Platman/Corecon.
> This should have just worked, it sounds like something is corrupted in
> your install. Try deleting all the named devices, then create a new one
> (or use the default).
>
> If you build a reference BSP that comes with the kit, are your
> connectivity options ok?
>
> --
> Dean Ramsier - eMVP
> BSQUARE Corporation
>
>
> "Gary Swalling" <garret.swalling@spansion.com.nospam> wrote in message
> news:eXNbPMIUHHA.4832@TK2MSFTNGP04.phx.gbl...
>> Hi B-Dawg,
>> The eval of CE6 (until it expires) is equivalent to the full version,
>> except for licensing....
>>
>> VS2005 pro is what I'm using with CE6.
>>
>> I'm using outlook express for the newsgroup and I have a button "New
>> Post" to start a new thread.
>>
>> Have you included corecon in your platform? It's my understanding that
>> corecon replaces platform manager in CE6 as the mechanism for KITL to
>> operate.
>>
>> Regards,
>> Gary
>>
>> "B-Dawg" <B-Dawg@discussions.microsoft.com> wrote in message
>> news:5BAC8FB9-69BE-42A3-90B4-8AE1FB5FBBB2@microsoft.com...
>>>
>>> Hi, Sorry this is a slightly different question but I can't find any way
>>> to
>>> start a new message thread.... (I even clicked on something that said
>>> new
>>> thread but nothing happened - firefox issue perhaps?)
>>>
>>> I have an ARM board with a Cirrus EDB9302 processor. I have downloaded
>>> their BSP for platform builder 6.0 and it compiles fine (in VS2005 with
>>> platform builder 6.0) )and provides the correct output files etc. In
>>> the
>>> project properties I enable KTL and the kernel debugger and I also
>>> select
>>> debug mode as opposed to release for the build type. Everything seems
>>> to
>>> build fine - no errors etc. I can install the generated eboot loader
>>> onto
>>> the board through an application that came from Cirrus.
>>>
>>> My problem is that under the target/connectivity options menu it does
>>> not
>>> show any options for download/transport/debugger. It just has "None" in
>>> all
>>> three boxes. I know I should get an option for ethernet in transport at
>>> least along with some other options. What has gone wrong here? Is it
>>> because this is the evaluation platform builder? I am running Visual
>>> Studio
>>> 2005 professional edition. Do I need to uninstall Active Sync perhaps?
>>> I've
>>> already tried shutting it down and running multiple instances of VS2005.
>>> There must be a setting I have missed somewhere.
>>>
>>> Anyones help would be much appreciated.
>>>
>>> Thank you
>>>
>>>
>>> "alext@idxonline.com" wrote:
>>>
>>>> I'm having lots of problems trying to connect to a CE 6.0 device using
>>>> the remote tools like registry viewer. The device is connected via
>>>> Ethernet and debugging via Visual Studio 2005 works fine. I haven't
>>>> been able to resolve it, after doing/checking the following:
>>>>
>>>> - made sure KITL enabled build setting is on and all the KITL settings
>>>> in the connectivity options are checked.
>>>>
>>>> -Tried debug and release builds
>>>>
>>>> - I am trying to use KITL Tranpsort as transport and CESH as startup
>>>> server - I get the error "Unable to load device side components. Please
>>>> check server configuration settings". These settings worked fine under
>>>> CE 5.0 platform builder (and still does).
>>>>
>>>> - tried running both the CE 5.0 and CE 6.0 versions of the remote tools
>>>> directly by launching the .exe's without success.
>>>>
>>>> - I have tried all other remote connection methods/combos
>>>> (KITL/CESH/MANUAL) without success.
>>>>
>>>> What should I check I should have component-wise in my build to get
>>>> this working - as far as I can tell, my build has the same components
>>>> as my CE 5.0 version.
>>>>
>>>>
>>
>>
>
>



Re: Windows CE 6.0 remote tools broken? by BDawg

BDawg
Thu Feb 15 15:38:05 CST 2007

Hi Dean, Gary

Thanks for your replies - much appreciated.

I am out of town at the moment Gary so I cannot verify that I have included
corecon in the build so I will need to do that and get back to you.

In response to Dean I am building the standard Cirrus EDB9302 BSP (no mods)
it does not give me any options in the target/connectivity options menu but I
think it should because in the readme doc that comes with it it says that
after the build and the download of the bootloader I should then connect to
the device using VS2005 and download the nk.nb0 (I think they even give
pictures of the target/connectivity options menu showing the options I should
have but don't). This would be silly of them if they hadn't given me a build
that would be able to do that (ie missing corecon if Gary is right).

I haven't tried deleting all the named devices but I have tried creating my
own new ones - but still the same effect - "None" is the only option in all
the drop down boxes which is the case with the default "CE Device" which I
presume is the one I should be using.

What are you thoughts on Active Sync (on my PC) perhaps interferring in this
process? Seems unlikely to me. I have been using it to connect to a PDA to
develop some code recently.

I think it might be time for a reinstall of platform builder and/or VS2005
after checking the corecon thing...

Cheers,
Bevan

"Dean Ramsier" wrote:

> Kitl is its own transport, it has nothing to do with Platman/Corecon. This
> should have just worked, it sounds like something is corrupted in your
> install. Try deleting all the named devices, then create a new one (or use
> the default).
>
> If you build a reference BSP that comes with the kit, are your connectivity
> options ok?
>
> --
> Dean Ramsier - eMVP
> BSQUARE Corporation
>
>
> "Gary Swalling" <garret.swalling@spansion.com.nospam> wrote in message
> news:eXNbPMIUHHA.4832@TK2MSFTNGP04.phx.gbl...
> > Hi B-Dawg,
> > The eval of CE6 (until it expires) is equivalent to the full version,
> > except for licensing....
> >
> > VS2005 pro is what I'm using with CE6.
> >
> > I'm using outlook express for the newsgroup and I have a button "New Post"
> > to start a new thread.
> >
> > Have you included corecon in your platform? It's my understanding that
> > corecon replaces platform manager in CE6 as the mechanism for KITL to
> > operate.
> >
> > Regards,
> > Gary
> >
> > "B-Dawg" <B-Dawg@discussions.microsoft.com> wrote in message
> > news:5BAC8FB9-69BE-42A3-90B4-8AE1FB5FBBB2@microsoft.com...
> >>
> >> Hi, Sorry this is a slightly different question but I can't find any way
> >> to
> >> start a new message thread.... (I even clicked on something that said new
> >> thread but nothing happened - firefox issue perhaps?)
> >>
> >> I have an ARM board with a Cirrus EDB9302 processor. I have downloaded
> >> their BSP for platform builder 6.0 and it compiles fine (in VS2005 with
> >> platform builder 6.0) )and provides the correct output files etc. In the
> >> project properties I enable KTL and the kernel debugger and I also select
> >> debug mode as opposed to release for the build type. Everything seems to
> >> build fine - no errors etc. I can install the generated eboot loader
> >> onto
> >> the board through an application that came from Cirrus.
> >>
> >> My problem is that under the target/connectivity options menu it does not
> >> show any options for download/transport/debugger. It just has "None" in
> >> all
> >> three boxes. I know I should get an option for ethernet in transport at
> >> least along with some other options. What has gone wrong here? Is it
> >> because this is the evaluation platform builder? I am running Visual
> >> Studio
> >> 2005 professional edition. Do I need to uninstall Active Sync perhaps?
> >> I've
> >> already tried shutting it down and running multiple instances of VS2005.
> >> There must be a setting I have missed somewhere.
> >>
> >> Anyones help would be much appreciated.
> >>
> >> Thank you
> >>
> >>
> >> "alext@idxonline.com" wrote:
> >>
> >>> I'm having lots of problems trying to connect to a CE 6.0 device using
> >>> the remote tools like registry viewer. The device is connected via
> >>> Ethernet and debugging via Visual Studio 2005 works fine. I haven't
> >>> been able to resolve it, after doing/checking the following:
> >>>
> >>> - made sure KITL enabled build setting is on and all the KITL settings
> >>> in the connectivity options are checked.
> >>>
> >>> -Tried debug and release builds
> >>>
> >>> - I am trying to use KITL Tranpsort as transport and CESH as startup
> >>> server - I get the error "Unable to load device side components. Please
> >>> check server configuration settings". These settings worked fine under
> >>> CE 5.0 platform builder (and still does).
> >>>
> >>> - tried running both the CE 5.0 and CE 6.0 versions of the remote tools
> >>> directly by launching the .exe's without success.
> >>>
> >>> - I have tried all other remote connection methods/combos
> >>> (KITL/CESH/MANUAL) without success.
> >>>
> >>> What should I check I should have component-wise in my build to get
> >>> this working - as far as I can tell, my build has the same components
> >>> as my CE 5.0 version.
> >>>
> >>>
> >
> >
>
>
>

Re: Windows CE 6.0 remote tools broken? by BDawg

BDawg
Thu Feb 15 15:40:20 CST 2007

Hi Gary,

I appreciate your help. Check my response to Dean if you want. I will
check corecon over the weekend and get back to you.

Cheers,
Bevan

"Gary Swalling" wrote:

> Hi Dean,
> So KITL is the transport used by the debugger, and on top of that
> platman/corecon is used by the remote tools and CETK. Is that right?
>
> Thanks,
> Gary
>
> "Dean Ramsier" <ramsiernospam@nospam.com> wrote in message
> news:%23nANLZSUHHA.4404@TK2MSFTNGP03.phx.gbl...
> > Kitl is its own transport, it has nothing to do with Platman/Corecon.
> > This should have just worked, it sounds like something is corrupted in
> > your install. Try deleting all the named devices, then create a new one
> > (or use the default).
> >
> > If you build a reference BSP that comes with the kit, are your
> > connectivity options ok?
> >
> > --
> > Dean Ramsier - eMVP
> > BSQUARE Corporation
> >
> >
> > "Gary Swalling" <garret.swalling@spansion.com.nospam> wrote in message
> > news:eXNbPMIUHHA.4832@TK2MSFTNGP04.phx.gbl...
> >> Hi B-Dawg,
> >> The eval of CE6 (until it expires) is equivalent to the full version,
> >> except for licensing....
> >>
> >> VS2005 pro is what I'm using with CE6.
> >>
> >> I'm using outlook express for the newsgroup and I have a button "New
> >> Post" to start a new thread.
> >>
> >> Have you included corecon in your platform? It's my understanding that
> >> corecon replaces platform manager in CE6 as the mechanism for KITL to
> >> operate.
> >>
> >> Regards,
> >> Gary
> >>
> >> "B-Dawg" <B-Dawg@discussions.microsoft.com> wrote in message
> >> news:5BAC8FB9-69BE-42A3-90B4-8AE1FB5FBBB2@microsoft.com...
> >>>
> >>> Hi, Sorry this is a slightly different question but I can't find any way
> >>> to
> >>> start a new message thread.... (I even clicked on something that said
> >>> new
> >>> thread but nothing happened - firefox issue perhaps?)
> >>>
> >>> I have an ARM board with a Cirrus EDB9302 processor. I have downloaded
> >>> their BSP for platform builder 6.0 and it compiles fine (in VS2005 with
> >>> platform builder 6.0) )and provides the correct output files etc. In
> >>> the
> >>> project properties I enable KTL and the kernel debugger and I also
> >>> select
> >>> debug mode as opposed to release for the build type. Everything seems
> >>> to
> >>> build fine - no errors etc. I can install the generated eboot loader
> >>> onto
> >>> the board through an application that came from Cirrus.
> >>>
> >>> My problem is that under the target/connectivity options menu it does
> >>> not
> >>> show any options for download/transport/debugger. It just has "None" in
> >>> all
> >>> three boxes. I know I should get an option for ethernet in transport at
> >>> least along with some other options. What has gone wrong here? Is it
> >>> because this is the evaluation platform builder? I am running Visual
> >>> Studio
> >>> 2005 professional edition. Do I need to uninstall Active Sync perhaps?
> >>> I've
> >>> already tried shutting it down and running multiple instances of VS2005.
> >>> There must be a setting I have missed somewhere.
> >>>
> >>> Anyones help would be much appreciated.
> >>>
> >>> Thank you
> >>>
> >>>
> >>> "alext@idxonline.com" wrote:
> >>>
> >>>> I'm having lots of problems trying to connect to a CE 6.0 device using
> >>>> the remote tools like registry viewer. The device is connected via
> >>>> Ethernet and debugging via Visual Studio 2005 works fine. I haven't
> >>>> been able to resolve it, after doing/checking the following:
> >>>>
> >>>> - made sure KITL enabled build setting is on and all the KITL settings
> >>>> in the connectivity options are checked.
> >>>>
> >>>> -Tried debug and release builds
> >>>>
> >>>> - I am trying to use KITL Tranpsort as transport and CESH as startup
> >>>> server - I get the error "Unable to load device side components. Please
> >>>> check server configuration settings". These settings worked fine under
> >>>> CE 5.0 platform builder (and still does).
> >>>>
> >>>> - tried running both the CE 5.0 and CE 6.0 versions of the remote tools
> >>>> directly by launching the .exe's without success.
> >>>>
> >>>> - I have tried all other remote connection methods/combos
> >>>> (KITL/CESH/MANUAL) without success.
> >>>>
> >>>> What should I check I should have component-wise in my build to get
> >>>> this working - as far as I can tell, my build has the same components
> >>>> as my CE 5.0 version.
> >>>>
> >>>>
> >>
> >>
> >
> >
>
>
>

Re: Windows CE 6.0 remote tools broken? by Dean

Dean
Thu Feb 15 16:21:07 CST 2007

Kitl is always used by the kernel debugger, the Target | Connectivity
options don't give you any way to choose anything else. Applications can
ride on top of the existing kitl connection (if it exists), or they can use
a separate platman/corecon connection. Platman/Corecon don't sit on top of
Kitl, they are their own transport. The only connection between them would
be if kitl is also providing your ethernet link (vmini), so the ethernet
traffic generated by Corecon actually ends up going across the kitl link.
--
Dean Ramsier - eMVP
BSQUARE Corporation


"Gary Swalling" <garret.swalling@spansion.com.nospam> wrote in message
news:eKgjEzTUHHA.4632@TK2MSFTNGP04.phx.gbl...
> Hi Dean,
> So KITL is the transport used by the debugger, and on top of that
> platman/corecon is used by the remote tools and CETK. Is that right?
>
> Thanks,
> Gary
>
> "Dean Ramsier" <ramsiernospam@nospam.com> wrote in message
> news:%23nANLZSUHHA.4404@TK2MSFTNGP03.phx.gbl...
>> Kitl is its own transport, it has nothing to do with Platman/Corecon.
>> This should have just worked, it sounds like something is corrupted in
>> your install. Try deleting all the named devices, then create a new one
>> (or use the default).
>>
>> If you build a reference BSP that comes with the kit, are your
>> connectivity options ok?
>>
>> --
>> Dean Ramsier - eMVP
>> BSQUARE Corporation
>>
>>
>> "Gary Swalling" <garret.swalling@spansion.com.nospam> wrote in message
>> news:eXNbPMIUHHA.4832@TK2MSFTNGP04.phx.gbl...
>>> Hi B-Dawg,
>>> The eval of CE6 (until it expires) is equivalent to the full version,
>>> except for licensing....
>>>
>>> VS2005 pro is what I'm using with CE6.
>>>
>>> I'm using outlook express for the newsgroup and I have a button "New
>>> Post" to start a new thread.
>>>
>>> Have you included corecon in your platform? It's my understanding that
>>> corecon replaces platform manager in CE6 as the mechanism for KITL to
>>> operate.
>>>
>>> Regards,
>>> Gary
>>>
>>> "B-Dawg" <B-Dawg@discussions.microsoft.com> wrote in message
>>> news:5BAC8FB9-69BE-42A3-90B4-8AE1FB5FBBB2@microsoft.com...
>>>>
>>>> Hi, Sorry this is a slightly different question but I can't find any
>>>> way to
>>>> start a new message thread.... (I even clicked on something that said
>>>> new
>>>> thread but nothing happened - firefox issue perhaps?)
>>>>
>>>> I have an ARM board with a Cirrus EDB9302 processor. I have downloaded
>>>> their BSP for platform builder 6.0 and it compiles fine (in VS2005 with
>>>> platform builder 6.0) )and provides the correct output files etc. In
>>>> the
>>>> project properties I enable KTL and the kernel debugger and I also
>>>> select
>>>> debug mode as opposed to release for the build type. Everything seems
>>>> to
>>>> build fine - no errors etc. I can install the generated eboot loader
>>>> onto
>>>> the board through an application that came from Cirrus.
>>>>
>>>> My problem is that under the target/connectivity options menu it does
>>>> not
>>>> show any options for download/transport/debugger. It just has "None"
>>>> in all
>>>> three boxes. I know I should get an option for ethernet in transport
>>>> at
>>>> least along with some other options. What has gone wrong here? Is it
>>>> because this is the evaluation platform builder? I am running Visual
>>>> Studio
>>>> 2005 professional edition. Do I need to uninstall Active Sync perhaps?
>>>> I've
>>>> already tried shutting it down and running multiple instances of
>>>> VS2005.
>>>> There must be a setting I have missed somewhere.
>>>>
>>>> Anyones help would be much appreciated.
>>>>
>>>> Thank you
>>>>
>>>>
>>>> "alext@idxonline.com" wrote:
>>>>
>>>>> I'm having lots of problems trying to connect to a CE 6.0 device using
>>>>> the remote tools like registry viewer. The device is connected via
>>>>> Ethernet and debugging via Visual Studio 2005 works fine. I haven't
>>>>> been able to resolve it, after doing/checking the following:
>>>>>
>>>>> - made sure KITL enabled build setting is on and all the KITL settings
>>>>> in the connectivity options are checked.
>>>>>
>>>>> -Tried debug and release builds
>>>>>
>>>>> - I am trying to use KITL Tranpsort as transport and CESH as startup
>>>>> server - I get the error "Unable to load device side components.
>>>>> Please
>>>>> check server configuration settings". These settings worked fine under
>>>>> CE 5.0 platform builder (and still does).
>>>>>
>>>>> - tried running both the CE 5.0 and CE 6.0 versions of the remote
>>>>> tools
>>>>> directly by launching the .exe's without success.
>>>>>
>>>>> - I have tried all other remote connection methods/combos
>>>>> (KITL/CESH/MANUAL) without success.
>>>>>
>>>>> What should I check I should have component-wise in my build to get
>>>>> this working - as far as I can tell, my build has the same components
>>>>> as my CE 5.0 version.
>>>>>
>>>>>
>>>
>>>
>>
>>
>
>



Re: Windows CE 6.0 remote tools broken? by Yan

Yan
Mon Feb 19 17:01:54 CST 2007

Try to delete Corecon data store by deleting following folder "C:\Documents
and Settings\Your Name\Local Settings\Application
Data\Microsoft\CoreCon\1.0"

yan

"B-Dawg" <BDawg@discussions.microsoft.com> wrote in message
news:08125C2B-DFB0-44A7-B557-315D4CEFE30D@microsoft.com...
> Hi Gary,
>
> I appreciate your help. Check my response to Dean if you want. I will
> check corecon over the weekend and get back to you.
>
> Cheers,
> Bevan
>
> "Gary Swalling" wrote:
>
>> Hi Dean,
>> So KITL is the transport used by the debugger, and on top of that
>> platman/corecon is used by the remote tools and CETK. Is that right?
>>
>> Thanks,
>> Gary
>>
>> "Dean Ramsier" <ramsiernospam@nospam.com> wrote in message
>> news:%23nANLZSUHHA.4404@TK2MSFTNGP03.phx.gbl...
>> > Kitl is its own transport, it has nothing to do with Platman/Corecon.
>> > This should have just worked, it sounds like something is corrupted in
>> > your install. Try deleting all the named devices, then create a new
>> > one
>> > (or use the default).
>> >
>> > If you build a reference BSP that comes with the kit, are your
>> > connectivity options ok?
>> >
>> > --
>> > Dean Ramsier - eMVP
>> > BSQUARE Corporation
>> >
>> >
>> > "Gary Swalling" <garret.swalling@spansion.com.nospam> wrote in message
>> > news:eXNbPMIUHHA.4832@TK2MSFTNGP04.phx.gbl...
>> >> Hi B-Dawg,
>> >> The eval of CE6 (until it expires) is equivalent to the full version,
>> >> except for licensing....
>> >>
>> >> VS2005 pro is what I'm using with CE6.
>> >>
>> >> I'm using outlook express for the newsgroup and I have a button "New
>> >> Post" to start a new thread.
>> >>
>> >> Have you included corecon in your platform? It's my understanding
>> >> that
>> >> corecon replaces platform manager in CE6 as the mechanism for KITL to
>> >> operate.
>> >>
>> >> Regards,
>> >> Gary
>> >>
>> >> "B-Dawg" <B-Dawg@discussions.microsoft.com> wrote in message
>> >> news:5BAC8FB9-69BE-42A3-90B4-8AE1FB5FBBB2@microsoft.com...
>> >>>
>> >>> Hi, Sorry this is a slightly different question but I can't find any
>> >>> way
>> >>> to
>> >>> start a new message thread.... (I even clicked on something that said
>> >>> new
>> >>> thread but nothing happened - firefox issue perhaps?)
>> >>>
>> >>> I have an ARM board with a Cirrus EDB9302 processor. I have
>> >>> downloaded
>> >>> their BSP for platform builder 6.0 and it compiles fine (in VS2005
>> >>> with
>> >>> platform builder 6.0) )and provides the correct output files etc. In
>> >>> the
>> >>> project properties I enable KTL and the kernel debugger and I also
>> >>> select
>> >>> debug mode as opposed to release for the build type. Everything
>> >>> seems
>> >>> to
>> >>> build fine - no errors etc. I can install the generated eboot loader
>> >>> onto
>> >>> the board through an application that came from Cirrus.
>> >>>
>> >>> My problem is that under the target/connectivity options menu it does
>> >>> not
>> >>> show any options for download/transport/debugger. It just has "None"
>> >>> in
>> >>> all
>> >>> three boxes. I know I should get an option for ethernet in transport
>> >>> at
>> >>> least along with some other options. What has gone wrong here? Is
>> >>> it
>> >>> because this is the evaluation platform builder? I am running Visual
>> >>> Studio
>> >>> 2005 professional edition. Do I need to uninstall Active Sync
>> >>> perhaps?
>> >>> I've
>> >>> already tried shutting it down and running multiple instances of
>> >>> VS2005.
>> >>> There must be a setting I have missed somewhere.
>> >>>
>> >>> Anyones help would be much appreciated.
>> >>>
>> >>> Thank you
>> >>>
>> >>>
>> >>> "alext@idxonline.com" wrote:
>> >>>
>> >>>> I'm having lots of problems trying to connect to a CE 6.0 device
>> >>>> using
>> >>>> the remote tools like registry viewer. The device is connected via
>> >>>> Ethernet and debugging via Visual Studio 2005 works fine. I haven't
>> >>>> been able to resolve it, after doing/checking the following:
>> >>>>
>> >>>> - made sure KITL enabled build setting is on and all the KITL
>> >>>> settings
>> >>>> in the connectivity options are checked.
>> >>>>
>> >>>> -Tried debug and release builds
>> >>>>
>> >>>> - I am trying to use KITL Tranpsort as transport and CESH as startup
>> >>>> server - I get the error "Unable to load device side components.
>> >>>> Please
>> >>>> check server configuration settings". These settings worked fine
>> >>>> under
>> >>>> CE 5.0 platform builder (and still does).
>> >>>>
>> >>>> - tried running both the CE 5.0 and CE 6.0 versions of the remote
>> >>>> tools
>> >>>> directly by launching the .exe's without success.
>> >>>>
>> >>>> - I have tried all other remote connection methods/combos
>> >>>> (KITL/CESH/MANUAL) without success.
>> >>>>
>> >>>> What should I check I should have component-wise in my build to get
>> >>>> this working - as far as I can tell, my build has the same
>> >>>> components
>> >>>> as my CE 5.0 version.
>> >>>>
>> >>>>
>> >>
>> >>
>> >
>> >
>>
>>
>>



Re: Windows CE 6.0 remote tools broken? by BDawg

BDawg
Tue Feb 20 03:58:08 CST 2007

Hey thanks Yan and the other guys for your suggestions.

After trying lots of various things I ended up just biting the bullet and
reinstalling Visual Studio and CE Platform Builder and it now works. I was
trying to avoid reinstalling platform builder as it is a massive download so
thank goodness it now works. I tried deleting the folder that Yan suggested
and it did nothing.

Therefore I must conclude that something got corrupted either at or soon
after the first install a couple of weeks or so ago of Platform Builder
(unless it was something in Visual Studio itself from before).

I'm looking forward to being able to finally play with the embedded ARM
board I've had for a while now.

Cheers,
Bevan

"Yan Sun [MS]" wrote:

> Try to delete Corecon data store by deleting following folder "C:\Documents
> and Settings\Your Name\Local Settings\Application
> Data\Microsoft\CoreCon\1.0"
>
> yan
>
> "B-Dawg" <BDawg@discussions.microsoft.com> wrote in message
> news:08125C2B-DFB0-44A7-B557-315D4CEFE30D@microsoft.com...
> > Hi Gary,
> >
> > I appreciate your help. Check my response to Dean if you want. I will
> > check corecon over the weekend and get back to you.
> >
> > Cheers,
> > Bevan
> >
> > "Gary Swalling" wrote:
> >
> >> Hi Dean,
> >> So KITL is the transport used by the debugger, and on top of that
> >> platman/corecon is used by the remote tools and CETK. Is that right?
> >>
> >> Thanks,
> >> Gary
> >>
> >> "Dean Ramsier" <ramsiernospam@nospam.com> wrote in message
> >> news:%23nANLZSUHHA.4404@TK2MSFTNGP03.phx.gbl...
> >> > Kitl is its own transport, it has nothing to do with Platman/Corecon.
> >> > This should have just worked, it sounds like something is corrupted in
> >> > your install. Try deleting all the named devices, then create a new
> >> > one
> >> > (or use the default).
> >> >
> >> > If you build a reference BSP that comes with the kit, are your
> >> > connectivity options ok?
> >> >
> >> > --
> >> > Dean Ramsier - eMVP
> >> > BSQUARE Corporation
> >> >
> >> >
> >> > "Gary Swalling" <garret.swalling@spansion.com.nospam> wrote in message
> >> > news:eXNbPMIUHHA.4832@TK2MSFTNGP04.phx.gbl...
> >> >> Hi B-Dawg,
> >> >> The eval of CE6 (until it expires) is equivalent to the full version,
> >> >> except for licensing....
> >> >>
> >> >> VS2005 pro is what I'm using with CE6.
> >> >>
> >> >> I'm using outlook express for the newsgroup and I have a button "New
> >> >> Post" to start a new thread.
> >> >>
> >> >> Have you included corecon in your platform? It's my understanding
> >> >> that
> >> >> corecon replaces platform manager in CE6 as the mechanism for KITL to
> >> >> operate.
> >> >>
> >> >> Regards,
> >> >> Gary
> >> >>
> >> >> "B-Dawg" <B-Dawg@discussions.microsoft.com> wrote in message
> >> >> news:5BAC8FB9-69BE-42A3-90B4-8AE1FB5FBBB2@microsoft.com...
> >> >>>
> >> >>> Hi, Sorry this is a slightly different question but I can't find any
> >> >>> way
> >> >>> to
> >> >>> start a new message thread.... (I even clicked on something that said
> >> >>> new
> >> >>> thread but nothing happened - firefox issue perhaps?)
> >> >>>
> >> >>> I have an ARM board with a Cirrus EDB9302 processor. I have
> >> >>> downloaded
> >> >>> their BSP for platform builder 6.0 and it compiles fine (in VS2005
> >> >>> with
> >> >>> platform builder 6.0) )and provides the correct output files etc. In
> >> >>> the
> >> >>> project properties I enable KTL and the kernel debugger and I also
> >> >>> select
> >> >>&