Why does adding a UWP Packaging Project to my working UWP/Project/Solution cause Debug errors and exceptions?
Start with a working UWP Project in a solution.
Add a UWP Packaging Project to the solution.
Setup the packaging project as startup and add a reference to the UWP project.
Use the solution configuration manager to only deploy the Package Project.
Debug build.
The UWP project builds and runs.
But now I get the errors shown below. In addition XAML source paths like Source="/Styles/_Colors.xaml" are no longer valid?
Repo: https://github.com/groovykool/WTSTestExceptions.git
Thanks,
Tony
onecore\windows\directx\database\helperlibrary\lib\directxdatabasehelper.cpp(284)\dxgi.dll!61D2687D: (caller: 61D2613B) ReturnHr(1) tid(2bf8) 80070005 Access is denied.
onecoreuap\windows\wgi\winrt\display\displaycommon.cpp(411)\Windows.Graphics.dll!148744D2: (caller: 14874327) ReturnHr(1) tid(4be4) 80070490 Element not found.
onecoreuap\windows\wgi\winrt\display\displaycommon.cpp(411)\Windows.Graphics.dll!148744D2: (caller: 148741D6) ReturnHr(2) tid(4be4) 80070490 Element not found.
onecoreuap\windows\wgi\winrt\display\displaycommon.cpp(411)\Windows.Graphics.dll!148744D2: (caller: 14874327) ReturnHr(3) tid(4be4) 80070490 Element not found.
Exception thrown at 0x77B74192 (KernelBase.dll) in WTSTestExceptions.exe: WinRT originate error - 0x80070057 : '/Styles/_Colors.xaml is not a valid absolute URI.'.
Exception thrown at 0x77B74192 (KernelBase.dll) in WTSTestExceptions.exe: WinRT originate error - 0x80070057 : '/Styles/_FontSizes.xaml is not a valid absolute URI.'.
Exception thrown at 0x77B74192 (KernelBase.dll) in WTSTestExceptions.exe: WinRT originate error - 0x80070057 : '/Styles/_Thickness.xaml is not a valid absolute URI.'.
Exception thrown at 0x77B74192 (KernelBase.dll) in WTSTestExceptions.exe: WinRT originate error - 0x80070057 : '/Styles/TextBlock.xaml is not a valid absolute URI.'.
Exception thrown at 0x77B74192 (KernelBase.dll) in WTSTestExceptions.exe: WinRT originate error - 0x80070057 : '/Styles/Page.xaml is not a valid absolute URI.'.
onecoreuap\windows\wgi\winrt\display\displaycommon.cpp(411)\Windows.Graphics.dll!148744D2: (caller: 14874327) ReturnHr(4) tid(4be4) 80070490 Element not found.