Where the user defined outlining infor saved?
Thanks a lot.
Thanks a lot.
Are you asking where the User data is stored when using the App.config file?
It is stored in the Solution User Options (.suo) File which saves user information in binary format. Note it is a hidden file by default in the same folder of the solution(.sln) file.
Best Regards
Chunsheng Tang