Activities of "prasad.gore"

Thanks alper But the workaround is not working because even if I remove xxxxx and build it then it builds successfully. Then if I again click "Save and Generate", it's again adding xxxxxx characters in CreateModal.cshtml.cs & EditModal.cshtml.cs by it's own, so getting same below exception again & again. Need to wait for next version ?

  • ABP Framework version: v4.1.0
  • UI type: MVC
  • DB provider: EF Core
  • Tiered (MVC) or Identity Server Seperated (Angular): no
  • Exception message and stack trace:
  • Steps to reproduce the issue: Followed exact steps :** https://docs.abp.io/en/commercial/latest/abp-suite/generating-crud-page#navigation-properties** Build the solution successfully. Click "Save and Generate", getting below exception.

In solution, it's adding below xxxxxx characters in CreateModal.cshtml.cs & EditModal.cshtml.cs by it's own. If I remove it and build it then it builds successfully. Then if I again click "Save and Generate", getting same above exception even after tried lot of times.

Thanks - Prasad.Gore

Hi yekalkan

I am able to achive it while generating the required http post web request payload for http://localhost:3000/api/abpSuite/addSolution. Now it's explicitly adding any new project created by ABP CLI in ABP SUITE.

Thanks - Prasad G

Thanks yekalkan But do we have any ABP CLI Command to add given solution in ABP SUITE ? Because I dont wan't use ABP SUITE browser to add existing solution. Basically I need to get Solution Id which is created using ABP CLI. I am trying to generate payload for CRUD generator which requires Solution Id in Url Ex:(http://localhost:3000/api/abpSuite/crudPageGenerator/a85652b9-a833-4bb6-ac08-7481b10b8944/save-and-generate-entity)

Is there any way to get the Solution Id which is created using ABP CLI.

Thanks - Prasad G

  • ABP Framework version: 4.1.0
  • UI type: Angular / MVC / BLAZOR
  • DB provider: EF Core / MongoDB
  • Tiered (MVC) or Identity Server Seperated (Angular): no
  • Exception message and stack trace:
  • Steps to reproduce the issue:

Generate a new solution with ABP CLI -: abp new <solution-name> [options] It will successfully creates the solution. But when I try to get all available solutions details using http://localhost:3000/api/abpSuite/solutions then it is not able to retrieve solutions created using ABP CLI. Also it is not listed in ABP SUITE Solutions list(http://localhost:3000/)

If I create a new solution using ABP SUITE browser then only it will be available in the solutions list and it is able retrieve solutins details using http://localhost:3000/api/abpSuite/solutions

So how can I get the details(id/name/path etc) of the solutions created using ABP CLI.

Thanks - Prasad G

Thanks.

Hi,

  1. Create a ABP.IO Blazor Project with ABP SUITE
  2. Open it in Visual Studio
  3. Build it
  4. Run Blazor Project in IIS Express (it will keep loading continuosaly, and if we check the web console then we can see the errors shown in below screenshot)

Even if we get the sample Blazor BookStore Project [https://github.com/abpframework/abp-samples/tree/master/BookStore-Blazor-EfCore] then also we can find similar javascript errors.

  • ABP Framework version: 4.0.0
  • UI type: BLAZOR
  • Tiered (MVC) or Identity Server Seperated (Angular): no
  • Exception message and stack trace:
  • Steps to reproduce the issue: Run at localhost

Getting below errors while running BLAZOR project at local.

Hi,

Is it possible to add/edit Entities/Properties/Navigation Properties using Abp Suite Cli ? i.e. Can we add/edit Entities/Properties/Navigation Properties without using a browser ?

Thanks - Prasad G!

Showing 11 to 19 of 19 entries
Made with ❤️ on ABP v8.2.0-preview Updated on March 25, 2024, 15:11