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

Removing .Net Framework v 1.0.3705

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 ASP .Net
1.1 ... in fact when I go to Add/Remove programs I see "Microsoft .NET
Framework (English) v1.0.3705" and "Microsoft .NET Framework 1.1".
Essentially my question is: Can I safely remove Microsoft .NET Framework
(English) v1.0.3705 and will this also remove ASP .Net 1.0? One concern I
have is that Add/Remove shows that Microsoft .NET Framework 1.1 uses 36.83MB
of disk space and Microsoft .NET Framework (English) v1.0.3705 uses
1,688.00MB. I have no idea why there is such a discrepancy.

Can someone tell me if I need to retain both versions .NET Framework ... and
explain the size difference between v1.0.3705 and 1.1?

Thanks for your help.

Jul 21 '05 #1
2 7041
For the record:

Version 1.0 = build number 1.0.3705
Version 1.1 = build number 1.1.4322

It's no problem to keep both of the versions on your system; they can live
next to each other. If you remove 1.0, apps written for 1.0 will try to run
with the 1.1 version. There are a few minor breaking changes, so probably
this will work for all your 1.0 apps.

Check out this article about side-by-side execution in ASP.NET :
http://www.asp.net/faq/SideBySide.aspx

Look here for more info about breaking changes:
http://www.gotdotnet.com/team/changeinfo/default.aspx

--
Greetz

Jan Tielens
________________________________
Read my weblog: http://weblogs.asp.net/jan
"fripper" <fr*****@insightbb.com> wrote in message
news:uk**************@TK2MSFTNGP11.phx.gbl...
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 ASP .Net
1.1 ... in fact when I go to Add/Remove programs I see "Microsoft .NET
Framework (English) v1.0.3705" and "Microsoft .NET Framework 1.1".
Essentially my question is: Can I safely remove Microsoft .NET Framework
(English) v1.0.3705 and will this also remove ASP .Net 1.0? One concern I
have is that Add/Remove shows that Microsoft .NET Framework 1.1 uses 36.83MB of disk space and Microsoft .NET Framework (English) v1.0.3705 uses
1,688.00MB. I have no idea why there is such a discrepancy.

Can someone tell me if I need to retain both versions .NET Framework ... and explain the size difference between v1.0.3705 and 1.1?

Thanks for your help.

Jul 21 '05 #2
Thanks for the reply but I think my problem is a lack of a basic
understanding about how web apps created with VB .Net work. I am a
newbie/hobbyist with this stuff and do not have large applications. When I
installed version 1.1 [build number 1.1.4322] of the .Net Framework I did it
with the intention of replacing version 1.0 [build number 1.0.3705] ... I
was simply trying to stay up-to-date. I now understand that unlike most
software, installing a new version of .Net does not replace the older
version. In my case I would like to get rid of version 1.0 ... as far as I
am concerned it is just clutter.

As I understand it, in order to test my web apps on my own machine (before
deploying them to a web server host) I have to have IIS installed ... which
I did months ago and have used successfully to debug my simple web apps.
Now, when I launch Visual Studio .Net 2003 (which is, in essence, .Net
Framework 1.1 as I understand it) to create a new web app 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. The message tells me I can either
upgrade ASP.NET on the server or I can make the app being created compliant
with ASP.NET version 1.0. I want to do the former ... but I do not know how
to upgrade ASP.NET on the server [I had thought that would have happened
when I installed VS .Net 2003].

Thus, I have two questions:

How do I upgrade ASP.NET on my server?

Can I safely remove Microsoft .NET Framework (English) v1.0.3705 and will
this also remove ASP .Net 1.0? One concern I have is that Add/Remove shows
that Microsoft .NET Framework 1.1 uses 36.83MB of disk space and Microsoft
..NET Framework (English) v1.0.3705 uses 1,688.00MB. Way is there such a
discrepancy?

Thanks for your patience with someone struggling to understand this new
world called .Net
"Jan Tielens" <ja*@no.spam.please.leadit.be> wrote in message
news:%2****************@TK2MSFTNGP09.phx.gbl...
For the record:

Version 1.0 = build number 1.0.3705
Version 1.1 = build number 1.1.4322

It's no problem to keep both of the versions on your system; they can live
next to each other. If you remove 1.0, apps written for 1.0 will try to run with the 1.1 version. There are a few minor breaking changes, so probably
this will work for all your 1.0 apps.

Check out this article about side-by-side execution in ASP.NET :
http://www.asp.net/faq/SideBySide.aspx

Look here for more info about breaking changes:Can I safely remove Microsoft .NET Framework
(English) v1.0.3705 and will this also remove ASP .Net 1.0? One concern I have is that Add/Remove shows that Microsoft .NET Framework 1.1 uses

36.83MB
of disk space and Microsoft .NET Framework (English) v1.0.3705 uses
1,688.00MB. I have no idea why there is such a discrepancy. http://www.gotdotnet.com/team/changeinfo/default.aspx

--
Greetz

Jan Tielens
________________________________
Read my weblog: http://weblogs.asp.net/jan
"fripper" <fr*****@insightbb.com> wrote in message
news:uk**************@TK2MSFTNGP11.phx.gbl...
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 ASP ..Net 1.1 ... in fact when I go to Add/Remove programs I see "Microsoft .NET
Framework (English) v1.0.3705" and "Microsoft .NET Framework 1.1".
Essentially my question is: > >
Can someone tell me if I need to retain both versions .NET Framework ...

and
explain the size difference between v1.0.3705 and 1.1?

Thanks for your help.


Jul 21 '05 #3

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

Similar topics

1
by: Anatoly Volodko | last post by:
Hi All, I have installed .NET Framework v.1.1.4322 (with VS .NET 2003) on new operating system (any Windows version - 98, ME,2000, XP,2003 ). Thus, the Framework v.1.0.3705 is NOT installed....
2
by: j.b.messina | last post by:
This has not yet been published by Microsoft. It will be published within the next few weeks, mainly because I asked them to. I felt this was information badly needed, and I think this is the...
0
by: Richard Lionheart | last post by:
Hi, Is this the best NG for the following question? I'm getting repeated (failing) attempts by Windows Update to install a trio of patches it pushed to my WinXP-Pro/SP2 system: o Office...
2
by: Tomas Vera | last post by:
Hello All, I'm running into a problem that I don't know how to solve (properly, at least). Our web servers are running Win2K and have Framework v1.0.3705 running on them. We have a DLL...
0
by: Tito | last post by:
Hi all, I am working with an IIS in a cluster running W2K. I need ASP.Net for the IIS so I Installed FrameWork.Net in both machines for this issue. IIS runs perfectly but I have a problem with...
3
by: zZ | last post by:
Hi All, I need to detect the framework installed from both VB.Net and VB6. Can someone give me an hint? Thanks for any tip. Kind regards, Zen
3
by: ray well | last post by:
hi, what registry entry would i look up to find out if the .net framework 1.1 is installed on a machine? do registry entries know the difference between .net 1.1 and 1.0, my understanding is...
3
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...
0
by: Andy Rush | last post by:
Hi, I'm not sure if I've posted this on the correct forum, but I couldn't see anywhere else that related to this specific problem. We have developed an asp.net application under version...
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...
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
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,...
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...

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.