• Welcome to TechPowerUp Forums, Guest! Please check out our forum guidelines for info related to our community.

.NET cleanup utility

imperialreign

New Member
Joined
Jul 19, 2007
Messages
7,043 (1.08/day)
Location
Sector ZZ₉ Plural Z Alpha
System Name УльтраФиолет
Processor Intel Kentsfield Q9650 @ 3.8GHz (4.2GHz highest achieved)
Motherboard ASUS P5E3 Deluxe/WiFi; X38 NSB, ICH9R SSB
Cooling Delta V3 block, XPSC res, 120x3 rad, ST 1/2" pump - 10 fans, SYSTRIN HDD cooler, Antec HDD cooler
Memory Dual channel 8GB OCZ Platinum DDR3 @ 1800MHz @ 7-7-7-20 1T
Video Card(s) Quadfire: (2) Sapphire HD5970
Storage (2) WD VelociRaptor 300GB SATA-300; WD 320GB SATA-300; WD 200GB UATA + WD 160GB UATA
Display(s) Samsung Syncmaster T240 24" (16:10)
Case Cooler Master Stacker 830
Audio Device(s) Creative X-Fi Titanium Fatal1ty Pro PCI-E x1
Power Supply Kingwin Mach1 1200W modular
Software Windows XP Home SP3; Vista Ultimate x64 SP2
Benchmark Scores 3m06: 20270 here: http://hwbot.org/user.do?userId=12313
for those of us who do install the wickedly evil .NET structures, the programs that use them are always playing russian roulette when it comes time for MS to sneak in those updates via Microsoft Update . . . I'm sure I'm not the only one who has had a .NET framework updated, and then had a handful of programs that refused to initialize after the update . . . what's even more aggrevating is the fact that the .NET updates CAN NOT be removed from WIN, and reverting to an earlier system restore point is fruitless as well.


Ran across this: dotnetFX cleanup utility

wnderful little utility that cleans up the .net frameworks! :rockout:

I've successfully been able to run "killed" applications after using this tool.

Note, though, for these applications that require a version of the .NET framework, they'll still require that version to be re-installed. Just avoid the updates. :toast:
 
Interesting find , but .NET are easy to remove by the MS add-remove , why to look further ?
 
Yeah, you just can't remove .NET from Vista because it is part of the core of the operating system. On XP, you should be able to remove all versions via add/remove apps.
 
# You should try to perform a standard uninstall first. This tool is not designed as a replacement for uninstall, but rather as a last resort for cases where uninstall or repair did not succeed for unusual reasons.

Any way , its good to know , never had issues with .NET ,
but i did download this 240k medicine :) , just to be there , for an emergency :laugh:
 
I ran into this issue a little while back when I developed a piece of code that would get an exception message in a try catch statement.

It looked like:

Try

blah blah

Catch ex as Exception
If ucase(ex.message) = ucase("You can not divide by zero.") then
blah blah
end if

End Try

And basically what happened was, microsoft changed the wording on some of the messages via a .net update. I had to come up with a different method of determining what the error was (or could be.) I simply made a checklist when an exception was encountered and if something met a criteria it was more than likely a certain exception.

So yeah, I know what you mean lol
 
Yeah, you just can't remove .NET from Vista because it is part of the core of the operating system. On XP, you should be able to remove all versions via add/remove apps.


perhaps 1.0 or 2.0 - or even the core of 3.0 and 3.5, but 90% of the updates are non-removable, which keeps the core framework intact as well.

PITA software.
 
Back
Top