Need help troubleshooting computer error

coop99

Junior Member
Joined
Jun 9, 2011
Messages
112
Reaction score
29
This is driving me crazy and I can't find anything online that works for me.

I'm trying to install "Accessdatabaseengine.exe" and everytime I get this error:


Error 1935. An error occurred during the installation of assembly component {9DA4DC8A-9731-3F0E-8BD5-FC17CA6848AD}. HRESULT:0X80070005.

It happens at file: STSLISTI.DLL but I don't know if that is the problem.

I've uninstalled and reinstalled .Net Framework, fixed registry errors, ran chkdsk and a few other things.

Any ideas would be greatly appreciated.

Thanks.
 
Never mind, fixed it.
 
how did you fix the error?i keep gettng some framework error to.
 
The key is in the Hresult code not the actual error code. The error code 1935 doesn't mean much, but the Hresult code is an "access denied" code. Which means this a permissions issue.

So my computer didn't have "permission" to install something. So i found a fix that reset all permissions and allowed me to finally install. The fix is here:

Code:
[URL]http://blogs.msdn.com/b/astebner/archive/2006/09/04/solving-setup-errors-by-using-the-subinacl-tool-to-repair-file-and-registry-permissions.aspx[/URL]
 
Back
Top