Base solution for your next web application
Ends in:
01 DAYS
01 HRS
01 MIN
01 SEC

Activities of "aaron"

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:

  • remove the unique constraint,
  • change the length,
  • add the unique constraint.

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?

ABP v3.2.0 had a few Breaking Changes:

#2145 Upgrade to sweetalert v2.x. Existing applications should upgrade sweetalert packages to v2.x.

  • You can check that sweetAlert() does return a Promise on <a class="postlink" href="http://demo.aspnetzero.com">http://demo.aspnetzero.com</a>.
  • If you are on Asp.Net Zero v5.0.0 - v5.0.4, it may be caused by outdated references to SweetAlert v1.1.3. You can upgrade to SweetAlert v2.0.8 using yarn.
Showing 1251 to 1260 of 1543 entries