NotImplementedException in Demo Project - CustomUserStore.cs

This public forum is for user-to-user discussions of ASP.NET Maker. Note that this is not support forum.
Post Reply
vikaskashikar
User
Posts: 1

NotImplementedException in Demo Project - CustomUserStore.cs

Post by vikaskashikar »

I am running the Project using VisualStudio 2022.
I get this error while running the Project.
Buiild is going through.

Error-----------------------
System.NotImplementedException
HResult=0x80004001
Message=The method or operation is not implemented.
Source=ASPNETMaker2022
StackTrace:
at ASPNETMaker2022.Models.CustomUserStore..ctor() in F:\ASPNETMaker2022\ASPNETOutput\Models\src\CustomUserStore.cs:line 12
at Autofac.Core.Activators.Reflection.BoundConstructor.Instantiate()

Can someone help me in how to proceed?

Thank you.


MichaelG
User
Posts: 1095

Post by MichaelG »

Please always post the complete stack trace so there will be more information.


Post Reply