Activities of "Fabio.Zinesi"

This is the appsetting.json of the suite for the project:

{
  "Id": "4cdf5ea8-4bed-4350-8e06-333b21c0575e",
  "Name": "TestBlazorApp",
  "UiFramework": 7,
  "ProjectNameWithCompanyName": "TestBlazorApp",
  "OnlyProjectName": "TestBlazorApp",
  "Path": "C:\\ABP\\TestBlazorApp\\TestBlazorApp.sln",
  "RootProjectDirectory": "C:\\ABP\\TestBlazorApp",
  "SrcFolderDirectory": "C:\\ABP\\TestBlazorApp\\src",
  "TestFolderDirectory": "C:\\ABP\\TestBlazorApp\\test",
  "IsMicroserviceNolayerProject": false,
  "NolayerProjectDirectory": null,
  "NolayerContractsProjectDirectory": null,
  "WebProjectDirectory": null,
  "DomainProjectDirectory": "C:\\ABP\\TestBlazorApp\\src\\TestBlazorApp.Domain",
  "DomainSharedProjectDirectory": "C:\\ABP\\TestBlazorApp\\src\\TestBlazorApp.Domain.Shared",
  "ApplicationProjectDirectory": "C:\\ABP\\TestBlazorApp\\src\\TestBlazorApp.Application",
  "ApplicationContractsProjectDirectory": "C:\\ABP\\TestBlazorApp\\src\\TestBlazorApp.Application.Contracts",
  "EntityFrameworkCoreProjectDirectory": "C:\\ABP\\TestBlazorApp\\src\\TestBlazorApp.EntityFrameworkCore",
  "MongoDbProjectDirectory": null,
  "EntityFrameworkCoreDbMigrationsProjectDirectory": "C:\\ABP\\TestBlazorApp\\src\\TestBlazorApp.EntityFrameworkCore",
  "MongoDbTestsProjectDirectory": null,
  "EntityFrameworkCoreTestsProjectDirectory": "C:\\ABP\\TestBlazorApp\\test\\TestBlazorApp.EntityFrameworkCore.Tests",
  "DomainTestsProjectDirectory": "C:\\ABP\\TestBlazorApp\\test\\TestBlazorApp.Domain.Tests",
  "ApplicationTestsProjectDirectory": "C:\\ABP\\TestBlazorApp\\test\\TestBlazorApp.Application.Tests",
  "TestBaseProjectDirectory": "C:\\ABP\\TestBlazorApp\\test\\TestBlazorApp.TestBase",
  "MigratorProjectDirectory": "C:\\ABP\\TestBlazorApp\\src\\TestBlazorApp.DbMigrator",
  "MigratorCsprojFileName": "TestBlazorApp.DbMigrator.csproj",
  "AngularSolutionRootPath": null,
  "DefaultNamespace": "TestBlazorApp",
  "DefaultNamespaceAsCamelCase": "testBlazorApp",
  "MigrationsMigrationsDbContext": "TestBlazorAppDbContext",
  "TenantMigrationsMigrationsDbContext": "TestBlazorAppTenantDbContext",
  "DbContextFilePath": "C:\\ABP\\TestBlazorApp\\src\\TestBlazorApp.EntityFrameworkCore\\EntityFrameworkCore\\TestBlazorAppDbContext.cs",
  "TenantDbContextFilePath": null,
  "DbContextModelCreatingExtensionsFilePath": "C:\\ABP\\TestBlazorApp\\src\\TestBlazorApp.EntityFrameworkCore\\EntityFrameworkCore\\TestBlazorAppDbContext.cs",
  "HttpApiHostProjectDirectory": "C:\\ABP\\TestBlazorApp\\src\\TestBlazorApp.HttpApi.Host",
  "HttpApiProjectDirectory": "C:\\ABP\\TestBlazorApp\\src\\TestBlazorApp.HttpApi",
  "HttpApiClientProjectDirectory": "C:\\ABP\\TestBlazorApp\\src\\TestBlazorApp.HttpApi.Client",
  "BlazorProjectDirectory": "C:\\ABP\\TestBlazorApp\\src\\TestBlazorApp.Blazor.WebApp.Client",
  "MauiBlazorProjectDirectory": null,
  "BlazorWebAppProjectDirectory": "C:\\ABP\\TestBlazorApp\\src\\TestBlazorApp.Blazor.WebApp.Client",
  "StartupProjectDirectory": "C:\\ABP\\TestBlazorApp\\src\\TestBlazorApp.HttpApi.Host",
  "StartupProjectName": "TestBlazorApp.HttpApi.Host",
  "DatabaseProvider": 1,
  "DatabaseProviderName": "EntityFrameworkCore",
  "UiFrameworkName": "BlazorWebApp",
  "ApplicationContractsExists": true,
  "MigratorProjectExists": true,
  "UpdateDatabaseMethod": 1,
  "IsTieredArchitecture": true,
  "ActiveDate": "2024-08-22T11:10:05.1688158+02:00",
  "ProjectTemplateType": 1,
  "AbpVersion": "8.2.1"
}

]

Now the CRUD page is generated but there are some errors compiling it:

Could by some reference missing?

The Entity is Items.

  • ABP Framework version: v8.2.2
  • UI Type: Blazor Web UI
  • Database System: EF Core (SQL Server)
    • Tiered (for MVC) or Auth Server Separated (for Angular): yes

I have created a project with ABP Studio, with Blazor Web APP as interface. When I generate the code with the ABP suite it does not generate the User Interface.

Classes and other files are ok, but no pages are generated.

I tryed with Blazor Server UI and Blazor Wasm UI and they works.

Abp Studio Version is 0.7.7 Abp Suite Version 8.2.2

  • ABP Framework version: v8.2.0
  • UI Type Blazor Server
  • Database System: EF Core (SQL Server,
  • Tiered (for MVC) or Auth Server Separated (for Angular): yes
  • Exception message and full stack trace:
  • Steps to reproduce the issue:

From the suite, generate a new Blazor Server Tiered Application. Create an Entity. In the APP Web everything works If i get the entity data, or the api api/permission-management/permissions a get this error:

IT Works. Thanks.

I have a related question.

I have a project angular front end + asp.net backend.

If i add a blazor solution i cannot see the menu. The login is OK, but the menu is empty.

Angular is OK

  • ABP Framework version: v8.2.0
  • UI Type: Blazor Server
  • Database System: EF Core (SQL Server),
  • Tiered (for MVC) or Auth Server Separated (for Angular): yes

Hi.

I have an Entity named "Menus" with the additional menus to add to the main menu.

I need to the get the list of the elements of an entity inside the navigation\xxxxMenuContributor class.

What I have to do to access the GetListAsync(Filter)?

File is empty

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, and please first use the search on the homepage. Provide us with the following info:

I get this error when i run abp suite:

C:\ABP8.1>abp suite ABP CLI 8.1.0 Starting Suite v8.1.0 ... [18:48:45 ERR] Object reference not set to an instance of an object. System.NullReferenceException: Object reference not set to an instance of an object. at Volo.Abp.Suite.AbpSuiteWebModule.fVCZM645km(ApplicationInitializationContext ) Opening http://localhost:3000 Press Ctrl+C to shut down. [18:48:46 ERR] ---------- RemoteServiceErrorInfo ---------- { "code": null, "message": "An internal error occurred during your request!", "details": null, "data": {}, "validationErrors": null }

[18:48:46 ERR] Object reference not set to an instance of an object. System.NullReferenceException: Object reference not set to an instance of an object. at Volo.Abp.Suite.Services.PersistanceService.GetSolutionsAsync() at Volo.Abp.Suite.Controllers.AbpSuiteController.GetSolutionsAsync() at lambda_method1651(Closure, Object) at Microsoft.AspNetCore.Mvc.Infrastructure.ActionMethodExecutor.AwaitableObjectResultExecutor.Execute(ActionContext actionContext, IActionResultTypeMapper mapper, ObjectMethodExecutor executor, Object controller, Object[] arguments) at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.<InvokeActionMethodAsync>g__Awaited|12_0(ControllerActionInvoker invoker, ValueTask`1 actionResultValueTask) at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.

How can i solve it?

I think that ABP suite cannot find one or some old project. Where it store the latest project list?

Ok, i'm trying to contact Steve. Best regards

Showing 11 to 20 of 40 entries
Made with ❤️ on ABP v9.0.0-preview Updated on September 19, 2024, 10:13