VS.NET 2003 Config File Issue

  • Thread starter Thread starter buddy
  • Start date Start date
B

buddy

Hello,

Has anyone had the following problem.

When compiling the project, the compiler deletes
the .config file from your project and physical hard disk.
For example if you got a config file called
myProject.exe.config, this gets deleted, VS2002 never had
this problem.

How do I get VS2003 not to do this?
 
In the project, add a new file called "app.config". this "app.config" file
will be copied to the output folder of yuor applcation and named
"myapplication.exe.config" whenever you compile the project.

Arild
 
Thanks, that worked.
-----Original Message-----
In the project, add a new file called "app.config". this "app.config" file
will be copied to the output folder of yuor applcation and named
"myapplication.exe.config" whenever you compile the project.

Arild




.
 
Back
Top