vote up 3 vote down star
1

I'm having a problem running a VS 2005 app on some machines and not others. I looked up the error message on google and found a post by someone who had the same error and fixed it by uninstalling and reinstalling the .NET framework. When I try to do that, Windows won't let me because it is in use.

Am I expected to uninstall everything that is using the framework first, then uninstall the framework, then reinstall, etc.? Does anyone know of an easier way?

flag
Can you please provide the actual error messages? – spoon16 Oct 2 '08 at 23:37
My thinking initially is that there must be an easier solution - uninstalling and reinstalling the framework is a pretty big deal. Which framework version? 1.1/2.0? Can you post the error message? – Rob Sanders Oct 2 '08 at 23:41
It's .NET framework 2.0 SP1. I don't remember the error message. I'll have to make note of it at work tomorrow. – Nick Berardi Oct 2 '08 at 23:45

2 Answers

vote up 8 vote down check

Check out Aaron Stebner's automated cleanup tool to remove the .NET Framework 1.0, 1.1, 2.0, 3.0 and 3.5. Works quite nicely.

link|flag
1  
That did work quite nicely and the uninstall and reinstall fixed my problem. The app runs just fine now. Thanks! – Nick Berardi Oct 3 '08 at 18:52
vote up 0 vote down

Boot into safe mode and uninstall the framework from add/remove programs.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.