Visual studio 2005 and compact framework 1.0

  • Thread starter Thread starter Thierry
  • Start date Start date
T

Thierry

Hello.

I am able to create compact framework 2.0 libraries with vs 2005,
but when I want to create a library for the CF 1.0 ,
I receive this message from VS2005 :
This project requires .NET compact framework v1.0, wich is not installed on
this machine.

I find the "Microsoft Compact Framework 1.0 SP3 Developer redistributable"
on MS site,
but that just install some cab file.

-Where do I have to copy it ?
- How to tell VS2005 where is installed the CF 1.0

Same for CF 1.1

thanks in advance.

Thierry
 
Unfortunaly that don't work :-(

On the same Pc I have visual studio 2003 that is able to create CF 1.0 and
1.1 applications.
(I uninstalled the vs 2005 beta version before installing the final
version).

I then have to keep both version.
Maybee I have to reformat and reinstall all from scratch

Any other idea ?
Thierry

http://www.codeproject.com/csharp/TraceTool.asp
 
You uninstalled or used the removal tools? If you did the first, that's the
problem.

-Chris
 
Back
Top