473,770 Members | 4,558 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

.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 "installati on 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 3860
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 "installati on 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********@stu dent.tul.edu> wrote in message
news:#s******** ******@tk2msftn gp13.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 "installati on 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********@stu dent.tul.edu> wrote in message
news:%2******** ********@tk2msf tngp13.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
1851
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", I have read that it is not possible to use applications written by myself on other computers that don't have the .NET Framework. I have read in a new version of the guide (published in
2
7113
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 ASP.NET version 1.0 ... it goes on to say that I can create the project to be compliant with version 1.0 but that the application will not be able to use the newer features of ASP .NET 1.1. Now, having installed VS .Net 2003 I understand that I have...
11
3383
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 installing .net framework service pack 1, my code breaks. Below are trivial example files that demonstrate the problem: XSD FILE aaa.xsd ---------------------- <?xml version="1.0" encoding="UTF-8"?>
1
2256
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 v1.1.4322.573 which is supposed to be 1.1 with no service packs.
3
1126
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. It runs fine with .NET Framework 1.1. When I try to run it on a machine with .NET Framework 1.0 installed (without .Net Framework 1.1), the following error is displayed:
3
3071
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 understand that the ASP.Net version is the version of ASP.Net that the current site is running under and it can be retreived with System.Environment.Version.ToString. What exactly is the Microsoft .NET Framework Version that is displayed? It is...
13
1947
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 appending the closing ">" to the preceding line, the compiler flags that last line in the browser (Firefox 5.0) with the message: Compiler Error Message: CS1010: Newline in constant
0
1819
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. Document! X 5 automatically produces professional quality technical documentation and on-line help for Microsoft .NET Framework assemblies (.NET Framework 1.0, 1.1 and 2.0 are all supported), COM components and controls, Visual Basic source code,...
3
6625
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
9602
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
10071
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 tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
1
10017
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 Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
9882
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
8905
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...
1
7431
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 presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
5326
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
1
3987
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
2
3589
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.

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.