cesarsouza/screencast-capture

failed to extract target assembly path from the buildengine

Closed this issue · 3 comments

I am on win10 64,
When I build it,show the title issue,how can i fix it?

I'm also on Windows 10 64-bit, and I'm getting that error when I try to build it.

NotifyPropertyWeaver: Failed to extract target assembly path from the BuildEngine. 
Please raise a bug with the below exception text.
The temporary work-around is to change the weaving task as follows 
<WeavingTask ... TargetPath="PathToYourAssembly" />
Exception details: System.Exception: Could not extract targetBuilderCallback from Microsoft.Build.BackEnd.TaskHost
   at BuildEnginePropertyExtractor.GetProjectInstance()
   at BuildEnginePropertyExtractor.GetEnvironmentVariable(String key, Boolean throwIfNotFound)
   at TargetPathFinder.Execute()

how to fix it

Hi there,

This was a problem with Fody weavers (a NuGet dependency). I have updated all library dependencies in the development branch, which should now have fixed this issue.

Regards,
Cesar