Need to target older .Net runtime, now Umbraco is broken- what to do?
I have realised the server I am deploying to only has .Net 4.0 installed so having developed my Umbraco/MVC application on 4.5 I had to target the new runtime version and straight away the build breaks - it appears that lots of Umbraco depends on the HTMLAgilityPack which was apparently built against the 4.5 runtime.
What - if anything - can I do to rescue matters? Do I need to reinstall or refresh umbraco somehow?
Need to target older .Net runtime, now Umbraco is broken- what to do?
I have realised the server I am deploying to only has .Net 4.0 installed so having developed my Umbraco/MVC application on 4.5 I had to target the new runtime version and straight away the build breaks - it appears that lots of Umbraco depends on the HTMLAgilityPack which was apparently built against the 4.5 runtime.
What - if anything - can I do to rescue matters? Do I need to reinstall or refresh umbraco somehow?
Hi Glenatron. Have you developed your app in Umbraco v 7 ?
This is in 6.1.6. I installed Umbraco from Nuget into the Visual Studio project.
Alright, what I did in the end was just to download the binaries from the download page and replace the ones nuget gave me. Sigh of relief.
is working on a reply...