D
D
Dmitry Korolev2018-11-21 23:51:40
visual studio
Dmitry Korolev, 2018-11-21 23:51:40

What is the correct way to inject a .resource resource?

How to embed a resource in a project?
5bf5c4d13effe695592589.png
so injected as properties show
while executing error on marked line
System.Resources.MissingManifestResourceException: "Could not find resources matching the specified culture or neutral culture. Please check that 'translation.resources' is properly injected or bound to assembly 'Note' at compile time, or make sure all required companion assemblies are fully signed and can be downloaded."
when deploying via the command line, this problem does not exist.

Answer the question

In order to leave comments, you need to log in

1 answer(s)
D
Dmitry Korolev, 2019-02-13
@adressmoeistranici

Fulfilled the requirements of globalization set the [assembly: NeutralResourcesLanguage("en")] attribute to the assembly injected
a neutral resource
assigned a strong name to the assembly
passed
created the localization assembly
is good
but something was
missing the localization assembly dll does not show which locale it belongs to

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question