473,326 Members | 2,805 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,326 software developers and data experts.

windows ce 6.0 template

What do i need to download to add windows ce 6.0 templates in visual studio
2005?
I have been spending the last couple of days trying to figure out how to add
the capability to create an application for windows embedded ce 6.0.
I currently have the ability to create an application for windows ce 5.0.
The device I am developing for is running 6.0 and I would like to program in
6.0.
I installed "windows embedded ce 6.0 test kit, but this didn't give me the
option in VS2005 to create a windows CE 6.0 project.
I also installed VS2005 sp1, and this also didn't give me the desired project.
Just another note : I also installed Platform Builder 6.0.
--
Kimark
System Architect
Aug 6 '07 #1
3 4593
Install Windows Mobile 6.0 SDK

http://www.microsoft.com/downloads/d...displaylang=en
Mex

"KimarkNat" <Ki*******@discussions.microsoft.comwrote in message
news:A1**********************************@microsof t.com...
What do i need to download to add windows ce 6.0 templates in visual
studio
2005?
I have been spending the last couple of days trying to figure out how to
add
the capability to create an application for windows embedded ce 6.0.
I currently have the ability to create an application for windows ce 5.0.
The device I am developing for is running 6.0 and I would like to program
in
6.0.
I installed "windows embedded ce 6.0 test kit, but this didn't give me the
option in VS2005 to create a windows CE 6.0 project.
I also installed VS2005 sp1, and this also didn't give me the desired
project.
Just another note : I also installed Platform Builder 6.0.
--
Kimark
System Architect

Aug 6 '07 #2
That added the windows mobile 6.0 template, but no windows ce 6.0 template.
I am running windows ce 5.0 on a windows ce 6.0 operating system which is
working fine. I am going to guess that there is no windows ce 6.0 template
for vs 2005 yet.

My bigger problem is that I can not import the following namespaces :
system.data
system.data.sqlserverce
system.data.sqlclient

I thought maybe this was because I was using a ce 5.0 template, but after I
installed .net compact 2.0 sp2 and the mobile 6 sdk, I still can't reference
to them. Any thoughts?

--
Kimark
System Architect
"Redivivus" wrote:
Install Windows Mobile 6.0 SDK

http://www.microsoft.com/downloads/d...displaylang=en
Mex

"KimarkNat" <Ki*******@discussions.microsoft.comwrote in message
news:A1**********************************@microsof t.com...
What do i need to download to add windows ce 6.0 templates in visual
studio
2005?
I have been spending the last couple of days trying to figure out how to
add
the capability to create an application for windows embedded ce 6.0.
I currently have the ability to create an application for windows ce 5.0.
The device I am developing for is running 6.0 and I would like to program
in
6.0.
I installed "windows embedded ce 6.0 test kit, but this didn't give me the
option in VS2005 to create a windows CE 6.0 project.
I also installed VS2005 sp1, and this also didn't give me the desired
project.
Just another note : I also installed Platform Builder 6.0.
--
Kimark
System Architect


Aug 7 '07 #3
I got the necessary namespaces to work by installing about ten cab files on
my device.
--
Kimark
System Architect
"KimarkNat" wrote:
That added the windows mobile 6.0 template, but no windows ce 6.0 template.
I am running windows ce 5.0 on a windows ce 6.0 operating system which is
working fine. I am going to guess that there is no windows ce 6.0 template
for vs 2005 yet.

My bigger problem is that I can not import the following namespaces :
system.data
system.data.sqlserverce
system.data.sqlclient

I thought maybe this was because I was using a ce 5.0 template, but after I
installed .net compact 2.0 sp2 and the mobile 6 sdk, I still can't reference
to them. Any thoughts?

--
Kimark
System Architect
"Redivivus" wrote:
Install Windows Mobile 6.0 SDK

http://www.microsoft.com/downloads/d...displaylang=en
Mex

"KimarkNat" <Ki*******@discussions.microsoft.comwrote in message
news:A1**********************************@microsof t.com...
What do i need to download to add windows ce 6.0 templates in visual
studio
2005?
I have been spending the last couple of days trying to figure out how to
add
the capability to create an application for windows embedded ce 6.0.
I currently have the ability to create an application for windows ce 5.0.
The device I am developing for is running 6.0 and I would like to program
in
6.0.
I installed "windows embedded ce 6.0 test kit, but this didn't give me the
option in VS2005 to create a windows CE 6.0 project.
I also installed VS2005 sp1, and this also didn't give me the desired
project.
Just another note : I also installed Platform Builder 6.0.
>
>
--
Kimark
System Architect
Aug 7 '07 #4

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

0
by: Sudipto Sen | last post by:
================== Problem Description ================== Following code is for 1. Load a Word Template called CustomerInfo1.dot 2. CustomerInfo1.dot is a normal Word Template with Form fields...
5
by: Hari | last post by:
Guys please help me to solve this strange problem what Iam getting as follows.. Trying to instantiate a global instance of a template class as follows :- when i build this code with debug and...
0
by: John | last post by:
Download links: http://wtl.50megs.com/wtl.htm Click Here
113
by: dan | last post by:
For writing a Windows desktop application, how much harder is it to use the Windows C API than C#/.NET, assuming the coding is done in an editor? What specific aspects were more difficult? I'm...
45
by: charles.lobo | last post by:
Hi, I have recently begun using templates in C++ and have found it to be quite useful. However, hearing stories of code bloat and assorted problems I decided to write a couple of small programs...
4
by: AndrewD | last post by:
Hey C++ folks, I created this today, just for fun. You can make object allocation for any class around 6 times faster, simply by doing the following. class MyClass : public...
8
by: rays | last post by:
Hi, I am trying to port a C++ program which is supposed to be standards compliant. It works fine on Linux with GCC (4.x). But as I try to compile it on Windows, all hell breaks loose. I have been...
1
by: brianrpsgt1 | last post by:
Newbie here.... I have been able to successful pull info from a MySQL DB, get the results and output them in an HTML format using Cheetah to the screen using IDLE. I am doing this on a Windows...
0
by: j0hnb | last post by:
Hello, I have been experimenting with windows services using Visual Studio.NET 2003. I used the Windows Template that it provides in the projects and it was really simple to create a windows...
0
by: DolphinDB | last post by:
Tired of spending countless mintues downsampling your data? Look no further! In this article, you’ll learn how to efficiently downsample 6.48 billion high-frequency records to 61 million...
0
by: ryjfgjl | last post by:
ExcelToDatabase: batch import excel into database automatically...
0
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 6 Mar 2024 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM). In this month's session, we are pleased to welcome back...
0
by: jfyes | last post by:
As a hardware engineer, after seeing that CEIWEI recently released a new tool for Modbus RTU Over TCP/UDP filtering and monitoring, I actively went to its official website to take a look. It turned...
1
by: CloudSolutions | last post by:
Introduction: For many beginners and individual users, requiring a credit card and email registration may pose a barrier when starting to use cloud servers. However, some cloud server providers now...
1
by: Defcon1945 | last post by:
I'm trying to learn Python using Pycharm but import shutil doesn't work
0
by: af34tf | last post by:
Hi Guys, I have a domain whose name is BytesLimited.com, and I want to sell it. Does anyone know about platforms that allow me to list my domain in auction for free. Thank you
0
by: Faith0G | last post by:
I am starting a new it consulting business and it's been a while since I setup a new website. Is wordpress still the best web based software for hosting a 5 page website? The webpages will be...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 3 Apr 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome former...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.