Product: E-Notebook Enterprise
Error exporting to PDF when iTextSharp is missing
The following error occurred in E-Notebook 13.1 while exporting an
experiment to PDF:
----------------
Could not load file or assembly
'itextsharp, Version=5.0.5.0, Culture=neutral,
PublicKeyToken=8354ae6d2174ddca' or one of its dependencies. The system
cannot find the file specified.
----------------
SOLUTION:
Register iTextSharp component as described in "CSDocStore Installation
Guide.doc", page 7:
1. Download the version 5.0.5.0 of itextsharp.dll from
http://sourceforge.net/projects/itextsharp/files.
2. Copy the downloaded “itextsharp.dll” file in to the Bin Folder of
CSDocStore. (…..\CambridgeSoft\CSDocStore\Bin)
3. Go to the following folder of .Net Framework
(C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727) and copy the RegAsm.exe
file in to the Bin Folder of CSDocStore
(……\CambridgeSoft\CSDocStore\Bin).
4. Register the “itextsharp.dll” file:
a) Open the command prompt window.
b) Go to the Bin folder of CSDocStore and register the
iTextSharp with RegAsm.
Comments
0 comments
Article is closed for comments.