Click here to Skip to main content
15,891,739 members
Please Sign up or sign in to vote.
1.00/5 (2 votes)
See more:
I am trying to create PDF with itextsharp.dll and have an error on the below three namespaces:
C#
using iTextSharp.text;
using myApp.ns.pages;
using iTextSharp.text.pdf;
Posted
Updated 21-Nov-11 2:03am
v2
Comments
#realJSOP 21-Nov-11 8:05am    
So what exactly is the error you're seeing?
koolprasad2003 21-Nov-11 8:06am    
please be more readable ?
JawadHafiz 21-Nov-11 8:16am    
the type or namespace name " (all three as above) " could not be found
#realJSOP 21-Nov-11 8:29am    
That's the entire text of the message? Sounds to me like you haven't added the references to your project.

1 solution

Make sure you've added a reference to your assembly for the appropriate itextsharp DLL(s).
 
Share this answer
 
Comments
JawadHafiz 21-Nov-11 8:14am    
it is already there

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900