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

.net framework version displayed in Visual C#

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 IE I tried to update .NET
Framework from v1.0 to v1.1. It refused to update like
that, always saying something like "installation failed".
(Actually I had tried to do this update before installing
Visual C# and it had failed similarly.) And when I checked
the Help-About in Visual C#, it said .NET Framework 1.03.
I didn't know why it would not upgrade. So I went to
Control Panel, Add Remove Programs. Both v1.0 and v1.1
of .NET Framework were listed there. However, every time I
went back to Windows Update in IE, it still said that I
needed v1.1 and still failed to install. So from Control
Panel I removed .NET framework v1.0. Then rebooted and
went back to Visual C#, which now said that I had v 1.0,
as opposed to the 1.03 it had listed earlier. And when
went to Windows Update, it still said I needed .NET
framework v1.1. But when tried to get it, it failed to
install again. So I went back to Control Panel and removed
v1.1 listed there. Then rebooted and went back to Windows
Update. This time .NET Framework v1.1 installed
successfully. But when I went back into Visual C#, Help,
About still says "Microsoft .NET Framework 1.0". I imagine
that it should show v1.1. If so, and the version displayed
there matters, how do I fix it? I am starting a brand new
project. So this is not a matter of trying to update an
existing app from v1.0 to 1.1. It is a matter of trying to
start in v1.1, and being concerned that Visual C# is
saying .NET Framework v1.0.

Windows 2000 Professional SP4 with all updates
Potentially relevant installed programs are:
..NET Framework v1.1
..NET Framework SDK
Microsoft SDK
SQL Server Desktop Engine
Visual C# Standard - English
Nov 15 '05 #1
3 3840
Hey Kirk,

You cannot use the .NET Framework 1.1 with Visual Studio 2002 I believe.
Only when you update to VS.NET 2003 you can choose to use 1.0 or 1.1.

Greetz,
-- Rob.

CS Kirk wrote:
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 IE I tried to update .NET
Framework from v1.0 to v1.1. It refused to update like
that, always saying something like "installation failed".
(Actually I had tried to do this update before installing
Visual C# and it had failed similarly.) And when I checked
the Help-About in Visual C#, it said .NET Framework 1.03.
I didn't know why it would not upgrade. So I went to
Control Panel, Add Remove Programs. Both v1.0 and v1.1
of .NET Framework were listed there. However, every time I
went back to Windows Update in IE, it still said that I
needed v1.1 and still failed to install. So from Control
Panel I removed .NET framework v1.0. Then rebooted and
went back to Visual C#, which now said that I had v 1.0,
as opposed to the 1.03 it had listed earlier. And when
went to Windows Update, it still said I needed .NET
framework v1.1. But when tried to get it, it failed to
install again. So I went back to Control Panel and removed
v1.1 listed there. Then rebooted and went back to Windows
Update. This time .NET Framework v1.1 installed
successfully. But when I went back into Visual C#, Help,
About still says "Microsoft .NET Framework 1.0". I imagine
that it should show v1.1. If so, and the version displayed
there matters, how do I fix it? I am starting a brand new
project. So this is not a matter of trying to update an
existing app from v1.0 to 1.1. It is a matter of trying to
start in v1.1, and being concerned that Visual C# is
saying .NET Framework v1.0.

Windows 2000 Professional SP4 with all updates
Potentially relevant installed programs are:
.NET Framework v1.1
.NET Framework SDK
Microsoft SDK
SQL Server Desktop Engine
Visual C# Standard - English

Nov 15 '05 #2
I normally install the Framework and MDAC updates BEFORE installing the
VS.NET IDE. That way I know what build I am running.
"Rob Tillie" <Ro********@student.tul.edu> wrote in message
news:#s**************@tk2msftngp13.phx.gbl...
Hey Kirk,

You cannot use the .NET Framework 1.1 with Visual Studio 2002 I believe.
Only when you update to VS.NET 2003 you can choose to use 1.0 or 1.1.

Greetz,
-- Rob.

CS Kirk wrote:
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 IE I tried to update .NET
Framework from v1.0 to v1.1. It refused to update like
that, always saying something like "installation failed".
(Actually I had tried to do this update before installing
Visual C# and it had failed similarly.) And when I checked
the Help-About in Visual C#, it said .NET Framework 1.03.
I didn't know why it would not upgrade. So I went to
Control Panel, Add Remove Programs. Both v1.0 and v1.1
of .NET Framework were listed there. However, every time I
went back to Windows Update in IE, it still said that I
needed v1.1 and still failed to install. So from Control
Panel I removed .NET framework v1.0. Then rebooted and
went back to Visual C#, which now said that I had v 1.0,
as opposed to the 1.03 it had listed earlier. And when
went to Windows Update, it still said I needed .NET
framework v1.1. But when tried to get it, it failed to
install again. So I went back to Control Panel and removed
v1.1 listed there. Then rebooted and went back to Windows
Update. This time .NET Framework v1.1 installed
successfully. But when I went back into Visual C#, Help,
About still says "Microsoft .NET Framework 1.0". I imagine
that it should show v1.1. If so, and the version displayed
there matters, how do I fix it? I am starting a brand new
project. So this is not a matter of trying to update an
existing app from v1.0 to 1.1. It is a matter of trying to
start in v1.1, and being concerned that Visual C# is
saying .NET Framework v1.0.

Windows 2000 Professional SP4 with all updates
Potentially relevant installed programs are:
.NET Framework v1.1
.NET Framework SDK
Microsoft SDK
SQL Server Desktop Engine
Visual C# Standard - English


Nov 15 '05 #3

"Rob Tillie" <Ro********@student.tul.edu> wrote in message
news:%2****************@tk2msftngp13.phx.gbl...
Hey Kirk,

You cannot use the .NET Framework 1.1 with Visual Studio 2002 I believe.
Only when you update to VS.NET 2003 you can choose to use 1.0 or 1.1.


Right; you can perfectly well have .NET 1.0 and 1.1 on the same computer;
1.1 does not replace 1.0. But Visual Studio .NET 2002 and its .exe files
that it produces use 1.0.
Nov 15 '05 #4

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

Similar topics

3
by: Federico | last post by:
Dear all, I've an old version of Visual Studio.NET (2002)standard and I have read the guide for developers by Halvorson. In the section on "how to distribute a Visual Basic . NET Application",...
2
by: fripper | last post by:
I have installed Visual Studio .Net 2003 on top of an earlier version. Now, when I open a new project I get a message that says Visual Studio .NET has detected that the web server is running...
11
by: Ceri Williams | last post by:
I followed the excellent MSDN article "Code Generation in the .NET Framework Using XML Schema" to build a substitute for the limited xsd.exe. My code works fine under .NET framework 1.1, but after...
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: Jeff | last post by:
Hi - I have a VB.NET Windows Forms application that I developed using MS Visual Studio .NET Professional 2003. I'd like the app to be able to run with either 1.1 or 1.0 of the .NET Framework. ...
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...
13
by: Richard | last post by:
Hi All, The ASPX file below runs fine in ASP .NET WebMatrix 0.6 under WinXP/SP2 with IIS 5.1 and .NET Framework 1.0, 1.1 and 2.0. But if the last scriptString line is eliminated after...
0
by: innovasys | last post by:
TORQUAY, DEVON, UK - Innovasys announced the release of Document! X 5, the fifth version of the documentation solution of choice for developers using Microsoft Visual Studio or the .NET Framework....
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
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
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?
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...
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:
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...
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...

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.