i have the following allthe dll in the bin of my project
but i get the errors below
CS0246: The type or namespace name iTextSharp could not be found (are you missing a using directive
Server Error in '/' Application.
Compilation Error
Description: An error occurred during the compilation of a resource required to service this request. Please review the following specific error details and modify your source code appropriately.
Compiler Error Message: reference?)
Source Error:
Line 17: using System.IO;
Line 18: using System.Data;
Line 19: using iTextSharp.text;
Line 20: using iTextSharp.text.html.simpleparser;
Line 21: using iTextSharp.text.pdf;
But it works in my laptop but gives error on the actual server.
please help