473,396 Members | 2,052 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,396 software developers and data experts.

3.0 Framework

If you have VS 2005 installed on your machine and you install the 3.0
Framework, if you want to build a 2.X based framework project, how dow you
do this ?

Dave
Apr 3 '07 #1
9 1555
3.0 is just 2.0 with some extra assemblies for WF, WPF, WCF. Your
applications will still target the existing 2.0 assemblies.

"Dave" <Ki************@community.nospamwrote in message
news:e2**************@TK2MSFTNGP02.phx.gbl...
If you have VS 2005 installed on your machine and you install the 3.0
Framework, if you want to build a 2.X based framework project, how dow you
do this ?

Dave


Apr 3 '07 #2
Does it provide templates for new 3.0 projects ?

Are there options to still deploy against the 2.0 runtimes?
"Clive Dixon" <clived at digita dot comwrote in message
news:%2****************@TK2MSFTNGP03.phx.gbl...
3.0 is just 2.0 with some extra assemblies for WF, WPF, WCF. Your
applications will still target the existing 2.0 assemblies.

"Dave" <Ki************@community.nospamwrote in message
news:e2**************@TK2MSFTNGP02.phx.gbl...
If you have VS 2005 installed on your machine and you install the 3.0
Framework, if you want to build a 2.X based framework project, how dow
you
do this ?

Dave


Apr 3 '07 #3
If you install the VS 2005 .NET 3.0 add-ins (you need to download the .NET
3.0 SDK and the VS add-ins separately from the .NET 3.0 framework runtime),
there are new templates with which you can create projects which use WF,
WPF, WCF. Obviously if you create such projects which reference any of these
new WF, WPF or WCF assemblies, then the target machine will need 3.0 on it.
If you create projects using any of the existing templates, then they will
target the existing 2.0 assemblies and the target machine will only need 2.0
on it.

"Dave" <Ki************@community.nospamwrote in message
news:ex**************@TK2MSFTNGP06.phx.gbl...
Does it provide templates for new 3.0 projects ?

Are there options to still deploy against the 2.0 runtimes?
"Clive Dixon" <clived at digita dot comwrote in message
news:%2****************@TK2MSFTNGP03.phx.gbl...
>3.0 is just 2.0 with some extra assemblies for WF, WPF, WCF. Your
applications will still target the existing 2.0 assemblies.

"Dave" <Ki************@community.nospamwrote in message
news:e2**************@TK2MSFTNGP02.phx.gbl...
If you have VS 2005 installed on your machine and you install the 3.0
Framework, if you want to build a 2.X based framework project, how dow
you
do this ?

Dave




Apr 3 '07 #4
Have you heard of anyone having a problem running VS 2005 and the 3.0
framework? Another developer here installed it and couldn't get his Visual
Studio to start again afterwards. He did say that he didn't install the SDK
and Addins.
"Clive Dixon" <clived at digita dot comwrote in message
news:OI**************@TK2MSFTNGP03.phx.gbl...
If you install the VS 2005 .NET 3.0 add-ins (you need to download the .NET
3.0 SDK and the VS add-ins separately from the .NET 3.0 framework
runtime),
there are new templates with which you can create projects which use WF,
WPF, WCF. Obviously if you create such projects which reference any of
these
new WF, WPF or WCF assemblies, then the target machine will need 3.0 on
it.
If you create projects using any of the existing templates, then they will
target the existing 2.0 assemblies and the target machine will only need
2.0
on it.

"Dave" <Ki************@community.nospamwrote in message
news:ex**************@TK2MSFTNGP06.phx.gbl...
Does it provide templates for new 3.0 projects ?

Are there options to still deploy against the 2.0 runtimes?
"Clive Dixon" <clived at digita dot comwrote in message
news:%2****************@TK2MSFTNGP03.phx.gbl...
3.0 is just 2.0 with some extra assemblies for WF, WPF, WCF. Your
applications will still target the existing 2.0 assemblies.

