I had problems to update my installation of Umbraco from 7.3.1 to 7.4.1, so I tried with a fresh installation of Umbraco 7.4.1 via NuGet, adding one or more NuGet packages like EntityFramework.
The build fails with this error:
Could not load type 'umbraco.cms.presentation.create.controls.content'. in C:\.....\Umbraco\Create\content.ascx
Once it happened with a fresh install of Umbraco and the RestSharp NuGet package, once with Entity Framework. If I try to remove the additional Nuget packages the error still remain. Umbraco 7.4.1 installed without any additional package compiles correctly.
What can I do? I need the additional packages because a lot of code depend on them...
Ok. Now it happens also with a fresh install via Nuget of Umbraco 7.4.1. The first error on build is related to the additional web.config created in the AppData\NuGetBackup folder:
Umbraco 7.4.1 install fails
I had problems to update my installation of Umbraco from 7.3.1 to 7.4.1, so I tried with a fresh installation of Umbraco 7.4.1 via NuGet, adding one or more NuGet packages like EntityFramework. The build fails with this error:
Once it happened with a fresh install of Umbraco and the RestSharp NuGet package, once with Entity Framework. If I try to remove the additional Nuget packages the error still remain. Umbraco 7.4.1 installed without any additional package compiles correctly.
What can I do? I need the additional packages because a lot of code depend on them...
Ok. Now it happens also with a fresh install via Nuget of Umbraco 7.4.1. The first error on build is related to the additional web.config created in the AppData\NuGetBackup folder:
You need to remove it to pass this error. After this, the next error is the error described in the previous post.
is working on a reply...