Error!!! .exe.config file got deleted after each run

  • Thread starter Thread starter Andy Chau
  • Start date Start date
A

Andy Chau

I have a BIG problem with the .exe.config file.
Everytime after the program run, the config file will misteriously
disappear.
This is reproducable every time. And it seems to only happen on my machine
only.

Does anyone know how to fix it?

Thanks

Andy
 
If you are using VS.NET, you need to create an app.config file. This will
automatically be copied as yourprog.exe.config every time you build.

-mike
MVP
 
Back
Top