"Dave" <Ki************@community.nospamwrote in message
news:e2**************@TK2MSFTNGP02.phx.gbl...
If you have VS 2005 installed on your machine and you install the 3.0
Framework, if you want to build a 2.X based framework project, how
dow
you
do this ?

Dave





Apr 3 '07 #5
The 3.0 framework / SDK is built around VS 2005. Sounds like a system
specific issue.

Jon

"Dave" <Ki************@community.nospamwrote in message
news:Of**************@TK2MSFTNGP03.phx.gbl...
Have you heard of anyone having a problem running VS 2005 and the 3.0
framework? Another developer here installed it and couldn't get his
Visual
Studio to start again afterwards. He did say that he didn't install the
SDK
and Addins.
"Clive Dixon" <clived at digita dot comwrote in message
news:OI**************@TK2MSFTNGP03.phx.gbl...
>If you install the VS 2005 .NET 3.0 add-ins (you need to download the
.NET
3.0 SDK and the VS add-ins separately from the .NET 3.0 framework
runtime),
>there are new templates with which you can create projects which use WF,
WPF, WCF. Obviously if you create such projects which reference any of
these
>new WF, WPF or WCF assemblies, then the target machine will need 3.0 on
it.
>If you create projects using any of the existing templates, then they
will
target the existing 2.0 assemblies and the target machine will only need
2.0
>on it.

"Dave" <Ki************@community.nospamwrote in message
news:ex**************@TK2MSFTNGP06.phx.gbl...
Does it provide templates for new 3.0 projects ?

Are there options to still deploy against the 2.0 runtimes?
"Clive Dixon" <clived at digita dot comwrote in message
news:%2****************@TK2MSFTNGP03.phx.gbl...
3.0 is just 2.0 with some extra assemblies for WF, WPF, WCF. Your
applications will still target the existing 2.0 assemblies.

"Dave" <Ki************@community.nospamwrote in message
news:e2**************@TK2MSFTNGP02.phx.gbl...
If you have VS 2005 installed on your machine and you install the
3.0
Framework, if you want to build a 2.X based framework project, how
dow
you
do this ?

Dave




Apr 3 '07 #6
Hi Dave,

Are you installing the development environment(Visual Studio 2005 and
extensions...) on XP/2003 or Windows Vista?

For windows XP/2003, you just need to install the following compontents in
order:

Visual Studio 2005/.NET framework 2.0

..net framework 3.0 runtime

Windows Sdk for Vista

Visual Studio 2005 extensions for .net framework 3.0(WPF & WCF)...

Then, you can develop both .net framework 2.0 and .NET framework 3.0(WPF ,
WCF) applications without any problem. And you can choose the project
template respectively.
For Windows Vista, after install the Visual Studio 2005 sp1, you still need
to install a further update for vista before you install .NET 3.0
extensions. .NET framework 3.0 is preinstalled on Vista and you only need
to install windows SDK for vista and VS 2005 extensions for .net 3.0.

Here is a good blog entry introducing setup a .net 3.0 development
environment:

#Building a Perfect WPF Developer Workstation
http://blogs.msdn.com/tims/archive/2...ct-wpf-develop
er-workstation.aspx

and also a good article explain the .NET 3.0 deployment and how it
associate with .net framework 2.0:

#.NET Framework 3.0 Versioning and Deployment Q&A
http://msdn2.microsoft.com/en-us/net.../aa663314.aspx

Sincerely,

Steven Cheng

Microsoft MSDN Online Support Lead
This posting is provided "AS IS" with no warranties, and confers no rights.
Apr 4 '07 #7
Thanks for the information, I will give it a try.
"Steven Cheng[MSFT]" <st*****@online.microsoft.comwrote in message
news:zr**************@TK2MSFTNGHUB02.phx.gbl...
Hi Dave,

