I am developing UWP (Universal Windows Platform Apps) using VS2015. At first time I have created a package bundle (.appxupload) and also upload it on store. Now if I run my App, it runs smooth and fine, but when I create a Package again, the following error occur.
Internal compiler error: An item with the same key has already been added
C:\Program Files (x86)\MSBuild\Microsoft\.NetNative\x86\ilc\IlcInternals.targets(886,5): error : Internal compiler error: An item with the same key has already been added.
You can see the errors in Screen shots.
I have read the following blogs but didn't get the solution. Any one's help will be much appreciated. Thanks.
UWP Social Msdn Internal Error - 1
UWP Social Msdn Internal Error - 2