How can i generate .config file

  • Thread starter Thread starter Prasad
  • Start date Start date
P

Prasad

Hi all:

How can i generate .config file in WinForm (MyForm.exe) applications using
command line. When i compile the same project VS.NET creates
MyForm.exe.config file in bin directory, it's fine. I am compiling my c#
file using csc tool, it will generate MyForm.exe file. But how can i
generate .config file.

Please help.

Thanks in advance.
- Prasad.
 
Just copy the app.config file to MyForm.exe.config. That's basically what
VS.NET is doing for you.
 
Back
Top