Unable to attach to CoreCLR (Operation not supported) when launching WinUI 3 Unpackaged project. #2743
Unanswered
xiaoli8848
asked this question in
Q&A
Replies: 1 comment 1 reply
-
I had the same error after updating a project to WindowsAppSDK 1.1.2. The fix for me was to downgrade the VS nuget package to an earliear version where the associated runtime version had previously been installed on my dev machine (1.1.1 in my case). The 1.1.2 runtime installer has issues apparently. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
As shown in the picture, when I run a WinUI3 Unpackaged project, it immediately shows this error and stops debugging after clicking OK.It shows "Unable to attach to CoreCLR. Unknown error: 0x80004005".
I looked up articles on the web, but all the solutions given were for "access denied" errors. I also tried resetting my computer, but that didn't help either! What should I do?
Beta Was this translation helpful? Give feedback.
All reactions