Where are .NET User Settings stored IF User = SYSTEM?

后端 未结 3 1738
臣服心动
臣服心动 2021-01-11 15:38

I\'ve been working with an updated to update one of my apps and using Properties.Settings.Default.Upgrade() and discovered that after my updater restarts my app

3条回答
  •  甜味超标
    2021-01-11 16:15

    Since I don't know the answer, I would do the following to figure out:

    1. Install SysInternals Process Monitor (Direct download).
    2. Start Process Monitor, set the filter Path to your application's name.
    3. Start your application.
    4. Watch the locations inside Process Monitor.

    This helped me often in the past, maybe it could be something for you, too?

提交回复
热议问题