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)
-
1
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": [ ] }
-
0
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