Replies: 1 comment 1 reply
-
In the folder containing the application executable and DLLs, is there a subfolder with the name "en"? It sounds like the expression compilation is trying to get a localized string and not finding the resources. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I created a test MAUI Blazor project and added a simple workflow with one C# expression. The windows version works with no issues. The Andorid version works without C# Expressions but when I add a C# expression and enable CompileExpressions I get the following error:
System.Resources.MissingSatelliteAssemblyException: 'The satellite assembly named "System.Activities.resources.dll, PublicKeyToken=null" for fallback culture "en" either could not be found or could not be loaded. This is generally a setup problem. Please consider reinstalling or repairing the application.'
The error happens in the bold line.
Test Workflow:
Any help would be appreciated.
Beta Was this translation helpful? Give feedback.
All reactions