Today, everytime I try to open any .Net application I get:
CLR error: 80004005
The program will now terminate.
Any suggestions?!
|
Today, everytime I try to open any .Net application I get:
Any suggestions?!
| ||||
|
feedback
|
|
I'd start with downloading and re-installing the .NET framework. | |||||||
feedback
|
|
A quick search suggests this:
(http://bytes.com/forum/thread353655.html) In an ASP.NET context, it appears this is related to file permissions:
(http://weblogs.asp.net/jambrose/archive/2004/09/01/224226.aspx) | ||||
|
feedback
|
|
I believe 0x80004005 is (usually) an ACCESS DENIED error - so start with that in mind. If you're on Vista+, try running it as admin. Otherwise, Process Monitor should help you track it down. | |||
|
feedback
|