iTextSharp .Net DLL included as “embedded resource” does not work

怎甘沉沦 提交于 2019-12-11 18:14:35

问题


I followed the instructions at VB.NET embedded DLL in another DLL as embedded resource? to implement three dlls as embedded resource in my VB.NET project. Two dlls are made with 100% managed code, they are loaded at runtime and work perfectly, however only "iTextSharp.dll" (http://sourceforge.net/projects/itextsharp/) does not load when requested from the assembly, besides I don't know if it's a managed DLL or not. Any suggestion will be very appreciated.

来源:https://stackoverflow.com/questions/21828299/itextsharp-net-dll-included-as-embedded-resource-does-not-work

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!