473,397 Members | 2,077 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,397 software developers and data experts.

.NET Framework 2.0

Hello,

Is it possible to use the .NET Framework 2.0 with VS 2003 ?
If yes, how to install it ?

Or is the 2.0 reserved for VS 2005 ?

Thank you.

Pierre.
Feb 20 '06 #1
10 949
Pierre,

VS 2003 is based on 1.1 and can't use 2.0

Eliyahu

"Pierre" <pi*******@freesurf.fr> wrote in message
news:ey**************@TK2MSFTNGP10.phx.gbl...
Hello,

Is it possible to use the .NET Framework 2.0 with VS 2003 ?
If yes, how to install it ?

Or is the 2.0 reserved for VS 2005 ?

Thank you.

Pierre.

Feb 20 '06 #2
I've heard it' spossible through severe hacking but highly unrecommended

Karl
--
http://www.openmymind.net/
http://www.fuelindustries.com/
"Pierre" <pi*******@freesurf.fr> wrote in message
news:ey**************@TK2MSFTNGP10.phx.gbl...
Hello,

Is it possible to use the .NET Framework 2.0 with VS 2003 ?
If yes, how to install it ?

Or is the 2.0 reserved for VS 2005 ?

Thank you.

Pierre.

Feb 20 '06 #3
Just wondering what could be a motivation for that.

Eliyahu

"Karl Seguin [MVP]" <karl REMOVE @ REMOVE openmymind REMOVEMETOO . ANDME
net> wrote in message news:ut**************@TK2MSFTNGP15.phx.gbl...
I've heard it' spossible through severe hacking but highly unrecommended

Karl
--
http://www.openmymind.net/
http://www.fuelindustries.com/
"Pierre" <pi*******@freesurf.fr> wrote in message
news:ey**************@TK2MSFTNGP10.phx.gbl...
Hello,

Is it possible to use the .NET Framework 2.0 with VS 2003 ?
If yes, how to install it ?

Or is the 2.0 reserved for VS 2005 ?

Thank you.

Pierre.


Feb 20 '06 #4
VS.NET Pro is expensive

Karl

--
http://www.openmymind.net/
http://www.fuelindustries.com/
"Eliyahu Goldin" <re*************@monarchmed.com> wrote in message
news:%2****************@TK2MSFTNGP14.phx.gbl...
Just wondering what could be a motivation for that.

Eliyahu

"Karl Seguin [MVP]" <karl REMOVE @ REMOVE openmymind REMOVEMETOO . ANDME
net> wrote in message news:ut**************@TK2MSFTNGP15.phx.gbl...
I've heard it' spossible through severe hacking but highly unrecommended

Karl
--
http://www.openmymind.net/
http://www.fuelindustries.com/
"Pierre" <pi*******@freesurf.fr> wrote in message
news:ey**************@TK2MSFTNGP10.phx.gbl...
Hello,

Is it possible to use the .NET Framework 2.0 with VS 2003 ?
If yes, how to install it ?

Or is the 2.0 reserved for VS 2005 ?

Thank you.

Pierre.



Feb 20 '06 #5
* Anything compiled in 2003 should run in .NET 2.0.
* You cannot compile 2.0 in 2003
* You can create a command line builder for 2.0 and compile 2003 (1.1) sources
* You can download the free Express tools, convert and compile. Make a copy
if you need to go back to 1.1 as the project files change.

--
Gregory A. Beamer
MVP; MCP: +I, SE, SD, DBA

***************************
Think Outside the Box!
***************************
"Pierre" wrote:
Hello,

Is it possible to use the .NET Framework 2.0 with VS 2003 ?
If yes, how to install it ?

Or is the 2.0 reserved for VS 2005 ?

Thank you.

Pierre.

Feb 20 '06 #6
Crack smoking comes to mind! :-)

--
Gregory A. Beamer
MVP; MCP: +I, SE, SD, DBA

***************************
Think Outside the Box!
***************************
"Eliyahu Goldin" wrote:
Just wondering what could be a motivation for that.

Eliyahu

"Karl Seguin [MVP]" <karl REMOVE @ REMOVE openmymind REMOVEMETOO . ANDME
net> wrote in message news:ut**************@TK2MSFTNGP15.phx.gbl...
I've heard it' spossible through severe hacking but highly unrecommended

Karl
--
http://www.openmymind.net/
http://www.fuelindustries.com/
"Pierre" <pi*******@freesurf.fr> wrote in message
news:ey**************@TK2MSFTNGP10.phx.gbl...
Hello,

Is it possible to use the .NET Framework 2.0 with VS 2003 ?
If yes, how to install it ?

Or is the 2.0 reserved for VS 2005 ?

Thank you.

Pierre.



Feb 20 '06 #7
On Mon, 20 Feb 2006 10:18:51 -0500, Karl Seguin [MVP] wrote:
VS.NET Pro is expensive


VS.NET Express is not.
Feb 20 '06 #8
Hello

Thank you for your response.

What are the free express tools ?
And where to get it ?

Regards.

Pierre.
"Cowboy (Gregory A. Beamer) - MVP" <No************@comcast.netNoSpamM> a
écrit dans le message de news:
F5**********************************@microsoft.com...
* Anything compiled in 2003 should run in .NET 2.0.
* You cannot compile 2.0 in 2003
* You can create a command line builder for 2.0 and compile 2003 (1.1)
sources
* You can download the free Express tools, convert and compile. Make a
copy
if you need to go back to 1.1 as the project files change.

--
Gregory A. Beamer
MVP; MCP: +I, SE, SD, DBA

***************************
Think Outside the Box!
***************************
"Pierre" wrote:
Hello,

Is it possible to use the .NET Framework 2.0 with VS 2003 ?
If yes, how to install it ?

Or is the 2.0 reserved for VS 2005 ?

Thank you.

Pierre.

Feb 21 '06 #9
Sure, but you can't create a class library. I was just saying :P

Karl

--
http://www.openmymind.net/
http://www.fuelindustries.com/
"Erik Funkenbusch" <er**@despam-funkenbusch.com> wrote in message
news:1c***************@funkenbusch.com...
On Mon, 20 Feb 2006 10:18:51 -0500, Karl Seguin [MVP] wrote:
VS.NET Pro is expensive


VS.NET Express is not.

Feb 21 '06 #10
Hello Pierre,

it is a light wieght version of visual studio for free
download from here
http://msdn.microsoft.com/vstudio/express/

Marwan Tarek
http://www.sharepointblogs.com/marwantarek/
Hello

Thank you for your response.

What are the free express tools ?
And where to get it ?
Regards.

Pierre.

"Cowboy (Gregory A. Beamer) - MVP" <No************@comcast.netNoSpamM>
a écrit dans le message de news:
F5**********************************@microsoft.com...
* Anything compiled in 2003 should run in .NET 2.0.
* You cannot compile 2.0 in 2003
* You can create a command line builder for 2.0 and compile 2003
(1.1)
sources
* You can download the free Express tools, convert and compile. Make
a
copy
if you need to go back to 1.1 as the project files change.
--
Gregory A. Beamer
MVP; MCP: +I, SE, SD, DBA
***************************
Think Outside the Box!
***************************
"Pierre" wrote:
Hello,

Is it possible to use the .NET Framework 2.0 with VS 2003 ? If yes,
how to install it ?

Or is the 2.0 reserved for VS 2005 ?

Thank you.

Pierre.

Feb 21 '06 #11

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...
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...
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...
1
by: Harry Simpson | last post by:
I know I drilled down into the Windows folder\Microsoft.net\Framework\v1.1.4322 folder and looked at the version of Mscorcfg.dll to get the SP level from the version number: Mine shows...
3
by: Shadow Lynx | last post by:
At the bottom of the default Error page that appears when Unhandled Exceptions occur, what exactly is the difference between the "Microsoft ..Net Framework Version" and the "ASP.NET Version"? I...
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
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
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
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
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
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.