Skip to content

System.Resources.MissingManifestResourceException occurs on restore resources from .resx #638

@mikhailovalex

Description

@mikhailovalex
  • .NET Core Version: 3.0.100-preview4-010391
  • Have you experienced this same bug with .NET Framework?: No

It is impossible to read an object from resources when the form or user control has a non default namespace

Actual behavior:
System.Resources.MissingManifestResourceException: 'Could not find any resources appropriate for the specified culture or the neutral culture. Make sure "DifferentNamespace.Form1.resources" was correctly embedded or linked into assembly "NetCore_Resources" at compile time, or that all the satellite assemblies required are loadable and fully signed.'

Expected behavior:
NetCore project should read an object from resources

Minimal repro:
Run the attached example - NetCore_Resources.NetCore.sln
NetCore_Resources.zip

Metadata

Metadata

Assignees

Labels

tenet-compatibilityIncompatibility with previous versions or with WinForms for .NET Frameworktracking-external-issueAn issue is caused by an external system and won't be fixed in this repo

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions