When will app.config be created?

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have just created a Window application to show a message when I click a
button on a Window Form. No app.config is created. What kind of items will
cause the creation of app.config?
 
Peter said:
I have just created a Window application to show a message when I click a
button on a Window Form. No app.config is created.

That's because, by default, you don't need one. Applications are
perfectly happy to run without one.
What kind of items will cause the creation of app.config?

Add an "Application Configuration file" to your project.

HTH,
Phill W.
 

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

Back
Top