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

c# - Update a combobox from a presenter (MVP) -

How to understand 2 main() functions after using uftrace to profile the C++ program? -

How to put a lock and transaction on table using spring 4 or above using jdbcTemplate and annotations like @Transactional? -