Welcome Guest Search | Active Topics | Sign In | Register

Calling EO.PDF in SSIS Script Task Options
Advocate HRIS
Posted: Friday, September 19, 2014 11:59:44 AM
Rank: Newbie
Groups: Member

Joined: 3/19/2014
Posts: 4
I am using EO.PDF in an SSIS Script task to create a PDF attachment and send via email. This works fine on my local machine but when running the SSIS package from the production server, I am getting an error "The script threw an exception: Could not load file or assembly 'EO.Pdf, Version=5.0.68.2' or one of its dependencies. The system cannot find the file specified." I resolve this issue on the ASP application side by including the dlls in the bin directory for the application. However, the Script task in SSIS does not have a bin directory. Can you assist me in getting this resolved?
eo_support
Posted: Friday, September 19, 2014 12:43:41 PM
Rank: Administration
Groups: Administration

Joined: 5/27/2007
Posts: 24,071
Hi,

You should be able to add EO.Pdf to GAC and then reference the DLL from GAC in your code. That way the package does not have to have a local copy of the DLL.

Thanks!
Advocate HRIS
Posted: Friday, September 19, 2014 1:28:03 PM
Rank: Newbie
Groups: Member

Joined: 3/19/2014
Posts: 4
Thanks, this worked perfectly! I appreciate the help!


You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.