Reply to thread

The images should be ADDED to project and marked as embedded resource. Also, you must watch for namespaces in the image names. For example:


CSPROJ:

<EmbeddedResource Include="Config\Images\SubCentral_Icon_Enabled.png">


Configuration class:

[PluginIcons("SubCentral.Config.Images.SubCentral_Icon_Enabled.png", ...)]


Top Bottom