I am trying to build a module on DNN 9 that was originally built for DNN 8. Because of this, it is using MSBuild.Community.Tasks version 1.4.0.128. When I build it, I get this error: "The "MSBuild.Community.Tasks.XmlRead" task could not be loaded from the assembly <PATH_TO_ASSEMBLY>". This does not make sense, as the DLL is definitely located in this directory. I have spent hours Googling this issue, to no avail. I even tried updating MSBuildTasks in Nuget to the latest version, and changing the version number in MSBuild.Community.Tasks.Targets. None of these things helped.