Rank: Newbie Groups: Member
Joined: 8/2/2012 Posts: 2
|
Hi,
We've had html 2 pdf in our visual studio projects for a long time without any real problem. But we've had to update to the latest version so our applications can run on windows 10 systems.
We added the new licence key, removed the old eo.pdf references, added the reference to the new dll. no errors in the studio code, everything runs as expected until we try to access the eo.pdf functions where we get the following unhandled exception:
An unhandled exception of type 'System.IO.FileNotFoundException' occurred in EO.Pdf.dll
Additional information: Could not load file or assembly 'EO.Base, Version=15.2.10.0, Culture=neutral, PublicKeyToken=e92353a6bf73fffc' or one of its dependencies. The system cannot find the file specified.
Any help would be appreciated. Thanks
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,229
|
Hi,
You do need this DLL with EO.Pdf 2015 build. Are you sure you have this DLL on your server?
Thanks!
|
Rank: Newbie Groups: Member
Joined: 8/2/2012 Posts: 2
|
Hi,
Using the earlier eo version we just needed to have the eo.pdf dll in project bin folder. Didn't notice the extra dll's that have been added.
Problem solved.
Thanks
|