Activities of "alper"

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..

MVC / Angular?

Answer
  1. Is ABP.IO easier to upgrade than Aspnetzero? This has been a major problem with aspnetzero.
    1. ABP is easy upgradable, we worked hard to make it so. Even the theme is replaceble / upgradable. But if you customize the source-code of a module, then you need to merge it manually There are many extension points that you can easily customize the existing features. See https://support.abp.io/QA/Questions/160/How-to-customize-an-ABP-project .
  2. If we use Razor pages, are they easy to convert across to Blazor?
    1. Blazor is on the roadmap, but not high priority. Because, there are some more important features to be included in the application templates and the framework. So for now, it's luxury! But you can start to migrate to Blazor. If you stuck at any step, we'll help.
  3. Are there any issues/constraints with ABP.io with PostgreGIS db?
    1. I don't have experience with PostgreGIS. This is completely related with EF Core PostgreSQL provider. Because the framework doesn't touch the EF Core internals. Even you face any issue, we'll try to help, if it's related with the framework.
  4. Is it possible (and how hard) to migrate a project from Abp.io to ABP Commercial?
    1. It's not a big issue. But requires copy-paste your custom development. The team License costs $1999 (cost of a junior's 10 days work). So if a juinor spends 2 weeks to migrate, then it'll cost you 2X. I'd start with the commercial, If I was planning to migrate in the future.

@edirkzwager,

@sean.alford solved a similar issue, try those steps.

Showing 1781 to 1790 of 1957 entries
Made with ❤️ on ABP v9.0.0-preview Updated on September 20, 2024, 08:30