[RESOLVED] Application config files
Hello,
I have an application Bbb.exe. I found that there are two configurations.
Bbb.exe.config and Bbb.vshost.exe.config. They are exactly same.
For some reason, I changed Bbb.exe.config and keep Bbb.vshost.exe.config unchanged.
After I started the program, I found that Bbb.exe.config became the old one.
That means it was perhaps overrided by Bbb.vshost.exe.config.
Not sure why?
I don't know what is the purpose of vshost.exe.config.
Thanks
Re: Application config files
it's part of the debuging process of Visual Studio... it can be ignored.
-tg