You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I set AutomaticStateManagement property to false in my WPF application, because I don't need to save the state of the Ribbon. Whenever I close the application the following line is written to the error output:
State not saved to isolated storage. Because automatic state management is disabled.
State management has been intentionally disabled and it is NOT an error condition and it shouldn't be written to the diagnostic output. Over time as users run and close the application a few times a day, hundreds of such lines are written to the log file which is only intended to contain crash information for my application.
Is there any way to disable that message?
Environment
Fluent.Ribbon v4.0.3
Theme Office2013
Windows 7
.NET Framework 4.0
The text was updated successfully, but these errors were encountered:
I set AutomaticStateManagement property to false in my WPF application, because I don't need to save the state of the Ribbon. Whenever I close the application the following line is written to the error output:
State management has been intentionally disabled and it is NOT an error condition and it shouldn't be written to the diagnostic output. Over time as users run and close the application a few times a day, hundreds of such lines are written to the log file which is only intended to contain crash information for my application.
Is there any way to disable that message?
Environment
The text was updated successfully, but these errors were encountered: