A Cause for HRESULT 0X80131468 when accessing IsolatedStorageBackingStore

后端 未结 4 1800
暗喜
暗喜 2021-01-19 17:23

The scenario I am facing is that I have an ASP.NET web service (.NET 3.5) running on an W2k3 server which is using the CacheManager/IsolatedStorage store to store a persiste

4条回答
  •  小鲜肉
    小鲜肉 (楼主)
    2021-01-19 17:51

    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.

提交回复
热议问题