Problem with .config and VS Net 2003

  • Thread starter Richard L Rosenheim
  • Start date
R

Richard L Rosenheim

I'm would assume this question been asked, but a search of the newsgroup
didn't produce a hit.

I've upgraded to VS 2003 and when I execute the program from within the IDE,
the .config file in the bin directory is being deleted (which means that my
program is not finding the configuration file). This behavior didn't occur
with 2002. Does anyone know of a solution?

TIA,

Richard Rosenheim
 
J

Jay Glynn

You need to move the .config to the project folder and name it app.config
(literally "app.config"). When you run the project it will rename the file
and put it in the bin /debug or bin/release folder.
 
R

Richard L Rosenheim

Thanks,

Richard Rosenheim


Jay Glynn said:
You need to move the .config to the project folder and name it app.config
(literally "app.config"). When you run the project it will rename the file
and put it in the bin /debug or bin/release folder.
 

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