No Process Associated with Object
Kmcnet
1,066
Reputation points
Hello everyone and thanks for the help in advance. I am developing a MVC application using Visual Studio 2022 and .Net 6. I attempted to manually add authentication by adding:
builder.Services.AddAuthentication(CookieAuthenticationDefaults.AuthenticationScheme)
.AddCookie();
When I add this line of code in Program.cs, I receive the error No Process Associated with Object. I have no idea what to do with this error after searching for quite a while. Any help would be appreciated.
Developer technologies | ASP.NET | ASP.NET Core
4,817 questions
Sign in to answer