Activity overview
Latest activity by F16Dev
With the plugin DLLs we now build to a new directory which does not contain the .pdb files. Per your help, I copied them over and Ants is now working.
Thanks! / comments
With the plugin DLLs we now build to a new directory which does not contain the .pdb files. Per your help, I copied them over and Ants is now working.
Thanks!
Ants unable to see Plug-In dlls
We have a project that brings in other DLLs dynamically using a C# call, i.e. Assembly.LoadFrom(file_path). At runtime, Ants doesn't seem to be aware of these DLLs, i.e. can't examine source for t...