First time I didn't read carefully the error message... Sorry about that...
The message says that it can't load "itextsharp". When google "itextsharp" I see
iText# (iTextSharp) is a port of the iText open source java library for PDF generation written entirely in C# for the .NET platform.
So, you are using some external library in your project. This library needs to be installed on clients.
Comments
The message says that it can't load "itextsharp". When google "itextsharp" I see
So, you are using some external library in your project. This library needs to be installed on clients.
Exactly - your assembly can not load that reference. .NET wouldn't help . The assembly you need must be available on your dev machine.
How do i do this? I have registered the iText.dll that i used with the machine. But is there something else i should do.
Update on the .NET 3.5 = did not solve the problem.