Visual Studio .NET 2003 deletes my config-file

E

Einar Høst

Hi,

I must be doing something wrong: Visual Studio .NET 2003 insists on deleting
my app.exe.config file from the debug folder whenever I compile my project
?!

Why?

- Einar
 
R

Ray Cassick \(Home\)

The contents of the bin folders (destination of the build) are erased and
rewritten each time you do a build.

To add an app config file. Right click on your project, add a new item, then
choose application configuration. This will place a file named app.config
into your solution that will be copied to your bin folders with the
rpopername when ever you do a build.
 
E

Einar Høst

Ray Cassick (Home) said:
The contents of the bin folders (destination of the build) are erased and
rewritten each time you do a build.

Thanks, that solves my problem :)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top