Activities of "alper"

it's not possible to relocate your entities now. but perhaps we'll crate a setting for this, after that, you can put them in your solution root folder.

The questions are really out of ABP context. These are basic coding concepts which you can find many resource on the internet.

ABP Suite is an engine to generate pages according to your solution version. Template are located in your solution. Because templates are based on specific versions. And in newer versions of the Suite, new templates come... So when you update Suite and don't update your solution, then the new Suite cannot find the required template.

If your project is v2.7.0 then use Suite v2.7.0 If you update Suite then update your solution to the same version.

https://support.abp.io/QA/Questions/671/ABP-Suite-throws-Cannot-read-the-template-VoloAbpCommercialSuiteTemplatesTemplatesXXXX#answer-4bc69b9f-01b0-dab5-2387-39f96e495eb9

Hi Roop,

That feature is on the roadmap. We'll enable to export/import entities in a solution. But for now you can simply access the entites from this directory.

%UserProfile%\.abp\suite\solutions\{solution-id}\entities\

You can see the solution id

And your friend can save the entities in the same folder. But it might be a good idea to store entities in the solution folder itself .

ok I understand your issue. The ABP Suite templates are stored in your solution so the latest templates come if you update your solution to the latest. If you update Suite to the latest and don't update your solution, you can get this kind of error.

EasyCrm was updated to the latest but the download section gets it from the release branch therefore you see the previous version. We'll change that and you will be able to download the latest version.

@pkouame , I'll try to reproduce it in a MAC. Suite is creating migrations with the EF Core CLI so it's not different than typing dotnet-ef migrations add But I'll check anyway.

try to remove suite and install again.

@ian@order2invoice.com showing login page everytime you open the website is weird. Do you want to show login page even the user is authenticated?

@edirkzwager, for your Suite installation problem, I see that you have added nuget.telerik.com to your NuGet sources. And Microsoft Dotnet Tool is searching Volo.Abp.Suite in nuget.telerik.com. Try to install it from the following command. Make sure to replace the YOUR-PRIVATE-API-KEY with yours (it's in your project's NuGet.Config file)

dotnet tool install Volo.Abp.Suite --add-source https://nuget.abp.io/YOUR-PRIVATE-API-KEY/v3/index.json -g

if your problem is not solved, create a new question .

@edirkzwager I understand that you want to remove jQuery. If it gets in the bundle again after you remove it, it means you are removing it in earlier. ABP has several modules, these modules add their client-side dependencies one by one. If you remove jQuery in application project, then it'll be added in Web layer. So make sure you remove it in Web project. By the way I removed without facing any issues. Can you open a new question to track this..

Showing 1881 to 1890 of 2060 entries
Boost Your Development
ABP Live Training
Packages
See Trainings
Mastering ABP Framework Book
The Official Guide
Mastering
ABP Framework
Learn More
Mastering ABP Framework Book
Made with ❤️ on ABP v10.1.0-preview. Updated on November 07, 2025, 08:20