MyBlog-ASP.NET-MVC5
MyBlog-ASP.NET-MVC5 copied to clipboard
Could not load file or assembly 'Microsoft.Build.Utilities.Core, Version=14.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a'
Error 4 The "Microsoft.CodeAnalysis.BuildTasks.Csc" task could not be loaded from the assembly E:\ammu\New folder\MyBlog-ASP.NET-MVC5-master\packages\Microsoft.Net.Compilers.2.3.1\build..\tools\Microsoft.Build.Tasks.CodeAnalysis.dll. Could not load file or assembly 'Microsoft.Build.Utilities.Core, Version=14.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' or one of its dependencies. The system cannot find the file specified. Confirm that the <UsingTask> declaration is correct, that the assembly and all its dependencies are available, and that the task contains a public class that implements Microsoft.Build.Framework.ITask. MyBlog.UI
Deleting these three directories solves the problem.
/packages /bin /obj
Right-click on your solution. Go to Manage Nuget Packages. Search for Microsoft.Net.Compilers. Install or update on dependent projects as necessary. Re-build, clean solution and restart Visual Studio .
Good Luck ;)
Sir There Folders Bin And Obj Files is there which one i need to delete?

@Alaeddinalhamoud Please Help Me
Use vs2017.
okay sir @Alaeddinalhamoud