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

php - cannot display multiple markers in google maps v3 from traceroute result -

php - Boolean search on database with 5 million rows, very slow -

css - Text drops down with smaller window -