473,385 Members | 1,343 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,385 software developers and data experts.

which famework will be used

If I have a machine with all 3 versions of the framework (1 , 2 and 3)
am I right in thinking that .net 2003 will choose to use version 1?
Certainly that is what environment.version seems to show.

Thanks
Mar 2 '07 #1
12 1760
Jack,
>If I have a machine with all 3 versions of the framework (1 , 2 and 3)
am I right in thinking that .net 2003 will choose to use version 1?
Certainly that is what environment.version seems to show.
Yes, VS2003 only targets version 1.1.
Mattias

--
Mattias Sjögren [C# MVP] mattias @ mvps.org
http://www.msjogren.net/dotnet/ | http://www.dotnetinterop.com
Please reply only to the newsgroup.
Mar 2 '07 #2
Mattias Sjögren wrote:
Jack,
>If I have a machine with all 3 versions of the framework (1 , 2 and 3)
am I right in thinking that .net 2003 will choose to use version 1?
Certainly that is what environment.version seems to show.

Yes, VS2003 only targets version 1.1.
Mattias
On a side note: Framework 3.0 is not really a framework version. It
mostly just installs WCF, WWF and WPF, the framework that is used for
those is still 2.0.

The real framework 3.0 will not come until framework 3.5.

Yes, it does not lack elements of confusion. ;)

--
Göran Andersson
_____
http://www.guffa.com
Mar 2 '07 #3
On Fri, 02 Mar 2007 22:23:24 +0100, Göran Andersson wrote:
Mattias Sjögren wrote:
>Jack,
>>If I have a machine with all 3 versions of the framework (1 , 2 and 3)
am I right in thinking that .net 2003 will choose to use version 1?
Certainly that is what environment.version seems to show.

Yes, VS2003 only targets version 1.1.

Mattias

On a side note: Framework 3.0 is not really a framework version. It
mostly just installs WCF, WWF and WPF, the framework that is used for
those is still 2.0.

The real framework 3.0 will not come until framework 3.5.

Yes, it does not lack elements of confusion. ;)
I truly hope Microsoft will learn from the supreme confusion they
introduced with this choice of naming it .NET 3 and not repeat it again!
--
Bits.Bytes
http://bytes.thinkersroom.com
Mar 3 '07 #4
Rad [Visual C# MVP] wrote:
On Fri, 02 Mar 2007 22:23:24 +0100, Göran Andersson wrote:
>Mattias Sjögren wrote:
>>Jack,

If I have a machine with all 3 versions of the framework (1 , 2 and 3)
am I right in thinking that .net 2003 will choose to use version 1?
Certainly that is what environment.version seems to show.
Yes, VS2003 only targets version 1.1.

Mattias
On a side note: Framework 3.0 is not really a framework version. It
mostly just installs WCF, WWF and WPF, the framework that is used for
those is still 2.0.

The real framework 3.0 will not come until framework 3.5.

Yes, it does not lack elements of confusion. ;)

I truly hope Microsoft will learn from the supreme confusion they
introduced with this choice of naming it .NET 3 and not repeat it again!
I am quite sure that they will not call any more products .NET 3. ;)

--
Göran Andersson
_____
http://www.guffa.com
Mar 3 '07 #5
"Rad [Visual C# MVP]" <no****@nospam.comschrieb:
>On a side note: Framework 3.0 is not really a framework version. It
mostly just installs WCF, WWF and WPF, the framework that is used for
those is still 2.0.

The real framework 3.0 will not come until framework 3.5.

Yes, it does not lack elements of confusion. ;)

I truly hope Microsoft will learn from the supreme confusion they
introduced with this choice of naming it .NET 3 and not repeat it again!
With marketing and legal departments making such decisions I would not vote
on this ;-).

--
M S Herfried K. Wagner
M V P <URL:http://dotnet.mvps.org/>
V B <URL:http://dotnet.mvps.org/dotnet/faqs/>

Mar 3 '07 #6
On Sat, 3 Mar 2007 14:40:10 +0100, Herfried K. Wagner [MVP] wrote:
"Rad [Visual C# MVP]" <no****@nospam.comschrieb:
>>On a side note: Framework 3.0 is not really a framework version. It
mostly just installs WCF, WWF and WPF, the framework that is used for
those is still 2.0.

The real framework 3.0 will not come until framework 3.5.

Yes, it does not lack elements of confusion. ;)

