-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Closed
Labels
tenet-compatibilityIncompatibility with previous versions or with WinForms for .NET FrameworkIncompatibility 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 repoAn issue is caused by an external system and won't be fixed in this repo
Description
- .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
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
tenet-compatibilityIncompatibility with previous versions or with WinForms for .NET FrameworkIncompatibility 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 repoAn issue is caused by an external system and won't be fixed in this repo