我有一个.Net5项目,无法在构建文件夹中添加视图文件夹。如果我试图在调试模式下运行,就会发现缺少视图的错误:
InvalidOperationException: The view 'Index' was not found.这就是为什么我希望复制我的视图。问题是,当我修改任何视图时,都会得到一个异常:System.InvalidOperationException: Cannot find reference assembly 'Microsoft.AspNetC
我在试着用Blazor WebAssembly。我创建了一个项目,代码为isL public class Program public static async Task Main(string[] args) var builder = WebAssemblyHostBuilder.CreateDefault(args);
builder.RootComponents.Add<App>("app"); // Error there : The type or namespace name 'App&
我下载了Visual Studio for DotVVM框架的扩展并创建了一个新的.net核心项目。在向导中,我选择了Azure Active Directory身份验证作为身份选项。我在输出中发现异常,无法加载类型'Microsoft.AspNetCore.Authentication.Internal.RequestPathBaseCookieBuilder'.