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

Internal error while opening FSharp.Configuration #55

Closed object closed 9 years ago

object commented 9 years ago

If I try to open FSharp.Configuration namespace after loading FSharp.Configuration (and SharpYaml), then I get the following error:

error FS0192: internal error: CreateFile(0x80070003)

The same happens if I execute the statement type Settings = FSharp.Configuration.AppSettings<"app.config">

vasily-kirichenko commented 9 years ago

Cannot reproduce it. I created a blank F# console app and add the NuGet package. Everything works:

image

Could you run it under the debugger to see the stack trace?

vasily-kirichenko commented 9 years ago

I'm closing it since cannot reproduce.