SagePayMvc
SagePayMvc copied to clipboard
MVC 4 Version
Hi,
Is there a MVC 4 Version available?
Hey, it should work with mvc4 already (I think the sample project is mvc4). Is there something not working?
On Monday, November 17, 2014, Jonathan Channon [email protected] wrote:
Hi,
Is there a MVC 4 Version available?
— Reply to this email directly or view it on GitHub https://github.com/JeremySkinner/SagePayMvc/issues/9.
It has a hard dependency on v3
https://github.com/JeremySkinner/SagePayMvc/blob/master/src/SagePayMvc/SagePayMvc.csproj#L46
Hm, that's odd, I was sure it was running on mvc4. It should be a simple recompile - I'll try and do a build for both mvc4 and mvc5 later this week.
Thanks, much appreciated! :+1: :smile:
I've just published a nuget package (version 4.0) that targets MVC 4. I'll try and do an mvc5 one soon too.
Thanks
A gentle nudge on MVC 5 for Nuget! Thanks
I'm away with work until the beginning of September, so mid/late September is the earliest I'm likely able to do this I'm afraid. For now, please build from source.
Thanks I've been doing that for a while on account of the Moto changes. Yesterday since the Moto changes are now in I tried to pull your build in from Nuget and things started to go wrong as it pulled in the old versions of MVC. I then told NuGet to reinstall all packages and all hell broke loose with most of my packages disappearing across multiple projects in the solution. 4 hours later of trying to get missing packages back into my solution and I eventually gave up. Nuget is one of those good ideas ... until it goes wrong ...and it seems to go wrong fairly easily.... Thank git for source control!