Activities of "Repunjay"

after adding "IsActive" property to abpusers and ran the dbmigrator project, getting the attached error.

Did you add new migrations? Will the error still occur if change the connection string to a new database?

You can also try to delete all migrations and create a new one to test.


If it still doesn't solve the problem, how to reproduce it with a new project?

do you want me to delete initial Migration also?

hi

// https://www.npgsql.org/efcore/release-notes/6.0.html#opting-out-of-the-new-timestamp-mapping-logic 
AppContext.SetSwitch("Npgsql.EnableLegacyTimestampBehavior", true); 

do I need to add this line in all dbcontext files or how?

Application Upgraded to 6.0. got the UTC Time format issue while seeding the data, as per below link we can revert back that UTC thing. https://docs.abp.io/en/abp/latest/Migration-Guides/Abp-5_0

How to do the same thing for Postgre SQL?

Check the docs before asking a question: https://docs.abp.io/en/commercial/latest/ Check the samples, to see the basic tasks: https://docs.abp.io/en/commercial/latest/samples/index The exact solution to your question may have been answered before, please use the search on the homepage.

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

  • ABP Framework version: vX.X.X
  • UI type: Angular / MVC / Blazor
  • DB provider: EF Core / MongoDB
  • Tiered (MVC) or Identity Server Separated (Angular): yes / no
  • Exception message and stack trace:
  • Steps to reproduce the issue:"

by running this command at root directory of the application is solved the issue. abp install-libs

After Upgrading my application to ABP 6, I am getting this attached error, please suggest on the solution.

Check the docs before asking a question: https://docs.abp.io/en/commercial/latest/ Check the samples, to see the basic tasks: https://docs.abp.io/en/commercial/latest/samples/index The exact solution to your question may have been answered before, please use the search on the homepage.

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

  • ABP Framework version: vX.X.X
  • UI type: Angular / MVC / Blazor
  • DB provider: EF Core / MongoDB
  • Tiered (MVC) or Identity Server Separated (Angular): yes / no
  • Exception message and stack trace:
  • Steps to reproduce the issue:"

after adding "IsActive" property to abpusers and ran the dbmigrator project, getting the attached error.

Did you add new migrations? Will the error still occur if change the connection string to a new database?

You can also try to delete all migrations and create a new one to test.


If it still doesn't solve the problem, how to reproduce it with a new project?

New Migration Added. Connection string modified to new database. tried by deleting earlier migration but not working, please see the screen shot for the migration files.

after adding "IsActive" property to abpusers and ran the dbmigrator project, getting the attached error.

Please suggest on this.

Check the docs before asking a question: https://docs.abp.io/en/commercial/latest/ Check the samples, to see the basic tasks: https://docs.abp.io/en/commercial/latest/samples/index The exact solution to your question may have been answered before, please use the search on the homepage.

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

  • ABP Framework version: vX.X.X
  • UI type: Angular / MVC / Blazor
  • DB provider: EF Core / MongoDB
  • Tiered (MVC) or Identity Server Separated (Angular): yes / no
  • Exception message and stack trace:
  • Steps to reproduce the issue:"

IPermissionManager type also throwing an error as below

IdentityUserAppService Error, below are screen shots.

already provided the Options but still its showing Options are not provided.

Hi Team,

I am getting below 3 errors after upgrading to 6, please guide/provide the resolution for this, screen shots attached for the same.

  1. IPermissionStateManager is throwing a reference missing error, is it removed or renamed?
  2. ITenantAppService is excepecting implementation, why it is required and how to do it?
  3. Why the DefaultConnectionString throwing an error, how to resolve it?

Check the docs before asking a question: https://docs.abp.io/en/commercial/latest/ Check the samples, to see the basic tasks: https://docs.abp.io/en/commercial/latest/samples/index The exact solution to your question may have been answered before, please use the search on the homepage.

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

  • ABP Framework version: vX.X.X
  • UI type: Angular / MVC / Blazor
  • DB provider: EF Core / MongoDB
  • Tiered (MVC) or Identity Server Separated (Angular): yes / no
  • Exception message and stack trace:
  • Steps to reproduce the issue:"
Showing 61 to 70 of 149 entries
Made with ❤️ on ABP v9.0.0-preview Updated on September 20, 2024, 08:30