on opening retail pos it is giving me error
Error 1; The application could not be initialized
on checking event viewer it is showing below error. Note: we are able to open POS from another id
LSRetailPosis.Settings.ApplicationSettings: System.UnauthorizedAccessException: Access to the path 'RetailPosSettings.000001.config' is denied.
at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath)
at System.IO.FileStream.Init(String path, FileMode mode, FileAccess access, Int32 rights, Boolean useRights, FileShare share, Int32 bufferSize, FileOptions options, SECURITY_ATTRIBUTES secAttrs, String msgPath, Boolean bFromProxy, Boolean useLongPath, Boolean checkHost)
at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share, Int32 bufferSize, FileOptions options, String msgPath, Boolean bFromProxy, Boolean useLongPath)
at System.IO.IsolatedStorage.IsolatedStorageFileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share, Int32 bufferSize, IsolatedStorageFile isf)
at System.IO.IsolatedStorage.IsolatedStorageFileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share, IsolatedStorageFile isf)
at System.IO.IsolatedStorage.IsolatedStorageFileStream..ctor(String path, FileMode mode, IsolatedStorageFile isf)
at System.IO.IsolatedStorage.IsolatedStorageFile.OpenFile(String path, FileMode mode)
at LSRetailPosis.DataAccess.IsolatedStorage.IsolatedStorageManager.GetFromIsolatedStore(String elementName, String terminalId)
at LSRetailPosis.DataAccess.IsolatedStorage.IsolatedStorageManager.GetSettings(String terminalId)
at LSRetailPosis.Settings.Database.init(AppConfiguration appConfig)
at LSRetailPosis.Settings.ApplicationSettings.InitializeSettings(String[] args).