Activities of "sukhdeep.dhillon"

Hi @yekalkan, does it mean, I can completely remove it

  • ABP Framework version: v5.3.0
  • UI type: MVC
  • DB provider: EF Core

Hi I'm migrating my application from V5.3.0 to V6. I found that the following package Volo.Abp.Studio.ModuleInstaller still at rc

Hi,

Could you please try installing the project by using ABP CLI instead of ABP Suite

Hi,

As I can see you don't have @volosoft package folder in your node_modules folder.

  1. remove node_modules folder
  2. remove package-lock.json file
  3. yarn install
  4. yarn start

after running all these commands, you should have @volosoft folder in the node_modules.

if it doesn't work. please install the new fresh copy of the project.

please try to remove node_module folder and run the following commands

  • yarn install
  • yarn start
  • ABP Framework version: v6.0
  • UI type: Angular
  • DB provider: EF Core
  • Tiered (MVC) or Identity Server Separated (Angular): no

As I was upgrading my project to V6.0. I found that the following package is still at 6.0.0-rc.3.

Thank you,

Hi,

if its not available then what is the best way to add CDN links?

  • ABP Framework version: v5.2.2
  • UI type: MVC
  • DB provider: EF Core

How to add styles or scripts CDN link to the default layout of MVC application.

ABP doesn't allow to add direct CDN links to the bundling system.

Plus, how to add links at a specific line. for example: if I have 20 styles and 15 scripts to download in one page. how can I specify the sequence(script1.js should be before script2.js) using Layout hooks.

Thank you

  • ABP Framework version: v5.2.1
  • UI type: MVC
  • DB provider: EF Core

As I have installed the CMS PRO module in the existing application where I only have web project. I don't have web.public project in the existing application which usually gets created --with-public-website flag.

first of all, may I know how web and web.public projects are different. There is no documentation related to web.public project.

how can I see the pages created thru CMS module in the web project, instead of web.public project.

Plus, as I have also installed the Forms module and I can see the forms in the** web project.**

Showing 1 to 10 of 18 entries
Made with ❤️ on ABP v9.1.0-rc.1. Updated on January 17, 2025, 14:13