Open gerhardjj opened 8 years ago
Hi, I'll look into this shortly. I would like to add functionality to the Nuget package to detect MVC version and install the correct dependencies. I've done the same with RotativaHQ package for mvc 4 and 5, I'll add 6 and port code to Rotativa. I'll notify here when done.
Looking forward to Rotativa supporting MVC6
Ouch, looks harder then I thought. Trying to add reference to mvc 6
Install-Package Microsoft.AspNet.Mvc -Version 6.0.0-rc1-final
I get a nasty " Failed to add reference to 'System.Runtime'. Please make sure that it is in the Global Assembly Cache."
Actually I have no experience with asp.net 5 and mvc 6. Anyone willing to help?
Of course I was working in VS 2015 and .Net 4.6.1
Hi, In MVC6 (asp.net5) i'm trying to use your package. However i get the following error:
when i do this:
Should i actually go and reference MVC 3.0.0.1, is that the only way? Thanks