I truly hope Microsoft will learn from the supreme confusion they
introduced with this choice of naming it .NET 3 and not repeat it again!

With marketing and legal departments making such decisions I would not vote
on this ;-).
Ah well ... one can but hope :)
--
Bits.Bytes
http://bytes.thinkersroom.com
Mar 3 '07 #7
What happens if I only have .net 2.0 framework and try to run either VS2003
or apps developed with VS2003?
--
Dennis in Houston
"Mattias Sjögren" wrote:
Jack,
If I have a machine with all 3 versions of the framework (1 , 2 and 3)
am I right in thinking that .net 2003 will choose to use version 1?
Certainly that is what environment.version seems to show.

Yes, VS2003 only targets version 1.1.
Mattias

--
Mattias Sjögren [C# MVP] mattias @ mvps.org
http://www.msjogren.net/dotnet/ | http://www.dotnetinterop.com
Please reply only to the newsgroup.
Mar 8 '07 #8
It won't work. VS2003 only works with .Net 1.1
Robin S.
---------------------------
"Dennis" <De****@discussions.microsoft.comwrote in message
news:BA**********************************@microsof t.com...
What happens if I only have .net 2.0 framework and try to run either
VS2003
or apps developed with VS2003?
--
Dennis in Houston
"Mattias Sjögren" wrote:
>Jack,
>If I have a machine with all 3 versions of the framework (1 , 2 and 3)
am I right in thinking that .net 2003 will choose to use version 1?
Certainly that is what environment.version seems to show.

Yes, VS2003 only targets version 1.1.
Mattias

--
Mattias Sjögren [C# MVP] mattias @ mvps.org
http://www.msjogren.net/dotnet/ | http://www.dotnetinterop.com
Please reply only to the newsgroup.

Mar 8 '07 #9
Are you sure, I am sure that I tried it and it did. I will try to do it
again.
Jack Russell

RobinS wrote:
It won't work. VS2003 only works with .Net 1.1
Robin S.
---------------------------
"Dennis" <De****@discussions.microsoft.comwrote in message
news:BA**********************************@microsof t.com...
>>What happens if I only have .net 2.0 framework and try to run either
VS2003
or apps developed with VS2003?
--
Dennis in Houston
"Mattias Sjögren" wrote:

>>>Jack,
If I have a machine with all 3 versions of the framework (1 , 2 and 3)
am I right in thinking that .net 2003 will choose to use version 1?
Certainly that is what environment.version seems to show.

Yes, VS2003 only targets version 1.1.
Mattias

--
Mattias Sjögren [C# MVP] mattias @ mvps.org
http://www.msjogren.net/dotnet/ | http://www.dotnetinterop.com
Please reply only to the newsgroup.


Mar 8 '07 #10
I am sure.

Robin S.
======================
"Jack Russell" <ja***@norubbish.tpg.com.auwrote in message
news:uZ**************@TK2MSFTNGP06.phx.gbl...
Are you sure, I am sure that I tried it and it did. I will try to do it
again.
Jack Russell

RobinS wrote:
>It won't work. VS2003 only works with .Net 1.1
Robin S.
---------------------------
"Dennis" <De****@discussions.microsoft.comwrote in message
news:BA**********************************@microso ft.com...
>>>What happens if I only have .net 2.0 framework and try to run either
VS2003
or apps developed with VS2003?
--
Dennis in Houston
"Mattias Sjögren" wrote:
Jack,
>If I have a machine with all 3 versions of the framework (1 , 2 and 3)
>am I right in thinking that .net 2003 will choose to use version 1?
>Certainly that is what environment.version seems to show.

Yes, VS2003 only targets version 1.1.
Mattias

--
Mattias Sjögren [C# MVP] mattias @ mvps.org
http://www.msjogren.net/dotnet/ | http://www.dotnetinterop.com
Please reply only to the newsgroup.

Mar 9 '07 #11
Robin

Of course you are right I am sorry, I was thinking of projects developed
with VS2003 running with framework 2.

Jack

RobinS wrote:
I am sure.

Robin S.
======================
"Jack Russell" <ja***@norubbish.tpg.com.auwrote in message
news:uZ**************@TK2MSFTNGP06.phx.gbl...
>>Are you sure, I am sure that I tried it and it did. I will try to do it
again.
Jack Russell

RobinS wrote:
>>>It won't work. VS2003 only works with .Net 1.1
Robin S.
---------------------------
"Dennis" <De****@discussions.microsoft.comwrote in message
news:BA**********************************@micro soft.com...
What happens if I only have .net 2.0 framework and try to run either
VS2003
or apps developed with VS2003?
--
Dennis in Houston
"Mattias Sjögren" wrote:

>Jack,
>
>
>
>>If I have a machine with all 3 versions of the framework (1 , 2 and 3)
>>am I right in thinking that .net 2003 will choose to use version 1?
>>Certainly that is what environment.version seems to show.
>
>Yes, VS2003 only targets version 1.1.
>
>
>Mattias
>
>--
>Mattias Sjögren [C# MVP] mattias @ mvps.org
>http://www.msjogren.net/dotnet/ | http://www.dotnetinterop.com
>Please reply only to the newsgroup.
>

Mar 9 '07 #12
You mean VS2005. VS2003 only works with .Net 1.1.

Robin S.
---------------------
"Jack Russell" <ja***@norubbish.tpg.com.auwrote in message
news:eF**************@TK2MSFTNGP02.phx.gbl...
Robin

Of course you are right I am sorry, I was thinking of projects developed
with VS2003 running with framework 2.

Jack

RobinS wrote:
>I am sure.

Robin S.
======================
"Jack Russell" <ja***@norubbish.tpg.com.auwrote in message
news:uZ**************@TK2MSFTNGP06.phx.gbl...
>>>Are you sure, I am sure that I tried it and it did. I will try to do it
again.
Jack Russell

RobinS wrote:

It won't work. VS2003 only works with .Net 1.1
Robin S.
---------------------------
"Dennis" <De****@discussions.microsoft.comwrote in message
news:BA**********************************@micr osoft.com...
>What happens if I only have .net 2.0 framework and try to run either
>VS2003
>or apps developed with VS2003?
>--
>Dennis in Houston
>
>
>"Mattias Sjögren" wrote:
>
>
>
>>Jack,
>>
>>
>>
>>>If I have a machine with all 3 versions of the framework (1 , 2 and
>>>3)
>>>am I right in thinking that .net 2003 will choose to use version 1?
>>>Certainly that is what environment.version seems to show.
>>
>>Yes, VS2003 only targets version 1.1.
>>
>>
>>Mattias
>>
>>--
>>Mattias Sjögren [C# MVP] mattias @ mvps.org
>>http://www.msjogren.net/dotnet/ | http://www.dotnetinterop.com
>>Please reply only to the newsgroup.
>>


Mar 9 '07 #13

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

Similar topics

5
by: Sells, Fred | last post by:
I see there are several different choices for Python GUI API's. Is there any indication of which ones are 1. the most commonly used? 2. the most reliable? 3. the most robust?
17
by: lawrence | last post by:
How is it possible that the question "How do I detect which browser the user has" is missing from this FAQ: http://www.faqts.com/knowledge_base/index.phtml/fid/125 and is only here on this...
4
by: maricel | last post by:
Could someone confirm which tablespace is being used when running ALTER & CREATE INDEX. Is it the tempspace or the tablespace where the table resides? Many thanks, maricel
65
by: Skybuck Flying | last post by:
Hi, I needed a method to determine if a point was on a line segment in 2D. So I googled for some help and so far I have evaluated two methods. The first method was only a formula, the second...
9
by: Robert Lario | last post by:
C# verses VB.Net Which Way to go. I am sure this issues has come up before. Please direct me to any good articles that cover this issue. Ideally some neutral assessment.
17
by: clintonG | last post by:
I'm using an .aspx tool I found at but as nice as the interface is I think I need to consider using others. Some can generate C# I understand. Your preferences please... <%= Clinton Gallagher ...
4
by: mflll | last post by:
I am looking into the different techniques of handling arrays of edit boxes in Java Script. The first program below works fine. However, are there better ways of doing this, where the person...
48
by: meyer | last post by:
Hi everyone, which compiler will Python 2.5 on Windows (Intel) be built with? I notice that Python 2.4 apparently has been built with the VS2003 toolkit compiler, and I read a post from Scott...
0
by: macca | last post by:
Does anyone use the Zend Famework? Is it worth learning to use?
0
by: Faith0G | last post by:
I am starting a new it consulting business and it's been a while since I setup a new website. Is wordpress still the best web based software for hosting a 5 page website? The webpages will be...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 3 Apr 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 former...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
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: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
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
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...

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.