Hanging on installing a missing framework

Rod Falanga 761 Reputation points
2020-03-28T15:27:19.87+00:00

This morning I started a new UWP project to test something. This is a very simple project. I have a textbox, button and textblock. That's it. I've added MVVMLight to it. I built it next. That worked fine. Then I've tried to debug it. That's where it hangs, for 15 minutes and more with this message in VS 2019's Output window:

"Creating a new clean layout...
Copying files: Total 7 mb to layout...
Checking whether required frameworks are installed...
Framework: Microsoft.NET.CoreFramework.Debug.2.2/X86, app package version 2.2.28529.0 is not currently installed.
Installing missing frameworks..."

Clearly installing Microsoft.NET.CoreFramework.Debug.2.2/X86 is hanging. What's the issue? Why is it doing this?

Developer technologies | Universal Windows Platform (UWP)
{count} votes

Answer accepted by question author
  1. Rod Falanga 761 Reputation points
    2020-04-01T12:29:03.297+00:00

    I am not sure what happened, but the problem seems to have resolved itself. I can debug the app.

    0 comments No comments

0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.