fsprojects / FSharp.Configuration

The FSharp.Configuration project contains type providers for the configuration of .NET projects.
http://fsprojects.github.io/FSharp.Configuration/
Other
114 stars 63 forks source link

Looks up the location of the app.config at runtime instead of compile ti... #20

Closed simonhdickson closed 10 years ago

simonhdickson commented 10 years ago

I noticed that if you try to run a compiled exe using the AppSettingsTypeProvider on a different machine than it was built on, you get a NullReferenceException because it can't find the app.config file (because the path to the file in wrong). With this change this no longer happens.