miratum
miratum

Reputation: 177

Getting mysterious build error in my universal 10 app

I am working on a universal 10 application,at first every thing works fine but after I get a strange error:

Processing Resources failed with error: double entrees

enter image description here

I tried to find some information on the internet, but nothing. Also when I double clicked on the error it doesn't bring me to the error's spot.

I have tried to do many things,like searching in the .resw file(s) and nothing helped, so I decided to write this post

Can someone help me resolve this errors?thanks for help

Upvotes: 0

Views: 83

Answers (1)

Randy
Randy

Reputation: 2358

The error seems to indicate that you have a duplicate resource in a resource dictionary.

Try going through the resource dictionaries and removing any duplicates.

Another approach is to compare the source files you have now to ones that were previously compiling without any issues and see if you can narrow down the culprit.

Upvotes: 1

Related Questions