ITextSharp.Net DLL included as an "embedded resource" does not work

I followed the instructions in the VB.NET embedded DLL in another DLL as an embedded resource? to implement the three DLLs as an embedded resource in my VB.NET project. Two DLLs are made with 100% managed code, they load at runtime and work fine, however only "iTextSharp.dll" ( http://sourceforge.net/projects/itextsharp/ ) does not load when prompted from the assembly, in addition, I I donโ€™t know if it is a managed DLL or not. Any suggestion would be much appreciated.

0
source share

All Articles