Activities of "alper"

this email address "it@chrobyte.de" is not registered as a developer in your organization. check your organization page

@smansuri, we opened this ticket again. if you are facing any issues you can write here

hi we reopened this ticket.

We received the files via email today.

You can report all your ABP-related issues on this platform. Other platforms are for open-source users. We read all these posts and take necessary actions.


PS: You can still use the following platforms to find a community-supported solution.

  • https://github.com/abpframework/abp
  • https://stackoverflow.com/questions/tagged/abp-framework
  • https://discord.gg/abp

After updating Studio to v0.6.8, you need to perform 2 steps:

1- Delete abpc.bat

del "%programfiles%\Volosoft\ABP Studio\abpc.bat"


2- Install ABP CLI

dotnet tool install -g Volo.Abp.Cli

is ABP commercial using Blazorise Free tier? it's showing a message to purchase commercial version

Has ABP responded to this yet and what version of Blazorise is actually included with ABP Commercial as of now?

ABP Commercial uses the Blazorise commercial version.

  • https://commercial.abp.io/faq#blazorise-license
  • https://commercial.abp.io/faq#blazorise-support

Just to clarify, would this be once license per developer you have assigned a ABP Commercial license to? From what I remember, ABP Commercial does not use "organizational email" like info@company.com but instead individual accounts connected to an organization/license like myname@company.com. Mainly asking as if you only get one account at Blazorise, you probably would want it to be info@company.com rather than somename@company.com.

Perhaps this should be moved to a separate ticket as it isn't really a 8.2 bug anymore it seems.

Please write only bugs related to 8.2.x under this topic. Otherwise, everyone who subscribed to this topic will see your personal comments and questions, which will be time-consuming for them. Contact info@abp.io for the licensing questions.

is ABP commercial using Blazorise Free tier? it's showing a message to purchase commercial version

Has ABP responded to this yet and what version of Blazorise is actually included with ABP Commercial as of now?

ABP Commercial uses the Blazorise commercial version.

  • https://commercial.abp.io/faq#blazorise-license
  • https://commercial.abp.io/faq#blazorise-support

This happens either because you don't have SQL Server Local DB installation or you have a different SQL Server instance name.

First; install SQL Server Local DB from this address. Basically, you need to download SQL Server Express and run the setup, it'll extract the files into your local disk. Later, search SqlLocalDB.msi in the extracted folder. Run this MSI file.

Second; clean your local db instance name by running the following commands in the SQL Local DB installation folder. My installation directory is C:\Program Files\Microsoft SQL Server\160\Tools\Binn

sqllocaldb stop mssqllocaldb
sqllocaldb delete mssqllocaldb
sqllocaldb start "MSSQLLocalDB"

When I try to run DbMigrator, it doesn't create the localdb. I get the below exception:

Unhandled exception. Microsoft.Data.SqlClient.SqlException (0x80131904): A network-related or instance-specific error occurred while establishing a connection to SQL Server. The server was not found or was not accessible. Verify that the instance name is correct and that SQL Server is configured to allow remote connections. (provider: SNI_PN11, error: 52 - Unable to locate a Local Database Runtime installation. Verify that SQL Server Express is properly installed and that the Local Database Runtime feature is enabled.) ---> System.ComponentModel.Win32Exception (2): The system cannot find the file specified.

Showing 11 to 20 of 1957 entries
Made with ❤️ on ABP v9.0.0-preview Updated on September 19, 2024, 10:13