deevallabh
11-09-2009, 07:16 PM
I have a webservice that uses Isolated Storage functionality and its works fine when developed on my local box. When I deployed in to the server I get the following errors:
System.Web.Services.Protocols.SoapException: Server was unable to process request. ---> System.ComponentModel.LicenseException: Exception has been thrown by the target of an invocation. ---> System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation. ---> System.Exception: Protected storage could not be loaded! ---> System.IO.IsolatedStorage.IsolatedStorageException : Unable to create the store directory. (Exception from HRESULT: 0x80131468)
at system.IO.IsolatedStorage.IsolatedStorageFile.nGet RootDir(IsolatedStorageScope scope)
at System.IO.IsolatedStorage.IsolatedStorageFile.Init GlobalsNonRoamingUser(IsolatedStorageScope scope)
at System.IO.IsolatedStorage.IsolatedStorageFile.GetR ootDir(IsolatedStorageScope scope)
at System.IO.IsolatedStorage.IsolatedStorageFile.GetG lobalFileIOPerm(IsolatedStorageScope scope)
at System.IO.IsolatedStorage.IsolatedStorageFile.Init (IsolatedStorageScope scope)
at System.IO.IsolatedStorage.IsolatedStorageFile.GetS tore(IsolatedStorageScope scope, Evidence domainEvidence, Type
I have set the application to "fulltrust" in the web.config file and also said identity="true", but neither solution worked. Anyone have any idea where and what I access level I need to get this to run
thanks
System.Web.Services.Protocols.SoapException: Server was unable to process request. ---> System.ComponentModel.LicenseException: Exception has been thrown by the target of an invocation. ---> System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation. ---> System.Exception: Protected storage could not be loaded! ---> System.IO.IsolatedStorage.IsolatedStorageException : Unable to create the store directory. (Exception from HRESULT: 0x80131468)
at system.IO.IsolatedStorage.IsolatedStorageFile.nGet RootDir(IsolatedStorageScope scope)
at System.IO.IsolatedStorage.IsolatedStorageFile.Init GlobalsNonRoamingUser(IsolatedStorageScope scope)
at System.IO.IsolatedStorage.IsolatedStorageFile.GetR ootDir(IsolatedStorageScope scope)
at System.IO.IsolatedStorage.IsolatedStorageFile.GetG lobalFileIOPerm(IsolatedStorageScope scope)
at System.IO.IsolatedStorage.IsolatedStorageFile.Init (IsolatedStorageScope scope)
at System.IO.IsolatedStorage.IsolatedStorageFile.GetS tore(IsolatedStorageScope scope, Evidence domainEvidence, Type
I have set the application to "fulltrust" in the web.config file and also said identity="true", but neither solution worked. Anyone have any idea where and what I access level I need to get this to run
thanks