After download/restore zip template for ABP v2.3.0 i had the following exception raised after the first application run
stack track herehttps://pastebin.com/g2XYAwp1
Before first execution I did the following steps:
- Opened solution on Visual Studio 2015
- Changed the database connection string
- Restored nuget packages for the solution
- Select the 'Web' project as startup project
- Run the EntityFramework's 'Update-Database' command
(database created successfully)
Run the application
Unfortunately I don't have the ability to work with VS2017 (and then to use ABP 3.0 template generated online)
It's possibile to download ABP v2.3.0 template as generated here ?