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

i already added dll for iTextSharp and its proper work in local server but when i upload on a server this problem occured
Posted
Updated 4-Sep-13 23:12pm
v2
Comments
[no name] 5-Sep-13 5:25am    
Did you copy the iTextSharp DLLs to the server when you published your project?
Member 10252225 5-Sep-13 5:30am    
yes
vinay.tatipamula 5-Sep-13 5:30am    
did you add the DLL in bin folder of the version in the server you are checking?
Member 10252225 5-Sep-13 5:36am    
yes

1 solution

hi,

have you added ddl assembly reference to your project.??????


as it is a third party dll you will need to add reference to your project
If a reference exists, then check if the path is correct.




happy coding :)
 
Share this answer
 
Comments
Arup(Software engineer) 5-Sep-13 6:07am    
Yes i agree with your point.

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