App.config
C#
2
Posts
2
Posters
0
Views
1
Watching
-
How to add Application.config file for windows application project and how to access data from the file Jey
Just select Add/New item (or something semantically equivalent - I don't have an english VS at hand) in your project and select Application configuration file. You'll get a file named "App.config" which is renamed to <YourExecutableName>.exe.config and copied to your output directory. To access entries in the file you should take a look at the
System.Configuration
namespace. Regards, mav -- Black holes are the places where god divided by 0...