TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
Guest User
Tech Writer
2.1k
472.9k
System.ArgumentNullException:Value cannot be null
Mar 3 2020 7:16 AM
Hi Team
I am facing this issue on my IdentityConfig.cs using asp.net mvc to build user login registration. How do i fix this issue? Please assist me, thanks.
public
class
ApplicationSignInManager : SignInManager
string
>
{
public
ApplicationSignInManager(ApplicationUserManager userManager, IAuthenticationManager authenticationManager)
:
base
(userManager, authenticationManager)
// System exception here.
{
}
public
override
Task
CreateUserIdentityAsync(ApplicationUser user)
{
return
user.GenerateUserIdentityAsync((ApplicationUserManager)UserManager);
}
public
static
ApplicationSignInManager Create(IdentityFactoryOptions options, IOwinContext context)
{
return
new
ApplicationSignInManager(context.GetUserManager(), context.Authentication);
}
}
Reply
Answers (
8
)
attracting and comparing the data we want
Showing Bar chart in asp.net (html,java script)