Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Conflicting values for resource

I'm working on a windows 10 IoT project (so built in uwp). At the begining I created the app as a blank app (universal) but when I try to build it I have 2 errors:

Processing resources failed with error: multiple entry

Conflicting values for resource 'Files/MainPage.xbf

This 2 errors come from the file

MakePri

I don't understand the problem and how to solve it as I have only one MainPage in my project...

like image 248
labelle Avatar asked Sep 06 '16 12:09

labelle


1 Answers

I just found the reason of the error. In fact, I was referencing an app in my project ( so this app was containing another mainpage ) I deleted the reference and everything works fine

like image 179
labelle Avatar answered Oct 06 '22 16:10

labelle