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!
PRI Errors When Compiling UWP App
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!