Click here to Skip to main content
15,884,298 members
Please Sign up or sign in to vote.
3.88/5 (5 votes)
See more:
Error The type or namespace name iTextSharp could not be found (are you missing a using directive or an assembly reference?)

please help in removing this error.
Posted
Comments
CHill60 28-Jan-13 6:57am    
Post the code that is causing this error so that we have a chance of helping
vikrant vaibhav 28-Jan-13 7:19am    
while writing header file this error is coming.
so i am not able to write the code.
Richard MacCutchan 28-Jan-13 7:02am    
Look at the message, it is telling you what to check.
vikrant vaibhav 28-Jan-13 7:15am    
i checked everything..
but couldnt find how to solve it
[no name] 28-Jan-13 8:33am    
Can you specify your requirement of using iTextSharp dll? May be you are missing the dll. You need to add the dll from the net to your reference and then only this work.

 
Share this answer
 
Have you added the assembly reference dll(itextsharp.dll)?

If a reference exists, then check if the path is correct.
 
Share this answer
 
v2
Comments
vikrant vaibhav 28-Jan-13 7:17am    
i couldnt find itextsharp.dll in microsoft.net file
[no name] 28-Jan-13 7:29am    
that is third party dll you can go through this link and downloaded the file then added the reference ..
http://sourceforge.net/projects/itextsharp/
vikrant vaibhav 29-Jan-13 0:13am    
thanks
it helped..

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

  Print Answers RSS
Top Experts
Last 24hrsThis month


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