How can i generate .config file

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.
 
D

Dennis Doomen

Just copy the app.config file to MyForm.exe.config. That's basically what
VS.NET is doing for you.
 

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