I Spend 3 days why adding namespace using iTextSharp.tool.xml not working not working. I already put itextsharp.dll in bin folders. Other related namespaces are working. Plz help.
Asked
Active
Viewed 1.3k times
3 Answers
9
I just had the same problem, just run the command below in the Package Manager Console. Felt like an easier solution and it solved the problem for me!
Install-Package iTextSharp.xmlworker

Ankan
- 508
- 5
- 12
7
Found Solution I downloaded itextsharp.xmlworker.dll and put in bin folder. It worked

Sahil Bhatia
- 165
- 1
- 1
- 8
-
You should also remember to add reference in project. – Icet Nov 08 '16 at 07:47
-
Yes. Reference is added to project in case it is web application. For WebSites it work without adding References. – Sahil Bhatia Nov 10 '16 at 05:31
-
This doesn't exist anymore – mut tony Apr 04 '19 at 13:40
-2
use this namespace your problem is solved.
using iTextSharp.text;
using iTextSharp.text.pdf.draw;
using iTextSharp.text.pdf;
using iTextSharp.text.html;
using iTextSharp.text.html.simpleparser;
using iTextSharp.text.xml;
this namespace for itextsharp.dll in use for PDF.

Genish Parvadia
- 1,437
- 3
- 17
- 30
-
I need iTextSharp.tool.xml or iTextSharp.tool to run. is there separate dll for this namespace – Sahil Bhatia May 26 '15 at 11:18
-
This answer is wrong. It doesn't answer the question: the question is about XML Worker; this answer is about obsolete functionality in iTextSharp. – Bruno Lowagie May 26 '15 at 12:20