Today, everytime I try to open any .Net application I get:
CLR error: 80004005
The program will now terminate.
Any suggestions?!
|
|
|
|
|
|
|
I'd start with downloading and re-installing the .NET framework. |
||||||
|
|
|
I'm experiencing something similiar on a client machine. a WinForm application in .Net 2.0. The server has .NET Framework 2.0 w/ SP1 and WSE 2.0 installed. It's running Windows Server 2000 and has 2GB of RAM dedicated to it. I've read about reinstalling the .Net Framework, which I really don't want to tell my client to do. Other than that, I've read about compatibility.... Any suggest? |
||
|
|
|
|
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. |
||
|
|
|
|
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) |
|||
|
|