Question: How do you resolve an error that says "An error occurred during the compilation of a resource required to process this request. Please review the following specific error details and modify your source code appropriately."
This error happened when I added
builder.Services.AddRazorPages().AddRazorRuntimeCompilation();
Please Login to see the rest of the answer
I got this error, any idea on how to solve it? An exception was thrown attempting to execute the error handler. Microsoft.AspNetCore.Mvc.Razor.RuntimeCompilation.CompilationFailedException: One or more compilation failures occurred:
That is true, sometimes you will see this error is thrown as error: CS0246. Just add builder.Services.AddContextAccessor() in your program.cs file if you are using AspNet 6 and Visual Studio 2022.