Cannot Load or Find iTextSharp /VB.Net Forms Application

~OSD~ 2,201 Reputation points
2021-05-07T10:08:29.503+00:00

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.
94771-image.png

Original Post: datagridview-to-pdf-using-itextsharp-vbnet-forms-a.html

Developer technologies VB
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Duane Arnold 3,216 Reputation points
    2021-05-07T14:12:02.123+00:00

    @~OSD~

    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.


Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.