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

How can I disable Net Framework >>without<< uninstalling it?

I have the Service Pack installed, but this program is just plain
buggy. I don't even WANT it, but I couldn't get my ATI drivers to
install unless I had it on the system.

I don't mind if the files just sit there; I just don't want them
RUNNING. Not once have I been able to shut down my computer without
having to suffer a 2 minute wait while "NET FRAMEWORK is not
responding."

I have Windows 2000 Professional and am about to commence a reinstall
with new HDD's, so I want to see this modification in action BEFORE I
do the new install, just to see how it's affecting my video (if at
all).

Thanks.

Nov 19 '05 #1
5 3471
If it's the .Net Framework you want to disable,
just run "aspnet_regiis -u" from the command line
in the .Net Framework directory.

From your comment that "I have the Service Pack installed",
I wonder if the problem you have is .Net related, though.

The reason for my comment is that you say that :
I couldn't get my ATI drivers to
install unless I had it on the system.
The .Net Framework doesn't talk to video drivers.

I would try to uninstall the *Windows 2000* Service Pack,
and attempt to reinstall it, if you took the option to save your
system's rollback info when you installed whatever Service Pack you installed.

Otherwise, it's format time for you.

Juan T. Llibre
ASP.NET MVP
http://asp.net.do/foros/
Foros de ASP.NET en Español
Ven, y hablemos de ASP.NET...
======================

<by*******@usa.net> wrote in message
news:11**********************@f14g2000cwb.googlegr oups.com...I have the Service Pack installed, but this program is just plain
buggy. I don't even WANT it, but I couldn't get my ATI drivers to
install unless I had it on the system.

I don't mind if the files just sit there; I just don't want them
RUNNING. Not once have I been able to shut down my computer without
having to suffer a 2 minute wait while "NET FRAMEWORK is not
responding."

I have Windows 2000 Professional and am about to commence a reinstall
with new HDD's, so I want to see this modification in action BEFORE I
do the new install, just to see how it's affecting my video (if at
all).

Thanks.

Nov 19 '05 #2
ATI's Catalyst Control Center is built on the .Net Framework. Catalyst is
the utility used to control all of ATI's graphic card settings.
Mark Fitzpatrick
Microsoft MVP - FrontPage
I couldn't get my ATI drivers to
install unless I had it on the system.


The .Net Framework doesn't talk to video drivers.

Nov 19 '05 #3
I had the same problem as you after install the .NET SP1.

I discovered that the problems related to VPN connections on my system, I
was able to resolve the problem by disabling the VPN connection in Network
settings.

If you run multiple IPs and/or Network cards you may see this problem
also -- again the solutions was to disable one of my network cards (since
many motherboards come with two built in network cards now).

..NET framework will be part of the next Windows OS, like it or not.

Rob.

<by*******@usa.net> wrote in message
news:11**********************@f14g2000cwb.googlegr oups.com...
I have the Service Pack installed, but this program is just plain
buggy. I don't even WANT it, but I couldn't get my ATI drivers to
install unless I had it on the system.

I don't mind if the files just sit there; I just don't want them
RUNNING. Not once have I been able to shut down my computer without
having to suffer a 2 minute wait while "NET FRAMEWORK is not
responding."

I have Windows 2000 Professional and am about to commence a reinstall
with new HDD's, so I want to see this modification in action BEFORE I
do the new install, just to see how it's affecting my video (if at
all).

Thanks.

Nov 19 '05 #4
Ahhh...thanks, Mark.

That is a first, isn't it ?

Juan T. Llibre
ASP.NET MVP
http://asp.net.do/foros/
Foros de ASP.NET en Español
Ven, y hablemos de ASP.NET...
======================

"Mark Fitzpatrick" <ma******@fitzme.com> wrote in message
news:%2****************@TK2MSFTNGP14.phx.gbl...
ATI's Catalyst Control Center is built on the .Net Framework. Catalyst is the utility
used to control all of ATI's graphic card settings.
Mark Fitzpatrick
Microsoft MVP - FrontPage
I couldn't get my ATI drivers to
install unless I had it on the system.


The .Net Framework doesn't talk to video drivers.


Nov 19 '05 #5
re:
.NET framework will be part of the next Windows OS, like it or not.
It already was a part of Windows 2003 Server, with .Net 1.1.

Longhorn will release with the .Net Framework 2.0 pre-installed,
although not eveything in Longhorn will run on .Net.

Good 'ol fashioned C++ will still be used as a building block/glue.

Avalon, Indigo and WinFX will all use the .Net Framework, though,
and you will be able to program against them with C# and VB.NET.

According to Paul Thurrott, Longhorn Beta 1 will be released next week :

http://www.windowsitpro.com/Article/...013/47013.html

