I have unmanaged C++ application which uses c# assembly. I want to save/read assembly settings. I added mySettigs to assembly and read/save settings to config file.
I have found this file
C:\Users\JohnDoe\AppData\Local\MayCrossoft\DefaultDomain_Path_l5epjb2agsxbnfr1mif5euhhtr3x5ed3\1.1.0\user.config
The question is: what need to do to change "DefaultDomain_Path_" to assembly name ?
Thnx.