473,804 Members | 4,518 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

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.ver sion seems to show.

Thanks
Mar 2 '07 #1
12 1788
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.ver sion 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.ver sion 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.ver sion 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.ver sion 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.ver sion 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****@discuss ions.microsoft. comwrote in message
news:BA******** *************** ***********@mic rosoft.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.ver sion 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****@discuss ions.microsoft. comwrote in message
news:BA******** *************** ***********@mic rosoft.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.ver sion 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

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

Similar topics

5
2308
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
2572
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 with a link to old information that suggests use of "navigator": http://developer.irt.org/script/43.htm
4
5881
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
12632
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 method was a piece of C code which turned out to be incorrect and incomplete but by modifieing it would still be usuable. The first method was this piece of text:
9
288
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
3982
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 http://forta.com/books/0672325667/
4
9700
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 writing the JavaScript doesn't have to pass the index in the "onChange" event name. I thought that one might be able to use "this.value" or compare this as
48
4964
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 David Daniels where he said that probably the VS2003 toolkit will be used for Python 2.5 again. However, even before the release of Python 2.5, I cannot seem to find many retailers around here that still carry Visual Studio 2003, and some were a...
0
967
by: macca | last post by:
Does anyone use the Zend Famework? Is it worth learning to use?
0
9706
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, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
9579
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
10577
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
10077
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 protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
9150
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, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
0
6853
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
5651
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
4299
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
3
2991
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

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.