Rank: Advanced Member Groups: Member
Joined: 11/3/2015 Posts: 65
|
Hi,
if I close the Tabbed Browser this error message occurs.
fyi
Failed to save docking view layout:System.UnauthorizedAccessException: Der Zugriff auf den Pfad "C:\Program Files (x86)\Essential Objects\EO.Total 2019\TabbedBrowser.UILayout.xml" wurde verweigert.
bei System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath)
bei 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)
bei System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share, Int32 bufferSize, FileOptions options, String msgPath, Boolean bFromProxy, Boolean useLongPath, Boolean checkHost)
bei System.IO.StreamWriter.CreateFile(String path, Boolean append, Boolean checkHost)
bei System.IO.StreamWriter..ctor(String path, Boolean append, Encoding encoding, Int32 bufferSize, Boolean checkHost)
bei System.IO.File.InternalWriteAllText(String path, String contents, Encoding encoding, Boolean checkHost)
bei EO.TabbedBrowser.MainWindow.Window_Closing(Object sender, CancelEventArgs e)
OK
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,218
|
This is normal. It occurs when TabbedBrowser sample application does not have write permission to the folder in which it is running.
|