entity framework - EF6 + Postgres relation dbo.AspNetUsers does not exist -


i have been following post on using postgresql ef6 http://www.jasoncavett.com/blog/postgresql-and-entity-framework-6-code-first/.

i have started brand new mvc5 project hoping use postgres in application backend. application starts fine when go register user (i selected individual authentication) following error messsage

error: 42p01: relation "public.aspnetusers" not exist

i unsure how resolve problem.

the error happens on line 155 can seen here

more information can provided if needed.

i had ran application before migrating postgres needed add migration , update database through package manager console.


Comments

Popular posts from this blog

node.js - Using Node without global install -

How to access a php class file from PHPFox framework into javascript code written in simple HTML file? -

java - Null response to php query in android, even though php works properly -