Replies: 3 comments 8 replies
-
What type of project are you building? There's a bug in the NuGet that the bootstrap DLL wasn't getting copied to a C# project's Sorry for the inconvenience and thank you for your patience |
Beta Was this translation helpful? Give feedback.
-
Thanks, Howard. Yes, I am building a c# app. Do you have a link that shows how to do this?
… On Aug 26, 2021, at 12:35 PM, Howard Kapustein ***@***.***> wrote:
What type of project are you building? There's a bug in the NuGet that the bootstrap DLL wasn't getting copied to a C# project's $(OutDir) post-build. Working on a fix for upcoming release but until then you'll need to manually copy the bootstrap dll from the NuGet to your $(OutDir) next to your app
Sorry for the inconvenience and thank you for your patience
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub, or unsubscribe.
Triage notifications on the go with GitHub Mobile for iOS or Android.
|
Beta Was this translation helpful? Give feedback.
-
You can try to copy the Microsoft.WindowsAppSDK.Bootstrap.dll file from your binary directory to c:\Windows\system32. |
Beta Was this translation helpful? Give feedback.
-
In Tutorial: Build and deploy an unpackaged app that uses the Windows App SDK, I'm getting an error unable to find Microsoft.WindowsAppSDK.Bootstrap.dll. I followed the tutorial exactly.
Tutorial link
https://docs.microsoft.com/en-us/windows/apps/windows-app-sdk/tutorial-unpackaged-deployment?tabs=csharp-dotnet
Error
System.DllNotFoundException: 'Unable to load DLL 'Microsoft.WindowsAppSDK.Bootstrap.dll' or one of its dependencies: The specified module could not be found. (0x8007007E)'
I installed Windows App SDK (Experimental) through the modify installation for Visual Studio 2019 Individual components. The project compiles.
Reference code from tutorial
My dev environment
Microsoft Visual Studio Professional 2019
Version 16.11.2
WindowsAppSDK, version 1.0 Experimental
Beta Was this translation helpful? Give feedback.
All reactions