Activities of "alper"

This feature is implemented in v4.0.0 RC.5 and the release of RC5 is 2020-12-04. Starting from v4.0, your entities will be located in the .suite folder in your solution's root directory. On the other hand to keep the same behaviour for the old projects, it still saves it in the existing directory => %UserProfile%\.abp\suite\solutions\{solution-id}\entities\

if you want your Suite entities to be included in your Git system, follow the steps:

  • create a folder named .suite in your root directory.
  • move all your entites (*.json) from %UserProfile%\.abp\suite\solutions\{solution-id}\entities\ folder to the new folder .suite/entities
  • delete entities folder (mandatory) => %UserProfile%\.abp\suite\solutions\{solution-id}\entities

Answer

@developer1 "Cannot read the template" issue is related with version conflicts with the solution and Suite. and I see some of them has been resolved in v4.0.0-rc5

Answer

robb@designitcorp.ca it's already fixed in the newer versions. the simple solution is remove - add again the same solution.

close Visual Studio delete bin obj folders of your solution. rebuild solution and check that it's written 3.3.1 while starting Suite

To download a specific NPM package, you need to dowload the related module from ABP Suite. There's no list of all NPM packages!

See also https://support.abp.io/QA/Questions/632/How-can-I-download-the-framework-and-source-code-for-pro-modules#answer-70bbbda7-c0a0-6b02-f782-39f93f11167d

As of ABP CLI v4.0, you can use the following commands to install or update to a specific version of the Suite.

INSTALL SUITE

abp suite install --version 3.3.1

UPDATE SUITE

abp suite update --v 4.0.0-rc.5

what's the last status of this issue?

Hi michael, yes we do know this issue and working to solve it. There'll be RC.5.

closing the issue since the main question has been answered. if you have other questions, you can create a new one.

check out this https://support.abp.io/QA/Questions/560/How-can-I-call-an-ABP-remote-service-method very similar question

Showing 1351 to 1360 of 1868 entries
Made with ❤️ on ABP v9.1.0-preview. Updated on November 11, 2024, 11:11