R
Richard
I have a simple C# console app that needs to read the appname.exe.config
file to get db connect strings etc. from the <appSettings>. When the app
starts, it deletes the file! I can't figure it out. When I set a break point
on the first line in MAIN and check for the file, it is gone!
This is a 4 hour app, but I have spent all day trying to understand why the
config file is being deleted. Any help would be greatly appreciated.
Thanks very much in advance,
Richard Kessler
file to get db connect strings etc. from the <appSettings>. When the app
starts, it deletes the file! I can't figure it out. When I set a break point
on the first line in MAIN and check for the file, it is gone!
This is a 4 hour app, but I have spent all day trying to understand why the
config file is being deleted. Any help would be greatly appreciated.
Thanks very much in advance,
Richard Kessler