C# template fails to load in Visual Studio 15.7.5
Visual Studio's combo program Blend 2017 seems to have the C# templates missing in Visual Studio Community 2017, Version 15.7.5. Here is a New Project window open in Blend 2017. There are C# Windows Universal Project templates. It allows you create a new project, a UWP, C# Blank Project as shown but with errors. For the above these (default) were chosen. The design area of XAML displays System.Exception but the project builds alright. It fails to deploy and this is the error message: The package deployment operation is blocked by the "Allow deployment operations in special profiles" policy. at Microsoft.VisualStudio.DesignTools.UwpDesignerHost.UwpHostPlatform.<>c__DisplayClass31_0. b__0() at System.Threading.Tasks.Task.InnerInvoke() at System.Threading.Tasks.Task.Execute() --- End of stack trace from previous location where exception was thrown --- at System.Runtime.CompilerServices.TaskAwaiter.Throw...