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.


Comments

Popular posts from this blog

Use GnuPG Tools or C# Code for PGP Encryption and Signature

Errors in Net Core Add-Migration

Confusing Concepts about SFTP: SSH2 vs OpenSSH