You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I downloaded the source code, made this change on my local. However, when I try to run my project with this new update I get an error about StrongName verification.
The text was updated successfully, but these errors were encountered:
Could you please change the ConvertIdFromString method to return using this code in the Microsoft.AspNetIdentity.Owin.SignInManager class:
return (TKey)TypeDescriptor.GetConverter(typeof(TKey)).ConvertFromInvariantString(id);
I downloaded the source code, made this change on my local. However, when I try to run my project with this new update I get an error about StrongName verification.
The text was updated successfully, but these errors were encountered: