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

Made with ❤️ on ABP v8.2.0-preview Updated on March 25, 2024, 15:11