I've got a weird fact.
When launching in debug mode my project, visual studio erase my applicationname.exe.config file.
But if i launch it manually or i'm doing "launch without debugger" it's fine.
I don't have put an app.config file into the project (if i did it, it will be copied after each compile). So visual studio is erasing a "loose" file.
What should i do in order to avoid this ?
Regards,