** This is a problem in Visual Studio 2013.
The error I get is massive and basically useless, but its essence is
Error 130 Fody: Could not load 'ModuleWeaver' from 'PropertyChanged.Fody, Version=1.50.3.0, Culture=neutral, PublicKeyToken=null' due to ReflectionTypeLoadException. It is possible you need to update the package. exception.LoaderExceptions: System.IO.FileLoadException: Could not load file or assembly 'Mono.Cecil, Version=0.9.6.0, Culture=neutral, PublicKeyToken=0738eb9f132ed756' or one of its dependencies. The located assembly manifest definition does not match the assembly reference. (Exception from HRESULT: 0x80131040) File name: 'Mono.Cecil, Version=0.9.6.0, Culture=neutral, PublicKeyToken=0738eb9f132ed756'
Since there have been no changes, I have no idea what the problem is. The DLL he is looking for sits in the same place where he always sat.
Edit: Apparently, at this moment, he was tired of spitting out this error so that it would fabricate a new one.
Error 42 The "Fody.WeavingTask" task failed unexpectedly. System.IO.FileNotFoundException: Could not load file or assembly 'Mono.Cecil, Version=0.9.5.0, Culture=neutral, PublicKeyToken=0738eb9f132ed756' or one of its dependencies. The system cannot find the file specified. File name: 'Mono.Cecil, Version=0.9.5.0, Culture=neutral, PublicKeyToken=0738eb9f132ed756' at ExceptionExtensions.LogException(ILogger logger, Exception exception) at Processor.Execute() in c:\TeamCity\buildAgent\work\7495521761d392b9\Fody\Processor.cs:line 56 at Fody.WeavingTask.Execute() in c:\TeamCity\buildAgent\work\7495521761d392b9\Fody\WeavingTask.cs:line 44 at Microsoft.Build.BackEnd.TaskExecutionHost.Microsoft.Build.BackEnd.ITaskExecutionHost.Execute() at Microsoft.Build.BackEnd.TaskBuilder.<ExecuteInstantiatedTask>d__20.MoveNext()
Edit 2:
In addition, the error is allegedly happening inside "Fody.targets" on line 50, which
<Fody.WeavingTask AssemblyPath="@(IntermediateAssembly)" IntermediateDir="$(IntermediateDir)" KeyFilePath="$(FodyKeyFilePath)" ProjectDirectory="$(ProjectDir)" SolutionDir="$(FodySolutionDir)" References="@(ReferencePath)" SignAssembly="$(FodySignAssembly)" ReferenceCopyLocalPaths="@(ReferenceCopyLocalPaths)" DefineConstants="$(DefineConstants)" />
Edit 3:
I deleted all the files associated with Fody and Nuget, reinstalled them during the build process. The error after this coincides with the second error:
"Error 42 The "Fody.WeavingTask" task failed unexpectedly."
Change 4:
I really hope that the developer Fody sees this because we are in absolute condition until it is fixed. We cannot "go back" when it was working, because the current configuration of IS was when it was working.