Activities of "alper"

Hello. Sorry for the late response. I tried some other methods. In the end, i tried inserting the highlighted lines in the first picture into the code. Doing so generated the result in the second picture.

@Anil, no need to do this. Create your own DataSeeders, these will run one by one (not random) also you can create a new empty EF Core migration dotnet ef migrations add MyNewMigration. And write your SQL inserts here in the empty migration file, write T-SQL inserts...

public partial class Insert_Into_MyTable : Migration
{
	protected override void Up(MigrationBuilder migrationBuilder)
	{
		migrationBuilder.Sql(@"INSERT INTO MyTable .....");
	}
}

is this duplicate of https://support.abp.io/QA/Questions/4220/Log-visible-to-all-tenant?

looks like you have some missing references. did you try to create a new project with 7.0.0-rc.4 ?

there was an update on ABP Suite. those who have this issue must re-install the ABP Suite.

https://support.abp.io/QA/Questions/124/Telerik-UI-for-ASP.Net-Core

we've sent you the related file

I run the project and it works without any problems. You may need to change the PostgreSQL database connection strings in the following project's appsettings.json files. DbMigrator, HttpApi.Host, AuthServer

PS: I refunded your question credit.

7.0.0-rc.4 released today so it's normal that you got an error yesterday.

hi,

is your issue resolved?

@muhammed can you help how to get these files

Showing 311 to 320 of 1948 entries
Boost Your Development
ABP Live Training
Packages
See Trainings
Mastering ABP Framework Book
The Official Guide
Mastering
ABP Framework
Learn More
Mastering ABP Framework Book
Made with ❤️ on ABP v10.0.0-preview. Updated on September 18, 2025, 07:10