|
|
|
start date: Mon, 16 Jul 2007 08:12:08 -0700,
posted on: microsoft.public.dotnet.framework.compactframework
back
| Thread Index |
|
1
George
|
|
2
ctacke/ ctacke[at]opennetcf[dot]com
|
|
3
George
|
|
4
Daniel Moth
|
|
5
George
|
|
6
ctacke/ ctacke[at]opennetcf[dot]com
|
migrate from .Net 2.0 to .Net 3.0
Hello everyone,
I am using Visual Studio 2005 and have some code built by both .Net
Framework 2.0 and .Net Compact Framework 2.0 (two separate builds).
I want to build and test the code in both .Net Framework 3.0 and .Net
Compact Framework 3.0. I can not find any guide about how to setup
environment in Visual Studio 2005 to utilize .Net Framework 3.0 and .Net
Compact Framework 3.0 to make builds, and setup both .Net Framework 3.0 and
..Net Compact Framework 3.0 environment to test the code (new build).
Maybe it is because .Net 3.0 is too new? Any tutorials to recommend?
thanks in advance,
George
Date:Mon, 16 Jul 2007 08:12:08 -0700
Author:
|
Re: migrate from .Net 2.0 to .Net 3.0
There is no Compact Framework 3.0. 3.5 will be released with Orcas (Visual
Studio 2008) there is a beta/community preview that is downloadable from
MSDN for Orcas, which includes some CF 3.5 beta bits.
--
Chris Tacke, Embedded MVP
OpenNETCF Consulting
Managed Code in an Embedded World
www.OpenNETCF.com
"George" wrote in message
news:372FF540-EFFC-4F62-8B75-F4B0A2B43FD8@microsoft.com...
> Hello everyone,
>
>
> I am using Visual Studio 2005 and have some code built by both .Net
> Framework 2.0 and .Net Compact Framework 2.0 (two separate builds).
>
> I want to build and test the code in both .Net Framework 3.0 and .Net
> Compact Framework 3.0. I can not find any guide about how to setup
> environment in Visual Studio 2005 to utilize .Net Framework 3.0 and .Net
> Compact Framework 3.0 to make builds, and setup both .Net Framework 3.0
> and
> .Net Compact Framework 3.0 environment to test the code (new build).
>
> Maybe it is because .Net 3.0 is too new? Any tutorials to recommend?
>
>
> thanks in advance,
> George
Date:Mon, 16 Jul 2007 10:35:43 -0500
Author:
|
Re: migrate from .Net 2.0 to .Net 3.0
Thanks Chris!
You mean there is only .Net Framework 3.0 and no .Net Compact Framework 3.0?
Do you have any official Notes or URL describing your points below,
--------------------
There is no Compact Framework 3.0. 3.5 will be released with Orcas (Visual
Studio 2008) there is a beta/community preview that is downloadable from
MSDN for Orcas, which includes some CF 3.5 beta bits.
--------------------
regards,
George
"<ctacke/>" wrote:
> There is no Compact Framework 3.0. 3.5 will be released with Orcas (Visual
> Studio 2008) there is a beta/community preview that is downloadable from
> MSDN for Orcas, which includes some CF 3.5 beta bits.
>
>
> --
>
> Chris Tacke, Embedded MVP
> OpenNETCF Consulting
> Managed Code in an Embedded World
> www.OpenNETCF.com
>
>
> "George" wrote in message
> news:372FF540-EFFC-4F62-8B75-F4B0A2B43FD8@microsoft.com...
> > Hello everyone,
> >
> >
> > I am using Visual Studio 2005 and have some code built by both .Net
> > Framework 2.0 and .Net Compact Framework 2.0 (two separate builds).
> >
> > I want to build and test the code in both .Net Framework 3.0 and .Net
> > Compact Framework 3.0. I can not find any guide about how to setup
> > environment in Visual Studio 2005 to utilize .Net Framework 3.0 and .Net
> > Compact Framework 3.0 to make builds, and setup both .Net Framework 3.0
> > and
> > .Net Compact Framework 3.0 environment to test the code (new build).
> >
> > Maybe it is because .Net 3.0 is too new? Any tutorials to recommend?
> >
> >
> > thanks in advance,
> > George
>
>
>
Date:Mon, 16 Jul 2007 19:30:01 -0700
Author:
|
Re: migrate from .Net 2.0 to .Net 3.0
Here, it is official:
http://www.danielmoth.com/Blog/2007/02/netcf-35-api-additions.html
"The next version number of the .NET Compact Framework is 3.5, compared to
version number 2.0 that ships today. This is so the version numbers can
align with v3.5 of the full framework (NetFx3.5)."
Cheers
Daniel
--
http://www.danielmoth.com/Blog
"George" wrote in message
news:6185CBCE-ECC6-4588-A0AF-57954FF3044F@microsoft.com...
> Thanks Chris!
>
>
> You mean there is only .Net Framework 3.0 and no .Net Compact Framework
> 3.0?
> Do you have any official Notes or URL describing your points below,
>
> --------------------
> There is no Compact Framework 3.0. 3.5 will be released with Orcas (Visual
> Studio 2008) there is a beta/community preview that is downloadable from
> MSDN for Orcas, which includes some CF 3.5 beta bits.
> --------------------
>
>
> regards,
> George
>
> "<ctacke/>" wrote:
>
>> There is no Compact Framework 3.0. 3.5 will be released with Orcas
>> (Visual
>> Studio 2008) there is a beta/community preview that is downloadable from
>> MSDN for Orcas, which includes some CF 3.5 beta bits.
>>
>>
>> --
>>
>> Chris Tacke, Embedded MVP
>> OpenNETCF Consulting
>> Managed Code in an Embedded World
>> www.OpenNETCF.com
>>
>>
>> "George" wrote in message
>> news:372FF540-EFFC-4F62-8B75-F4B0A2B43FD8@microsoft.com...
>> > Hello everyone,
>> >
>> >
>> > I am using Visual Studio 2005 and have some code built by both .Net
>> > Framework 2.0 and .Net Compact Framework 2.0 (two separate builds).
>> >
>> > I want to build and test the code in both .Net Framework 3.0 and .Net
>> > Compact Framework 3.0. I can not find any guide about how to setup
>> > environment in Visual Studio 2005 to utilize .Net Framework 3.0 and
>> > .Net
>> > Compact Framework 3.0 to make builds, and setup both .Net Framework 3.0
>> > and
>> > .Net Compact Framework 3.0 environment to test the code (new build).
>> >
>> > Maybe it is because .Net 3.0 is too new? Any tutorials to recommend?
>> >
>> >
>> > thanks in advance,
>> > George
>>
>>
>>
>
Date:Tue, 17 Jul 2007 22:34:06 +0100
Author:
|
Re: migrate from .Net 2.0 to .Net 3.0
Thanks Daniel!
A great web site.
regards,
George
"Daniel Moth" wrote:
> Here, it is official:
> http://www.danielmoth.com/Blog/2007/02/netcf-35-api-additions.html
>
> "The next version number of the .NET Compact Framework is 3.5, compared to
> version number 2.0 that ships today. This is so the version numbers can
> align with v3.5 of the full framework (NetFx3.5)."
>
> Cheers
> Daniel
> --
> http://www.danielmoth.com/Blog
>
> "George" wrote in message
> news:6185CBCE-ECC6-4588-A0AF-57954FF3044F@microsoft.com...
> > Thanks Chris!
> >
> >
> > You mean there is only .Net Framework 3.0 and no .Net Compact Framework
> > 3.0?
> > Do you have any official Notes or URL describing your points below,
> >
> > --------------------
> > There is no Compact Framework 3.0. 3.5 will be released with Orcas (Visual
> > Studio 2008) there is a beta/community preview that is downloadable from
> > MSDN for Orcas, which includes some CF 3.5 beta bits.
> > --------------------
> >
> >
> > regards,
> > George
> >
> > "<ctacke/>" wrote:
> >
> >> There is no Compact Framework 3.0. 3.5 will be released with Orcas
> >> (Visual
> >> Studio 2008) there is a beta/community preview that is downloadable from
> >> MSDN for Orcas, which includes some CF 3.5 beta bits.
> >>
> >>
> >> --
> >>
> >> Chris Tacke, Embedded MVP
> >> OpenNETCF Consulting
> >> Managed Code in an Embedded World
> >> www.OpenNETCF.com
> >>
> >>
> >> "George" wrote in message
> >> news:372FF540-EFFC-4F62-8B75-F4B0A2B43FD8@microsoft.com...
> >> > Hello everyone,
> >> >
> >> >
> >> > I am using Visual Studio 2005 and have some code built by both .Net
> >> > Framework 2.0 and .Net Compact Framework 2.0 (two separate builds).
> >> >
> >> > I want to build and test the code in both .Net Framework 3.0 and .Net
> >> > Compact Framework 3.0. I can not find any guide about how to setup
> >> > environment in Visual Studio 2005 to utilize .Net Framework 3.0 and
> >> > .Net
> >> > Compact Framework 3.0 to make builds, and setup both .Net Framework 3.0
> >> > and
> >> > .Net Compact Framework 3.0 environment to test the code (new build).
> >> >
> >> > Maybe it is because .Net 3.0 is too new? Any tutorials to recommend?
> >> >
> >> >
> >> > thanks in advance,
> >> > George
> >>
> >>
> >>
> >
>
>
Date:Tue, 17 Jul 2007 18:18:02 -0700
Author:
|
Re: migrate from .Net 2.0 to .Net 3.0
> A great web site.
Don't tell him that - it'll just go to his head!
-Chris
Date:Tue, 17 Jul 2007 21:27:33 -0500
Author:
|
|
|