You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I get at building the exe:
Das Ziel "CreateReadyToRunImages" ist im Projekt nicht vorhanden. D:\Projects\source\Harp\packages\Microsoft.WindowsAppSDK.1.6.241114003\build\Microsoft.Build.Msix.Packaging.targets
it breaks in UndockedRegFreeWinRT-AutoInitializer.cpp
after static HMODULE dll{ LoadLibraryExW(L"Microsoft.WindowsAppRuntime.dll", nullptr, 0) };
with if(dll) ..
But the Microsoft.WindowsAppRuntime.dll is located in the same folder as the exe!
It only works with: <WindowsAppSDKSelfContained>false</WindowsAppSDKSelfContained>
Expected behavior
No response
Screenshots
No response
NuGet package version
None
Packaging type
No response
Windows version
No response
IDE
No response
Additional context
No response
The text was updated successfully, but these errors were encountered:
Describe the bug
Cant build / execute build with WindowsAppSDK.1.6.241114003:
Steps to reproduce the bug
With
I get at building the exe:
Das Ziel "CreateReadyToRunImages" ist im Projekt nicht vorhanden. D:\Projects\source\Harp\packages\Microsoft.WindowsAppSDK.1.6.241114003\build\Microsoft.Build.Msix.Packaging.targets
and with
it breaks in UndockedRegFreeWinRT-AutoInitializer.cpp
after
static HMODULE dll{ LoadLibraryExW(L"Microsoft.WindowsAppRuntime.dll", nullptr, 0) };
with if(dll) ..
But the Microsoft.WindowsAppRuntime.dll is located in the same folder as the exe!
It only works with:
<WindowsAppSDKSelfContained>false</WindowsAppSDKSelfContained>
Expected behavior
No response
Screenshots
No response
NuGet package version
None
Packaging type
No response
Windows version
No response
IDE
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: