ameyaraje
ameyaraje

Reputation: 177

Unable to load solution properties

I need to modify my solution properties because of another error I'm having. After clicking properties, I see this error:

An error occurred trying to load the page. Could not load file or assembly 'Microsoft.VSDesigner, Version=16.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' or one of its dependencies. The system cannot find the file specified.

The solution on Could not load file or assembly 'Microsoft.VisualStudio.VC.Interfaces didn't help out because I'm using VS 2019 and none of the options mentioned are visible to me.

Upvotes: 4

Views: 4882

Answers (1)

user2068991
user2068991

Reputation: 94

I had the same error and the following worked for me:

  1. Run Visual Studio Installer from Programs
  2. Check the .NET desktop development
  3. Press Modify to install it (it will take a while to complete)

Upvotes: 7

Related Questions