asp.net mvc - Getting Null Exception at UserManager.GetRoles(Convert.ToInt32(userid)) -


exception: object reference not set instance of object.

  {system.nullreferenceexception: object reference not set instance of object. @ system.web.httpcontextextensions.getowinenvironment(httpcontext context) @ system.web.httpcontextextensions.getowincontext(httpcontext context) 

you did not instantiate usermanager, trying use static class not.

use new keyword (how create instance of usermanager).


Comments

Popular posts from this blog

Load Balancing in Bluemix using custom domain and DNS SRV records -

oracle - pls-00402 alias required in select list of cursor to avoid duplicate column names -

python - Consider setting $PYTHONHOME to <prefix>[:<exec_prefix>] error -