Activities of "rashed"

Hi Team,

Why public site always generated in MVC UI, even in angular teamplate ?

I'm building a competetion portal and it has too many functionality for end users on (public site)

and the client insest to have the public site in Angular, What is your recommendations please ?

  • ABP Framework version: 7.3.1
  • UI Type: Angular
  • Database System: EF Core (SQL Server)
  • Tiered (for MVC) or Auth Server Separated (for Angular): no
Question
  • ABP Framework version: v7.2.2

  • UI type: Angular

  • DB provider: EF Core

  • Tiered (MVC) or Identity Server Separated (Angular): yes

  • [ ] 1-When chooseing sqlite database , the database file MyProjec.db does not created in the write place , please check the free version it's creating the database file in the write place ...

<br>


<br> <br>

  • [ ] 2- also after creating the project from suite, it ask you to create the database and running the seeding , and this dosn't happend the databse file remain empty

  • [ ] 3- also when you check (CMS-kit) , it didn't add the module admin files to the application ( in admin ) although if you go to module tab in the suite you will find that the module already added to your solution
  • ABP Framework version: v7.2.2
  • UI type:ALL
  • DB provider: ALL
  • Tiered (MVC) or Identity Server Separated (Angular): no
  • Exception message and stack trace:
    1. error CS0234: The type or namespace name 'LeptonX' does not exist in the namespace 'Volo.Abp.AspNetCore.Mvc.UI.Theme' (are you missing an assembly reference?)
    2. error CS0246: The type or namespace name 'AbpAspNet CoreMvcUiLeptonXThemeModule' could not be found (are you missing a using directive or an assembly reference?)
  • Steps to reproduce the issue:"

When trying to create a new project with Basic theme it faild in compiling , as it still generate code depend on LeptonX theme not basic theme .

I have external Data source that provide REST services used for mobile application and I want to manage this datasource from inside ABP solution Ex: https://api.backendless.com/{APIkey}/{app key}/data/Merchant and I want to implement some screens inside ABP that consume these REST services and use ApplicationService and crud features in CrudAppService

that can't be done without using a class that implement IEntity which I can't do as the data is not in ABP database

what should I do

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