Abp: update to 2.0 and cannot startup

Created on 13 Jan 2020  路  5Comments  路  Source: abpframework/abp

update all nuget to 2.0, install Volo.Abp.Localization nuget package for AbpValidationResource
image

and startup failed
image

Most helpful comment

When you upgrade (especially a major version) check the release notes.
For example, in v2.0, we've written all breaking changes to the release notes: https://github.com/abpframework/abp/releases/tag/2.0.0
Every breaking change issue documents its own solution. For example, https://github.com/abpframework/abp/issues/2499 explains AbpValidationResource change and the actions need to take.

https://github.com/abpframework/abp/issues/1442 is a document explains upgrading in general, rather than individual upgrades.

All 5 comments

This is because of: https://github.com/abpframework/abp/issues/2499
You need to make necessary changes and re-compile your solution(s).

image
Installed Volo.Abp.Validation Package and using Volo.Abp.Validation.Localization in DomainShareModule.
and rebuilt solution,but i cannot startup it.
image
image

sorry , i forgot to do this
image

Maybe developers need upgrading documents. :D
https://github.com/abpframework/abp/issues/1442

When you upgrade (especially a major version) check the release notes.
For example, in v2.0, we've written all breaking changes to the release notes: https://github.com/abpframework/abp/releases/tag/2.0.0
Every breaking change issue documents its own solution. For example, https://github.com/abpframework/abp/issues/2499 explains AbpValidationResource change and the actions need to take.

https://github.com/abpframework/abp/issues/1442 is a document explains upgrading in general, rather than individual upgrades.

Was this page helpful?
0 / 5 - 0 ratings