Welcome Guest Search | Active Topics | Sign In | Register

EO PDF 16.2.1 nuget package and EO.WebEngine not publishing correctly Options
stephen
Posted: Monday, September 12, 2016 7:07:43 PM
Rank: Newbie
Groups: Member

Joined: 8/15/2016
Posts: 3
I installed the EO.PDF nuget package (16.2.1) into my .net core 1.0 RTM web application, which targets the full .net framework. When I run the application, it throws an error when I try to create a PDF: Could not load file or assembly 'EO.WebEngine, Version=16.2.1.0, Culture=neutral, PublicKeyToken=e92353a6bf73fffc' or one of its dependencies. It appears to only be putting 3 dlls into the bin folder, Base, PDF, and WebBrowser...leaving out WebEngine. Apparently the nuget package doesn't reference the WebEngine dll. Do you have a solution for this or intend to include dependency dlls in your nuget package? Or can you think of anything else I might be doing incorrectly to get this setup? It worked fine when I was on .net core RC 1, but now that I'm on RTM 1.0 and it is using the bin folder in the project folder instead of the dnx directories, it doesn't get the WebEngine dll into the correct spot. Thanks in advance for any help!
eo_support
Posted: Tuesday, September 13, 2016 12:53:48 PM
Rank: Administration
Groups: Administration

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

The DLL is in the lib folder but is not automatically referenced. We will change it to be automatically referenced in our next build. In the mean time you can manually add the reference to that DLL.

Thanks!


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.