Windows error 0x80073B0F, -2147009777

Detailed Error Information

MRM_DUPLICATE_ENTRY[1]

MessageDuplicate Entry.
Declared inwinerror.h

HRESULT analysis[2]

FlagsSeverityFailure
Reserved (R)false
OriginMicrosoft
NTSTATUSfalse
Reserved (X)false
FacilityCode7 (0x007)
NameFACILITY_WIN32[2][1]
DescriptionThis region is reserved to map undecorated error codes into HRESULTs.[2][1]
Error Code15119 (0x3b0f)

This is a Win32 error which has been mapped into an HRESULT. More information may be available in error 0x00003b0f.

Questions

6votes
2answers

UWP : PRI277: 0xdef00532 - Conflicting values for resource ''

As a part of the Visual Studio 2017 UWP build process, an app called MakePri.exe is run. It is throwing an error in my project but I have no idea why. The command line call is: > C:\Program Files (x86)\Windows Kits\10\bin\10.0.16299.0\x64\MakePri.exe New > -ProjectRoot > C:\AdaptSource\src\Xivic\Adapt.Presentation.XamarinForms\Adapt.Presentation.Xivic.UWP\ > -ConfigXml obj\x86\Debug\priconfig.xml -OutputFile [...] read more
c#
visual-studio
xamarin
xamarin.forms
uwp
4votes
0answers

Windows 8.1 Duplicate resources in WindowsBase and PresentationCore

When compiling a Windows 8.1 app on Windows 10, it gives following errors: 2>MakePri : error 0x80073b0f: Processing Resources with error: Duplicate Entry. 2>MakePRI : error 0xdef00532: Conflicting values for resource 'ExceptionStringTable/SeekNegative' Based on answers to this: Getting mysterious build error after upgrading solution to Windows 8.1 Tried to find [...] read more
c#
windows
windows-store-apps
visual-studio-2015
windows-10
1vote
1answer

UWP unit test compile errors

I'm migrating WPF projects to UWP. While setting up new unit test projects in UWP I'm running into errors when the new unit test targets a migrated project that in turn has a dependency on another project in the solution. (Each solution builds w/o errors) Solution Explorer: Communication.Base(.csproj uwp class [...] read more
c#
wpf
unit-testing
uwp
visual-studio-2017
0votes
2answers

XBOX App not working on Windows 10

Sorry if this is a bit technical, I posted it earlier on MS support forums but they weren't helpful so I'm hoping if someone here had the same issue and was able to fix it. I got my free Windows 10 upgrade yesterday and it installed with no errors or [...] read more
windows-10
xbox-one
0votes
0answers

UIAutomationClient.dll not working with UWP (build error)

I'm trying to make an app that keeps track of which programs I open. After some searching I found that UIAutomation does exactly that. But after I add a reference to UIAutomationClient [4.0.0.0] via the Object Browser to my project I get these three errors when I try to build [...] read more
uwp
dllimport

Comments

Leave a comment

(plain text only)

Sources

  1. winerror.h from Windows SDK 10.0.14393.0
  2. https://msdn.microsoft.com/en-us/library/cc231198.aspx

User contributions licensed under CC BY-SA 3.0