472,353 Members | 1,236 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 472,353 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 6855
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 ). ...
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...
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...
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...
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...
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,...
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...
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...
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...
1
by: Kemmylinns12 | last post by:
Blockchain technology has emerged as a transformative force in the business world, offering unprecedented opportunities for innovation and...
0
by: Naresh1 | last post by:
What is WebLogic Admin Training? WebLogic Admin Training is a specialized program designed to equip individuals with the skills and knowledge...
0
by: antdb | last post by:
Ⅰ. Advantage of AntDB: hyper-convergence + streaming processing engine In the overall architecture, a new "hyper-convergence" concept was...
2
by: Matthew3360 | last post by:
Hi, I have a python app that i want to be able to get variables from a php page on my webserver. My python app is on my computer. How would I make it...
0
by: AndyPSV | last post by:
HOW CAN I CREATE AN AI with an .executable file that would suck all files in the folder and on my computerHOW CAN I CREATE AN AI with an .executable...
0
by: Matthew3360 | last post by:
Hi, I have been trying to connect to a local host using php curl. But I am finding it hard to do this. I am doing the curl get request from my web...
0
by: Carina712 | last post by:
Setting background colors for Excel documents can help to improve the visual appeal of the document and make it easier to read and understand....
0
BLUEPANDA
by: BLUEPANDA | last post by:
At BluePanda Dev, we're passionate about building high-quality software and sharing our knowledge with the community. That's why we've created a SaaS...
0
by: Rahul1995seven | last post by:
Introduction: In the realm of programming languages, Python has emerged as a powerhouse. With its simplicity, versatility, and robustness, Python...

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.