yes, which one do you want me to share?
You can send the ApplicationService interface, its implementation, and the content of your Controller if you have created one.
Hi there,
Yes, that is the expected behavior. When you add the Volo.Identity module to your ABP solution via "Replace packages with source code" in ABP Studio/ABP Suite, it primarily focuses on integrating the backend components. The frontend pieces, especially in Angular, are handled separately.
Therefore, you will need to add the frontend components manually. See more: https://abp.io/support/questions/7811/Commercial-source-code-to-angular-package
Hi,
In order to understand and reproduce your question more accurately, could you please send the ApplicationService interface, its implementation and the content of your Controller if you have created one.
Hello,
Can you try the following localization keys?
Hello,
What are database changes introduced in each release?
You can access the migration guide here. See: https://abp.io/docs/latest/release-info/migration-guides
How do we track it if we want to have database first approach for my application?
Normally, how you do it in an ASP.NET application should be the same way in ABP.
Hello,
I need additional information to understand your problem more clearly. For example, which distributed eventbus provider are you using?
Here are the providers:
LocalDistributedEventBus is the default implementation that implements the distributed event bus to work as in-process. Yes! The default implementation works just like the local event bus, if you don't configure a real distributed provider.AzureDistributedEventBus implements the distributed event bus with the Azure Service Bus. See the Azure Service Bus integration document to learn how to configure it.RabbitMqDistributedEventBus implements the distributed event bus with the RabbitMQ. See the RabbitMQ integration document to learn how to configure it.KafkaDistributedEventBus implements the distributed event bus with the Kafka. See the Kafka integration document to learn how to configure it.RebusDistributedEventBus implements the distributed event bus with the Rebus. See the Rebus integration document to learn how to configure it.Hi,
There are a few questions I would like to ask in order to better answer your question.
Volo.Saas.Domain.Shared reference in MyProjectName.Domain.Shared.csproj in MyProjectName.Domain.Shared project.IsEnabled property in MultiTenancyConsts class in MultiTenancy folder in MyProjectName.Domain.Shared project. This is probably set to false in your case.If so, simply set this value to true and create a new migration. However, if you don't have a reference to the SaaS module, we will need to add the SaaS module first and move on. I can guide you according to your answers.
Hello,
I need additional information to understand your problem more clearly. For example, which distributed eventbus provider are you using?
Here are the providers:
LocalDistributedEventBus is the default implementation that implements the distributed event bus to work as in-process. Yes! The default implementation works just like the local event bus, if you don't configure a real distributed provider.AzureDistributedEventBus implements the distributed event bus with the Azure Service Bus. See the Azure Service Bus integration document to learn how to configure it.RabbitMqDistributedEventBus implements the distributed event bus with the RabbitMQ. See the RabbitMQ integration document to learn how to configure it.KafkaDistributedEventBus implements the distributed event bus with the Kafka. See the Kafka integration document to learn how to configure it.RebusDistributedEventBus implements the distributed event bus with the Rebus. See the Rebus integration document to learn how to configure it..NET tool Volo.Abp.Studio.Cli installation failed. Exit code: 1, Output: Unhandled exception: NuGet.Protocol.Core.Types.FatalProtocolException: Unable to load the service index for source https://packagelibrary.dmssolutionsweb.net/nuget.
Hello, this error seems to be related to your computer configurations. The Volo.Abp.Studio.Cli package has been released on nuget.org and should be publicly available and can be installed without any problems. I suspect there might be a problem in your global NuGet configuration file, you can check this document if you want. I also suggest you take a look here.
Hello,
You can create a new ticket. Thanks