Click here to Skip to main content
15,884,298 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
Hi All,

I am getting
Assembly 'itextsharp.xmlworker, Version=5.5.5.0, Culture=neutral, PublicKeyToken=8354ae6d2174ddca' uses 'itextsharp, Version=5.5.5.0, Culture=neutral, PublicKeyToken=8354ae6d2174ddca' which has a higher version than referenced assembly 'itextsharp, Version=4.0.4.0
error when try to convert to a pdf using itextsharp. can you please help.


thank you

What I have tried:

tried with itextsharp.dll and getting version error.
Posted
Comments
F-ES Sitecore 4-Jul-18 11:42am    
Use the right version of the assembly. If you have different projects that need different versions then use the bindingRedirect to make older versions use the newer one

https://docs.microsoft.com/en-us/dotnet/framework/configure-apps/redirect-assembly-versions

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