The IE 7 Beta should be released at the same time.
http://www.windowsitpro.com/Windows/...ows_47059.html

Juan T. Llibre
ASP.NET MVP
http://asp.net.do/foros/
Foros de ASP.NET en Español
Ven, y hablemos de ASP.NET...
======================

"Rob R. Ainscough" <ro*****@pacbell.net> wrote in message
news:%2****************@TK2MSFTNGP14.phx.gbl...I had the same problem as you after install the .NET SP1.

I discovered that the problems related to VPN connections on my system, I was able to
resolve the problem by disabling the VPN connection in Network settings.

If you run multiple IPs and/or Network cards you may see this problem also -- again the
solutions was to disable one of my network cards (since many motherboards come with two
built in network cards now).

.NET framework will be part of the next Windows OS, like it or not.

Rob. <by*******@usa.net> wrote in message
news:11**********************@f14g2000cwb.googlegr oups.com...
I have the Service Pack installed, but this program is just plain
buggy. I don't even WANT it, but I couldn't get my ATI drivers to
install unless I had it on the system.

I don't mind if the files just sit there; I just don't want them
RUNNING. Not once have I been able to shut down my computer without
having to suffer a 2 minute wait while "NET FRAMEWORK is not
responding."

I have Windows 2000 Professional and am about to commence a reinstall
with new HDD's, so I want to see this modification in action BEFORE I
do the new install, just to see how it's affecting my video (if at
all).

Thanks.

Nov 19 '05 #6

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

Similar topics

6
by: lecichy | last post by:
Hello. Well, I found this piece of code on php.net. Thats fine but where can i find explanation for all these ("|\')?(*)("|\')?.*>(*)' syntax so that I can construct my own rules for all kind...
4
by: Don Wash | last post by:
Hi All! I'm getting the following Error: No DLLs has been compiled yet and nothing in the \bin directory. So it is not the versioning problem or anything like that. And here are the...
3
by: Sonal | last post by:
I am trying to impersonate user with windows account. If I write following lines in web.config it show error <identity impersonate="true" userName="contoso\Jane" password="pass"/> ERROR:...
4
by: SammyBar | last post by:
Hi all, I wonder is it possible to upload the content of an <imgfield to a server. The content of the <imgwas downloaded from a web site different from the one it should be uploaded. The image...
2
by: danielhdez14142 | last post by:
Some time ago, I had a segment of code like vector<vector<int example; f(example); and inside f, I defined vector<int>'s and used push_back to get them inside example. I got a segmentation...
0
by: hummh | last post by:
Hi, I'm fighting with the asp.net 2.0 sitemappath control. I want to render breadcrumb items using <uland <litags, but the control mixes them with <spantags. That leads to invalid XHTML...
2
by: sf | last post by:
Hundsome Money Online Guaranteed payment month after month · Work part time or full time as you like . Make quick good cash working 2 to 3 hours a day . Work anywhere from home/ office without...
0
by: singh8146 | last post by:
Make money online money · Work part time or full time as you like . Make quick good cash working 2 to 3 hours a day . Work anywhere from home/ office without restrictions · Guaranteed...
10
by: lpinho | last post by:
Hi all, I have a class (named for the example myObject) that can be of several types (int, string, float, etc), instead of using a object to define it's type I used a generic. public class...
0
by: DolphinDB | last post by:
Tired of spending countless mintues downsampling your data? Look no further! In this article, you’ll learn how to efficiently downsample 6.48 billion high-frequency records to 61 million...
1
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 6 Mar 2024 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM). In this month's session, we are pleased to welcome back...
0
by: Vimpel783 | last post by:
Hello! Guys, I found this code on the Internet, but I need to modify it a little. It works well, the problem is this: Data is sent from only one cell, in this case B5, but it is necessary that data...
0
by: ArrayDB | last post by:
The error message I've encountered is; ERROR:root:Error generating model response: exception: access violation writing 0x0000000000005140, which seems to be indicative of an access violation...
1
by: PapaRatzi | last post by:
Hello, I am teaching myself MS Access forms design and Visual Basic. I've created a table to capture a list of Top 30 singles and forms to capture new entries. The final step is a form (unbound)...
1
by: CloudSolutions | last post by:
Introduction: For many beginners and individual users, requiring a credit card and email registration may pose a barrier when starting to use cloud servers. However, some cloud server providers now...
1
by: Defcon1945 | last post by:
I'm trying to learn Python using Pycharm but import shutil doesn't work
0
by: af34tf | last post by:
Hi Guys, I have a domain whose name is BytesLimited.com, and I want to sell it. Does anyone know about platforms that allow me to list my domain in auction for free. Thank you
0
by: Faith0G | last post by:
I am starting a new it consulting business and it's been a while since I setup a new website. Is wordpress still the best web based software for hosting a 5 page website? The webpages will be...

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.