Activities of "alper"

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.

Is it possible to generate non RC solutions from ABP Suite with the RC CLI and Suite installed or do you have to downgrade? There is a "Preview" checkbox in the ABP Suite but it is not quite clear what it actually does and if it does anything since the ABP Suite itself is preview.

Mainly asking as it would be easier when you find bugs etc with RC versions if you could compare it easily with a non RC solution to see if it is new bugs of maybe have been around before as well. Would probably be helpful for Volosoft also to know.

you can create a specific ABP version project, see https://docs.abp.io/en/abp/latest/CLI-New-Command-Samples#create-a-solution-from-a-specific-version

hi,

we will reach you via email.

this topic is not for technical questions. we are trying to keep this topic clean with only support enhancements.

Hi,

It sometimes happens to all online systems. In the past, GitHub was down, nuget.org was down. So better copy all your local Nuget cache into your own server and add this server as an alternative NuGet source. by doing so, you'll always reach your packages even if there's a problem with nuget.org or nuget.abp.io

Answer

nuget.abp.io is online

Answer

you can track the recent status at https://github.com/abpframework/abpio-status/issues/105

hi,

we are working on it. probably will be fixed 1-2 hours. you can track the status at https://github.com/abpframework/abpio-status/issues/105

@hinairusu send the JSON files so we can try to reproduce the same entities here.

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