[nant-dev] Solved: ReflectionTypeLoadException when using custom task

2004-03-20 Thread Garrett Smith
I solved this problem.  I was compiling my custom tasks DLL using a version of NAnt different than the version I was running against.  The binaries were incompatible somehow.  So it wasn't a NAnt problem. Thanks for the help of those that replied to me. Best, Garrett Smith   > &

[nant-dev] ReflectionTypeLoadException when using custom task

2004-03-17 Thread Garrett Smith
I've written a custom task, put the compiled DLL in the same directory as nant.exe, named it XXXTasks.dll, and my public class inherits from task and has the TaskNameAttribute. But when I attempt to use it, I get the following: [Core.TypeFactory:Error loading Elements from Allstate.AllCorp.Custo