Hi Umbraco Community,
I'm trying to install v8.7 by Nuget but I'm getting a Nuget dependency error related with ImageProcessor.Web package.
The error is:
Unable to find a version of 'ImageProcessor.Web' that is compatible with 'UmbracoCms 8.7.0 constraint: ImageProcessor.Web (>= 4.10.0.100 && < 4.999999.0)'.
Well, it turns out to be a non issue.
I started the project with .Net Framework 4.8 and tried to install Umbraco Cms, by mistake.
Then I've downgraded it to 4.7.2. and tryed to install Umbraco again and that's when this error appeared so i believe it has to be related with my previews mistake.
Also I've installed Umbraco on a clean solution with .Net Framework 4.7.2 and everything worked perfectly.
Leaving this here in case it is of use to someone else.
Umbraco version 8.10.1
I just got this same error on a clean install with a new and empty .Net Framework 4.7.2 application project. Turns out it was due to me updating Microsoft.CodeDom.Providers.DotNetCompilerPlatform to v3.6.0 before installing the UmbracoCms package.
Installing v8.7
Hi Umbraco Community, I'm trying to install v8.7 by Nuget but I'm getting a Nuget dependency error related with ImageProcessor.Web package. The error is:
Am I the only one with this issue?
Well, it turns out to be a non issue. I started the project with .Net Framework 4.8 and tried to install Umbraco Cms, by mistake. Then I've downgraded it to 4.7.2. and tryed to install Umbraco again and that's when this error appeared so i believe it has to be related with my previews mistake. Also I've installed Umbraco on a clean solution with .Net Framework 4.7.2 and everything worked perfectly.
So... (Non) Problem solved.
Leaving this here in case it is of use to someone else.
Umbraco version 8.10.1
I just got this same error on a clean install with a new and empty .Net Framework 4.7.2 application project. Turns out it was due to me updating
Microsoft.CodeDom.Providers.DotNetCompilerPlatform
to v3.6.0 before installing theUmbracoCms
package.is working on a reply...