PRI Errors When Compiling UWP App

Nathan Sokalski 4,111 Reputation points
2020-06-23T15:18:51.51+00:00

When compiling a UWP app, I receive the following errors:

PRI277: 0xdef00532 - Conflicting values for resource 'Files/Microsoft.Toolkit.Uwp.UI.Controls/TileControl/TileControl.xbf'
PRI175: 0x80073b0f - Processing Resources failed with error: Duplicate Entry.

The app is almost completely new (I have done almost nothing to it since it was created), and other projects in the solution work fine. I tried recreating the app, and I even tried repairing Visual Studio 2019, but neither helped. I'm not sure what other info to give, since the app is almost untouched. What is the problem? Thanks!

Developer technologies | Universal Windows Platform (UWP)
{count} votes

Accepted answer
  1. Nathan Sokalski 4,111 Reputation points
    2020-06-24T03:02:57.337+00:00

    Deleting bin & obj didn't help, but after downgrading to 6.0.0 it seemed to work. I then tried upgrading back to 6.1.0, and it continued to work, so I am guessing the NuGet package just needed reinstalled (who knows why?). But whatever the reason, it is working now! Thank you so much for your help!


0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.