Home > Blockchain >  The WPF designer does not load automatically
The WPF designer does not load automatically

Time:11-10

The WPF designer does not load automatically. Every time i debug, i have to load it manually.

enter image description here

=> Translated text for image

Throw exception: System.Resources.MissingSatelliteAssemblyException : The name "Microsoft.VisualStudio.DesignTools" for the fallback culture.Satellite assemblies with SurfaceDesigner.resources.dll, Version=16.0.0.0, PublicKeyToken=b03f5f7f11d5a3a" could not be found or loaded. It's a general installation problem. Please reinstall or repair the application.

CodePudding user response:

Try to install: Microsoft.VisualStudio.DesignTools.Extensibility -Version 16.10.31320.204

https://www.nuget.org/packages/Microsoft.VisualStudio.DesignTools.Extensibility

CodePudding user response:

You could try to find the xaml designer process XDesProc.exe and use the task manager to kill it. Then reopen the file, the designer should be able to display. If not, please install the update or reinstall visual studio.

  • Related