c# - Error on using custom build task in Microsoft Build Framework -


i have implemented custom buildtask , set build engine in it. while executing code, getting exception

method not found: 'void microsoft.build.utilities.task.set_buildengine(microsoft .build.framework.ibuildengine)'. 

what can possible cause of this?

you may using 2 different versions of microsoft build framework (microsoft.build.framework). check version numbers in item properties make sure they're not different (e.g. issue - version 4.0.0.0 , version 14.0.0.0)


Comments

Popular posts from this blog

c# - DetailsView in ASP.Net - How to add another column on the side/add a control in each row? -

javascript - firefox memory leak -

Trying to import CSV file to a SQL Server database using asp.net and c# - can't find what I'm missing -