forum.venkateswarlu.net
      Register      Login
Unable to create the store directory. (Exception from HRESULT: 0x80131468)

1 replies to this topic

Cherukuri Venkateswarlu #1
Member
140 Points
Posted on 25 Nov 2013 07:49 AM IST When I am trying to download excel with more than 10k records I found the below error.

Unable to create the store directory. (Exception from HRESULT: 0x80131468)
 
Dot Net     1626 views     Reply to this topic
Cherukuri Venkateswarlu #2
Member
140 Points
Replied on 25 Nov 2013 07:51 AM IST
The root cause of the issue is that the account which the web service was running under did not have a local user profile created thus the user assembly store didn't exist. 

The simple fix was just to logon to the box with the service account.

If you're running your application pool as "Network Service" you can't log in, so granting at least Modify permissions for the Network Service account to "C:\Documents and Settings\Default User\Local Settings\Application Data\IsolatedStorage" will get you going. I had to create the IsolatedStorage directory on our server as it didn't exist.
 
Reply to this topic