I have developed a C# DLL that acts as a series of wrapper classes for certain methods of iTextSharps that is used by Excel VBA. On my dev machine and test machine it works, but when I tried to deploy it on user machines, after running regasm.exe for the C# DLL and tlb, I get the message "Could not load file or assembly iTextSharp.dll"
I have loaded my dll and tlb's onto the user machines and registered them using regasm.