Reputation: 177
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
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
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