0

Since i ported our .NET Framework project to .NET Core 3.0 the "View Designer" option in context menu is missing and i cant switch to designer via (SHIFT) F7 anymore. Other way works, so in designer i have the option to switch to C#.

The files are nested correctly and I already tried to re-assign keyboard-bindings, but all without success.

Maybe someone knows how to fix this issue?

best regards

nitg
  • 143
  • 1
  • 5

1 Answers1

0

Make sure you're using Visual Studio 2019. Visual Studio 2017 doesn't support WPF designer for .NET Core projects. See this post

Mike Christiansen
  • 1,104
  • 2
  • 13
  • 30