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:"
Markdown supported.
Copy, paste, or drag & drop images and files (max 100 MB per file, 100 MB total per post)
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": [ ] }Markdown supported.Copy, paste, or drag & drop images and files (max 100 MB per file, 100 MB total per post) -
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
Markdown supported.Copy, paste, or drag & drop images and files (max 100 MB per file, 100 MB total per post)