Cake3 use Utils.verifyDllPath() (Utils.cs line 729) to check if the
dll exists (and then dllimport), you will need to rewrite it so it
point to your application directory.
I dont have knowledge related to ASP.NET 2.0, please drop me a note if
it works.
Thanks
Regards
Joseph Leung
I put the files I needed into the App_Code folder, removing any
references to archive types I didn't need. Then I had to change the
GetProgramPath() method and hard coded it to the "bin" folder of my
web application (there's probably a more elegant way to get that path,
but I don't know what it is). All I have tested is for it to list the
contents of a lzh file and that works fine.
Thanks for your help.
-Robert