CLR error: 80004005
laurencerooks
Posts: 28
I successfully installed SQL Backup v5 on Windows 2003 Server Standard Edition, but am unable to launch SQL Backup v5. Each time I try, I get the following error:
CLR error: 80004005.
The program will now terminate.
I've tried logging off and on without any success. Has anyone seen this before?
CLR error: 80004005.
The program will now terminate.
I've tried logging off and on without any success. Has anyone seen this before?
Comments
This looks suspiciously like a COM error. Most .NET methods eventually call COM objects to do the work. It would be nice to know which one! Is there anything in the Application Event Log (eventvwr.exe)?
I suppose the first thing you could try would be to uninstall/reinstall SQL Backup console. This may shake any pre-compiled code that .NET has cached to speed up the program's loading process. This pre-compiled code might have become invalid. Another reason is that any necessary COM objects could have unregistered for some reason.
I tried uninstalling and reinstalling SQL Backup to no avail. I still get the same error message. This is on a server that I have to give good reason for rebooting. Do you have any other suggestions outside of restarting the server? Thanks.
P.S. - There aren't any errors in the event view, either for Application or System.
Maybe you can try this trick:
There isn't a framework folder within the .Net folder. Could that be my problem? I checked the add/remove programs and .Net 2.0 is listed as installed. Do I need to reinstall .Net 2.0? Or would going to Windows Update solve that problem for me? I'm still on Service Pack 1 for Windows 2003 Server. Should I move to Service Pack 2?
http://www.microsoft.com/downloads/deta ... layLang=en
Reinstalling the .NET 2.0 Framework worked. Thanks!