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
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
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
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
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