Activities of "caglar.ayhan@ekol.com"

  • ABP Framework version: v5.3.3
  • UI Type: Angular
  • Database System: PostgreSQL, etc..)
  • Exception message and full stack trace:
  • Steps to reproduce the issue:

We have a module that keeps our common codes, including a class that implements the ISmsSender interface, based on abp framework v.5.3.3 (it will be mentioned as logi.common).We have 4 different projects that use the codes contained in this module. The version of one of our projects is 7.1.1 (it will be called the booking project), while the versions of the others are 5.3.3. We get an error when we want to use the logi.common module in the booking project, although we do not have any problems in other projects. (I will share the error we received below.). What might be causing this problem? From my point of view, I can use a low-version module(like 5.3.3) in a high-version project(like 7.1.1). Right? I hope I have given enough information about my problem and not too complicated. Error: System.IO.FileNotFoundException: Could not load file or assembly 'Volo.Abp.Sms, Version=7.1.1.0, Culture=neutral, PublicKeyToken=null'. The system cannot find the file specified. File name: 'Volo.Abp.Sms, Version=7.1.1.0, Culture=neutral, PublicKeyToken=null'

thank you so much

so you have only navigation property. no other properties right?

Yes

According to my point of view xxx.HttpApi.Client module is in the infrastructure layer(maybe not, I am not sure. What do you think about that?) can I add it here too? Another alternative way,as you told, is to add a new abp module project that is in the infrastructure layer to the solution. Which one is the best?

Thank you for your answer but I would like to expand my question. For blob provider, I must to add some package(Google.Cloud.Storage.V1) from nuget. Would it be correct to add these packages to this layer? I am hesitant as to whether it would be correct to add these packages to this layer.

I need to create CustomBlobProvider and CustomSmsSender.In which directory should I create it? I could not decide. I am sharing my project template below. Do you have any advice for this?

  • ABP Framework version: v5.3.3
  • UI type: Angular
  • DB provider: EF Core
  • Tiered (MVC) or Identity Server Separated (Angular): yes
  • Exception message and stack trace:
  • Steps to reproduce the issue:"

I have tried to create a new "Entity" by using the Abp Suite tool but ran into a problem. Although the "Save and Generate" button is active when we add only "Properties", it is not active when we add only "Navigations" (we don't want to add "properties"). Of course, there are several solutions to this (first, add an unnecessary property and then delete it from the code, or add "properties" instead of "navigations" and then modify it in the code). The former solution is so time-consuming, the latter is not the best(I think) Do you have any way that you know to solve this problem?

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