File Not Found Exception Visual Studio 2015
问题 I am getting file not found error though I have the needed file inside the project directory.There are no compilation errors. Here is my startup.cs class: using System; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; using Microsoft.AspNetCore.Builder; using Microsoft.AspNetCore.Hosting; using Microsoft.AspNetCore.Http; using Microsoft.Extensions.DependencyInjection; using Microsoft.Extensions.Logging; using Microsoft.Extensions.Configuration; namespace