Abp: Microsoft.Data.SqlClient.SqlException: 'Invalid object name 'AbpUserOrganizationUnits'.'

Created on 4 Jun 2020  路  2Comments  路  Source: abpframework/abp

Hi,
I have started getting this error

"Microsoft.Data.SqlClient.SqlException: 'Invalid object name 'AbpUserOrganizationUnits'.'"

after upgrading to 2.9

Cheers

Zak

Documentation

Please check the official documentation before asking questions: https://docs.abp.io

GitHub Issues

GitHub issues are for bug reports, feature requests and other discussions about the framework.

If you're creating a bug/problem report, please include followings:

  • Your ABP Framework version.
  • Your User Interface type (Angular/MVC/React... etc.) if the issue is related to a specific UI
  • Exception message and stack trace if available (check the logs).
  • Steps needed to reproduce the problem.

Please write in English.

Stack Overflow

Please use Stack Overflow for your questions about using the framework, templates and samples:

https://stackoverflow.com/questions/tagged/abp

Use abp tag in your questions.

Most helpful comment

You need add and apply new migration
Try:

add-migration Added_OrganizationUnits

All 2 comments

You need add and apply new migration
Try:

add-migration Added_OrganizationUnits

Many thanks liangshiw. Is all working now

Was this page helpful?
0 / 5 - 0 ratings

Related issues

hikalkan picture hikalkan  路  3Comments

wocar picture wocar  路  3Comments

wakuflair picture wakuflair  路  3Comments

hikalkan picture hikalkan  路  3Comments

zsanhong picture zsanhong  路  3Comments