|
Rank: Newbie Groups: Member
Joined: 5/12/2011 Posts: 6
|
Can't load module EO.PDF.HTML.DLL Version 2011.2 Have tried two test projects. With both I get can't load module EO.PDF.HTML.DLL. The file is the bin directory and both EO.PDF.HTML and EO.PDF have the same version number 3.0.67.2. This is a dot.net 4.5 project. Do I need to upgrade or can this be made to work?
Need help asap. Thanks
|
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,195
|
Hi,
Do you have an error message or something?
Thanks!
|
|
Rank: Newbie Groups: Member
Joined: 5/12/2011 Posts: 6
|
Error Message: There is a problem starting EO.PDF.HTML.DLL. The specified module could not be found.
|
|
Rank: Newbie Groups: Member
Joined: 5/12/2011 Posts: 6
|
Error occurs at this line of code. HtmlToPdf.ConvertHtml(GiftSummaryReportPage, docMGMReport.Pages[4]);
|
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,195
|
Hi,
Please try to create a ASP.NET 2.0 project and see if it works for you. If that works, then there might be a problem with .NET 4.5 because your version was released before .NET 4.5 was released. In that case you will have to upgrade to the current version.
You will also want to check your event viewer to see if you can see any entries there that might indicate the full path of the file that it tries to load.
Thanks!
|
|