Can you show your OnModelCreating method?
Hi all, please try this fix: https://github.com/aspnetzero/aspnet-zero-core/pull/642/files
This will be in the next patch (v5.0.5).
System.Data.SqlClient.SqlException: The object 'IX_TestCode' is dependent on column 'TestCode'. ALTER TABLE ALTER COLUMN TestCode failed because one or more objects access this column.
You need to:
Fixed in https://github.com/aspnetzero/aspnet-zero-core/issues/637
This will be in the next patch (v5.0.5).
Like I asked, can you check if the table name is changed in your database?
Can you try removing CancellationToken from the method parameter?
Is that during Update-Database or application startup? Can you check if the table name is changed in your database?
@cmthomps Like BBakerMMC asked, what does the JS console log say?
How to migrate existing solution: https://github.com/aspnetzero/aspnet-zero/issues/96#issuecomment-268093697
ABP v3.2.0 had a few Breaking Changes:
#2145 Upgrade to sweetalert v2.x. Existing applications should upgrade sweetalert packages to v2.x.