Tried to deploy a .NET Maui App with .NET 10 target framework (current RC 2) in Visual Studio 2026.
Debug works fine, but while deplyoing in release mode I receive the following error:
WINAPPSDKGENERATEPROJECTPRIFILE : error : PRI175: 0x80073b0f - Processing Resources failed with error: Duplicate Entry
After removing Acrylicview Nuget Package and all references, deployment works.
I read a couple of similar thread on Stackoverflow and they always refer to problems with third party plugins.
Thank you!
Tried to deploy a .NET Maui App with .NET 10 target framework (current RC 2) in Visual Studio 2026.
Debug works fine, but while deplyoing in release mode I receive the following error:
After removing Acrylicview Nuget Package and all references, deployment works.
I read a couple of similar thread on Stackoverflow and they always refer to problems with third party plugins.
Thank you!