Are you installing the development environment(Visual Studio 2005 and
extensions...) on XP/2003 or Windows Vista?

For windows XP/2003, you just need to install the following compontents in
order:

Visual Studio 2005/.NET framework 2.0

net framework 3.0 runtime

Windows Sdk for Vista

Visual Studio 2005 extensions for .net framework 3.0(WPF & WCF)...

Then, you can develop both .net framework 2.0 and .NET framework 3.0(WPF ,
WCF) applications without any problem. And you can choose the project
template respectively.
For Windows Vista, after install the Visual Studio 2005 sp1, you still
need
to install a further update for vista before you install .NET 3.0
extensions. .NET framework 3.0 is preinstalled on Vista and you only need
to install windows SDK for vista and VS 2005 extensions for .net 3.0.

Here is a good blog entry introducing setup a .net 3.0 development
environment:

#Building a Perfect WPF Developer Workstation
http://blogs.msdn.com/tims/archive/2...ct-wpf-develop
er-workstation.aspx

and also a good article explain the .NET 3.0 deployment and how it
associate with .net framework 2.0:

#.NET Framework 3.0 Versioning and Deployment Q&A
http://msdn2.microsoft.com/en-us/net.../aa663314.aspx

Sincerely,

Steven Cheng

Microsoft MSDN Online Support Lead
This posting is provided "AS IS" with no warranties, and confers no
rights.
>

Apr 4 '07 #8
Thanks for your reply Dave,

If you have any further questions, please feel free to post here.

Sincerely,

Steven Cheng

Microsoft MSDN Online Support Lead
This posting is provided "AS IS" with no warranties, and confers no rights.

Apr 5 '07 #9
Installing WWF corrupted the Properties window and returned an error
related to corrupted memory.

with regards,
J.V.Ravichandran
- http://www.geocities.com/
jvravichandran
- Or, just search on "J.V.Ravichandran"
at http://www.Google.com

*** Sent via Developersdex http://www.developersdex.com ***
Apr 5 '07 #10

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

0
by: Ravindra | last post by:
Well I installed the framework provided by microsoft , the problem is I am able to activate the smart tag in the doc file but when I Click on the Show Detils option in the information bridge the...
3
by: CMan | last post by:
Hi, We are currently trying to install .Net Framework v.1.1 on a server which already has v1.0. We are receiving the following error. Error 1704.An installation for Microsoft .NET Framework...
2
by: j.b.messina | last post by:
This has not yet been published by Microsoft. It will be published within the next few weeks, mainly because I asked them to. I felt this was information badly needed, and I think this is the...
18
by: Cameron Laird | last post by:
QOTW: "... So I started profiling the code and the slowdown was actually taking place at places where I didn't expect it." -- Guyon Mor?e (and about twenty-three thousand others) " suggestion...
3
by: CS Kirk | last post by:
I am new to Visual C#. My question relates to installation and what version of .NET Framework C# is seeing. I installed Visual C# while I had .NET Framework v1.03. Later, using Windows Update in...
6
by: Joseph Geretz | last post by:
I recently upgraded my server to Windows 2003. The first thing I noticed is that my sample WebService pages no longer worked. The Invoke test button is missing. This is addresed by the following KB...
9
by: Tim D | last post by:
Hi, I originally posted this as a reply to a rather old thread in dotnet.framework.general and didn't get any response. I thought it might be more relevant here; anyone got any ideas? My...
3
dmjpro
by: dmjpro | last post by:
plz send me a good link which can clearify me how the J2EE framework works i want the details information .... plz help thanx
13
by: dancer | last post by:
I have made a new post because when I try to respond to another, I get the error, "Article Rejected -- Ill-formed message id" This is in response to the advice of Juan Libre to install Net...
8
by: Blasting Cap | last post by:
I'm using VS 2005, and have a dll in some code (system.core.dll) that was included in something someone sent me to run on my system. I have production on a server using Framework 2.0 that I want...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.