The DLL path looks fine and you say the physical file exists. The only thing that is done on it before the gacutil is this code (simplified):
You need to remove this after running the test, but try pasting this into the .btdfproj:
I assume it is just going to print out an empty string, which would indicate that the reflection call isn't working -- although I'm not sure how that's possible.
Thanks,
Tom
System.Reflection.AssemblyName.GetAssemblyName(<filepath>).FullName;
<TargetName="UndeployOrchestrations"Condition="'$(IncludeOrchestrations)' == 'true'"><GenerateAssemblyNamesItemGroupSourceAssemblies="@(OrchestrationsQualified)"><OutputTaskParameter="AssemblyNamesItemGroup"ItemName="OrchestrationAssemblyNamesGroup"/></GenerateAssemblyNamesItemGroup><MessageText="OrchestrationAssemblyNamesGroup = @(OrchestrationAssemblyNamesGroup)"/><ExecCommand=""$(Gacutil)" /u "@(OrchestrationAssemblyNamesGroup)""Condition="%(Identity) == %(Identity)"/></Target>
Thanks,
Tom