Journal - Start to Learn ASP.NET Core MVC
7 July 2017
Visual Studio 2017
ISSUE
1. Erring when adding a controller: "xxx\bin\Debug\netcoreapp1.1\ProjectName.deps.json doesn't exist"
SOLUTION
Right click project and Publish, change Settings/Configuration to: Debug. All required .json files will be immediately generated in the mentioned folder (you don't need to really publish the project).
ISSUE
1. Erring when adding a view: "Error: assembly specified in the dependencies manifest was not found."
SOLUTION
Right click project and Publish, publish it.
Visual Studio 2017
ISSUE
1. Erring when adding a controller: "xxx\bin\Debug\netcoreapp1.1\ProjectName.deps.json doesn't exist"
SOLUTION
Right click project and Publish, change Settings/Configuration to: Debug. All required .json files will be immediately generated in the mentioned folder (you don't need to really publish the project).
ISSUE
1. Erring when adding a view: "Error: assembly specified in the dependencies manifest was not found."
SOLUTION
Right click project and Publish, publish it.
Comments
Post a Comment