Open Closed

Abp Suite runtime error #2560


User avatar
0
ozgur.bassullu created

Hi , when i want to run abp suite i get an error as below . I reinstalled abp suite but i have a same error

  • ABP Framework version: 5.1.3
  • UI type: Cli
  • DB provider:
  • Tiered (MVC) or Identity Server Separated (Angular):
  • Exception message and stack trace:System.NullReferenceException: Object reference not set to an instance of an object.
  • Steps to reproduce the issue:"

2 Answer(s)
  • User Avatar
    1
    yekalkan created
    Support Team Fullstack Developer

    Hi @ozgur.bassullu,

    It seems like the file your solution informations are saved is somehow corrupted.

    Path of the file is %UserName%\.abp\suite\appsettings.json. Can you change file content to with the following and try again?

    {
      "IsDotnetEfCoreToolInstalled": true,
      "Solutions": [
    
      ]
    }
    
  • User Avatar
    0
    ozgur.bassullu created

    Hi @ozgur.bassullu,

    It seems like the file your solution informations are saved is somehow corrupted.

    Path of the file is %UserName%\.abp\suite\appsettings.json. Can you change file content to with the following and try again?

    { 
      "IsDotnetEfCoreToolInstalled": true, 
      "Solutions": [ 
     
      ] 
    } 
    

    thanks @yekalkan . i changed it then worked successfully

Boost Your Development
ABP Live Training
Packages
See Trainings
Mastering ABP Framework Book
The Official Guide
Mastering
ABP Framework
Learn More
Mastering ABP Framework Book
Made with ❤️ on ABP v9.3.0-rc.1. Updated on June 18, 2025, 12:26