Instead of putting your settings in test1.exe.config, put them in a file
called App.Config in the root project folder and include it in the project.
When you compile, Visual Studio will automatically create the
test1.exe.config file for you
~amit
> Hi All,
>
[quoted text clipped - 6 lines]
> Thanks!
> Corey.
Dan - 30 May 2004 08:59 GMT
A lot of customers have told us about this problem in VS 2003. If you get
hold of a copy of VS 2005 (beta when it comes out) please consider playing
with this scenario in that. We have tried to only delete the
assemblyname.exe.config in the output folder if the project system itself
created it by copying an app.config from the project root folder (so
presumably it wasn't put there by yourself).
If that isn't what happens in your case -- let us know so we can fix it.
Thanks in advance
Dan [MS]

Signature
This posting is provided "AS IS" with no warranties, and confers no rights.
> Instead of putting your settings in test1.exe.config, put them in a file
> called App.Config in the root project folder and include it in the project.
[quoted text clipped - 12 lines]
> > Thanks!
> > Corey.