Ok. There is something that I didn't follow you.
Dou you mean that I should open my solution with VS 2005 and recompile
my solution with CF 1.0, or that I shoul open my CF v2.0 solution with
VS 2003 and recompile it.
If I should use VS 2005, How do I change the version of the CF?
Thanks again for your time!
> Dou you mean that I should open my solution with VS 2005 and recompile
> my solution with CF 1.0, or that I shoul open my CF v2.0 solution with
> VS 2003 and recompile it.
Either one should work.
> If I should use VS 2005, How do I change the version of the CF?
Unfortuantely MS didn't make that simple. 1.0->2.0 was a right click and
select a menu item. 2.0->1.0 requires opening the project file with a text
editor like Notepad and changing the target version.
You'll find a line like this:
<TargetFrameworkVersion>v2.0</TargetFrameworkVersion>
Change it to:
<TargetFrameworkVersion>v1.0</TargetFrameworkVersion>

Signature
Chris Tacke, Embedded MVP
OpenNETCF Consulting
Managed Code in an Embedded World
www.OpenNETCF.com