Closed panicoenlaxbox closed 9 years ago
Thanks Sergio. I will update that when I get a chance. Take care Andy From: Sergio León notifications@github.com To: andyhutch77/MvcRazorToPdf MvcRazorToPdf@noreply.github.com Sent: Monday, 26 January 2015, 9:33 Subject: [MvcRazorToPdf] Wrong dependencies in nuget package (#25)
Hi,I have installed MvcRazorToPdf and I'm have a compiler error with the following description:Assembly 'MvcRazorToPdf, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null' uses 'itextsharp, Version=5.5.3.0, Culture=neutral, PublicKeyToken=8354ae6d2174ddca' which has a higher version than referenced assembly 'itextsharp, Version=5.5.0.0, Culture=neutral, PublicKeyToken=8354ae6d2174ddca'...I had to upgrade the iTextSharp and itextsharp.packages to the 5.5.3 version with the following commands: Install-Package iTextSharp -version 5.5.3 Install-Package itextsharp.xmlworker -version 5.5.3Now, it seems to compile.Thank you for your excellent job! :)— Reply to this email directly or view it on GitHub.
I just installed your package from nuget and I have this same error. Is there a way to update it locally? Thx!
[WORK AROUND] install the package via nuget, then (re)install itextsharp and itextsharp.xmlworker and everything works fine.
Hi,
I have installed MvcRazorToPdf and I'm have a compiler error with the following description:
Assembly 'MvcRazorToPdf, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null' uses 'itextsharp, Version=5.5.3.0, Culture=neutral, PublicKeyToken=8354ae6d2174ddca' which has a higher version than referenced assembly 'itextsharp, Version=5.5.0.0, Culture=neutral, PublicKeyToken=8354ae6d2174ddca'...
I had to upgrade the iTextSharp and itextsharp.packages to the 5.5.3 version with the following commands:
Install-Package iTextSharp -version 5.5.3 Install-Package itextsharp.xmlworker -version 5.5.3
Now, it seems to compile.
Thank you for your excellent job! :)