When creating a Configuration object, it asks for a path to a config file… I keep getting an exception thrown for an invalid file path… What’s a valid path? I’ve tried “config.config” and “.\config.config”, but I can’t think of anything else.
Share
If this is for accessing your app.config file, you can use
System.Configuration.ConfigurationManagerstatic class, i.e.Edit: You probably want something like this then: