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

ResX Loading Icon File Fails With Culture Error #157

Open EricM81 opened 4 years ago

EricM81 commented 4 years ago

I'm learing F# and this is my first time using FSharp.Configuration. I have an embedded .ico file that's listed in a .resx file:

`

plugin-utility.ico;System.Drawing.Icon, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a

`

I go to use it and intellisense shows it's there:

"LeoResx.``plugin-utility``"

But I get a runtime exception:

Message "Could not find any resources appropriate for the specified culture or the neutral culture. Make sure \"embeddedresources.Resources.resources\" was correctly embedded or linked into assembly \"ConsoleApplication1\" at compile time, or that all the satellite assemblies required are loadable and fully signed." string