PC Review Forums Newsgroups Microsoft DotNet Microsoft Dot NET Compact Framework Visual studio 2005 and compact framework 1.0

Reply

Visual studio 2005 and compact framework 1.0

 
Thread Tools Rate Thread
Old 15-01-2006, 04:49 PM   #1
Thierry
Guest
 
Posts: n/a
Default Visual studio 2005 and compact framework 1.0


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


  Reply With Quote
Old 15-01-2006, 06:30 PM   #2
Tim Wilson
Guest
 
Posts: n/a
Default Re: Visual studio 2005 and compact framework 1.0

Try installing the .NET Framework v1.1 SDK on your dev machine.
http://www.microsoft.com/downloads/...&displaylang=en

--
Tim Wilson
..NET Compact Framework MVP

"Thierry" <none@none.com> wrote in message
news:%23C4n0OfGGHA.2708@TK2MSFTNGP11.phx.gbl...
> 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
>
>



  Reply With Quote
Old 16-01-2006, 08:00 AM   #3
thierry
Guest
 
Posts: n/a
Default Re: Visual studio 2005 and compact framework 1.0

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


"Tim Wilson" <TIM(UNDERSCORE)WILSON(AT)ROGERS(PERIOD)COM> wrote in message
news:uDncCHgGGHA.2036@TK2MSFTNGP14.phx.gbl...
> Try installing the .NET Framework v1.1 SDK on your dev machine.
>

http://www.microsoft.com/downloads/...&displaylang=en
>
> --
> Tim Wilson
> .NET Compact Framework MVP
>
> "Thierry" <none@none.com> wrote in message
> news:%23C4n0OfGGHA.2708@TK2MSFTNGP11.phx.gbl...
> > 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
> >
> >

>
>



  Reply With Quote
Old 16-01-2006, 12:20 PM   #4
Guest
 
Posts: n/a
Default Re: Visual studio 2005 and compact framework 1.0

You uninstalled or used the removal tools? If you did the first, that's the
problem.

-Chris

"thierry" <none@none.com> wrote in message
news:ePExKDnGGHA.1728@TK2MSFTNGP09.phx.gbl...
> 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
>
>
> "Tim Wilson" <TIM(UNDERSCORE)WILSON(AT)ROGERS(PERIOD)COM> wrote in message
> news:uDncCHgGGHA.2036@TK2MSFTNGP14.phx.gbl...
>> Try installing the .NET Framework v1.1 SDK on your dev machine.
>>

> http://www.microsoft.com/downloads/...&displaylang=en
>>
>> --
>> Tim Wilson
>> .NET Compact Framework MVP
>>
>> "Thierry" <none@none.com> wrote in message
>> news:%23C4n0OfGGHA.2708@TK2MSFTNGP11.phx.gbl...
>> > 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
>> >
>> >

>>
>>

>
>



  Reply With Quote
Old 17-01-2006, 10:24 AM   #5
thierry
Guest
 
Posts: n/a
Default Re: Visual studio 2005 and compact framework 1.0

Where is this removal tool ?
Hope is not too late :-(
Thierry

"<ctacke/>" <ctacke_AT_OpenNETCF_com> wrote in message
news:%230weLdpGGHA.3448@TK2MSFTNGP10.phx.gbl...
> You uninstalled or used the removal tools? If you did the first, that's

the
> problem.
>
> -Chris
>
> "thierry" <none@none.com> wrote in message
> news:ePExKDnGGHA.1728@TK2MSFTNGP09.phx.gbl...
> > 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
> >
> >
> > "Tim Wilson" <TIM(UNDERSCORE)WILSON(AT)ROGERS(PERIOD)COM> wrote in

message
> > news:uDncCHgGGHA.2036@TK2MSFTNGP14.phx.gbl...
> >> Try installing the .NET Framework v1.1 SDK on your dev machine.
> >>

> >

http://www.microsoft.com/downloads/...&displaylang=en
> >>
> >> --
> >> Tim Wilson
> >> .NET Compact Framework MVP
> >>
> >> "Thierry" <none@none.com> wrote in message
> >> news:%23C4n0OfGGHA.2708@TK2MSFTNGP11.phx.gbl...
> >> > 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
> >> >
> >> >
> >>
> >>

> >
> >

>
>



  Reply With Quote
Old 17-01-2006, 12:46 PM   #6
Guest
 
Posts: n/a
Default Re: Visual studio 2005 and compact framework 1.0

http://msdn.microsoft.com/vstudio/s...ll/default.aspx

-Chris

"thierry" <none@none.com> wrote in message
news:%23eKZN40GGHA.3700@TK2MSFTNGP15.phx.gbl...
> Where is this removal tool ?
> Hope is not too late :-(
> Thierry
>
> "<ctacke/>" <ctacke_AT_OpenNETCF_com> wrote in message
> news:%230weLdpGGHA.3448@TK2MSFTNGP10.phx.gbl...
>> You uninstalled or used the removal tools? If you did the first, that's

> the
>> problem.
>>
>> -Chris
>>
>> "thierry" <none@none.com> wrote in message
>> news:ePExKDnGGHA.1728@TK2MSFTNGP09.phx.gbl...
>> > 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
>> >
>> >
>> > "Tim Wilson" <TIM(UNDERSCORE)WILSON(AT)ROGERS(PERIOD)COM> wrote in

> message
>> > news:uDncCHgGGHA.2036@TK2MSFTNGP14.phx.gbl...
>> >> Try installing the .NET Framework v1.1 SDK on your dev machine.
>> >>
>> >

> http://www.microsoft.com/downloads/...&displaylang=en
>> >>
>> >> --
>> >> Tim Wilson
>> >> .NET Compact Framework MVP
>> >>
>> >> "Thierry" <none@none.com> wrote in message
>> >> news:%23C4n0OfGGHA.2708@TK2MSFTNGP11.phx.gbl...
>> >> > 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
>> >> >
>> >> >
>> >>
>> >>
>> >
>> >

>>
>>

>
>



  Reply With Quote
Reply



Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off