windows ce 6.0 template

G

Guest

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.
 
G

Guest

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 said:
 
G

Guest

I got the necessary namespaces to work by installing about ten cab files on
my device.
--
Kimark
System Architect


KimarkNat said:
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?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top