Skip to content

ResX Loading Icon File Fails With Culture Error #157

@EricM81

Description

@EricM81

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:

<data name="plugin-utility" type="System.Resources.ResXFileRef, System.Windows.Forms"> <value>plugin-utility.ico;System.Drawing.Icon, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value> </data>

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions