c# - The "XSD" task could not be loaded from the assembly Microsoft.Build.CppTasks.Common -


i'm running windows 10 64-bit , visual studio 2017 community edition.

i'm trying compile c# asp.net web sample project company. unable project compile because of error. i've re-added microsoft.build.cpptasks.common gac, didn't help. i've uninstalled , reinstalled visual studio 2017 , downgraded visual studio 2015 no avail.

any appreciated. here full error message:

the "xsd" task not loaded assembly microsoft.build.cpptasks.common, version=4.0.0.0, culture=neutral, publickeytoken=b03f5f7f11d50a3a. not load file or assembly 'microsoft.build.cpptasks.common, version=4.0.0.0, culture=neutral, publickeytoken=b03f5f7f11d50a3a' or 1 of dependencies. system cannot find file specified. confirm declaration correct, assembly , dependencies available, , task contains public class implements microsoft.build.framework.itask.


Comments

Popular posts from this blog

Retrieving ETA (estimated time of arrival) with Google Distance Matrix API and public transit as transport mode -

android - ConstraintLayout: Realign baseline constraint in case if dependent view visibility was set to GONE -

c# - Populating Gridview inside Listview ItemTemplate On Web User Control from Code Behind -