If you deploy the solution to another computer, all DLL(s) the program needs must be deployed with the program. One does this by making an install package that installs the program and all components the program needs to run when it is deployed.
Cannot Load or Find iTextSharp /VB.Net Forms Application
Hi,
When I run application on a different PC other than on I have installed itextshap, I get following error :
the application on PC other than it was created and I am having issues that Could not load file or assembly "itextsharp," Version=5.5.13.2
I have installed itextsharp with following command on PC where I am running Visual Studio, and it is not practical for me to install it on all devices, any thoughts how I can integrate it to the solution itself?
Install-Package iTextSharp
And Copy Local is already True.
Original Post: datagridview-to-pdf-using-itextsharp-vbnet-forms-a.html