Hello umbraco developers
Im trying to update my site and im constanly getting this error:
Severity Code Description Project File Line
Error CS0121 The call is ambiguous between the following methods or properties: 'ui.Text(string, string, User)' and 'ui.Text(string, string, IUser)'
Site-name C:\sitePath\umbraco\Controls\ProgressBar.ascx 2
can't figure out what Im doing worng.
Im trying to update with nuget I accept license then it ask me to override the ClientDependency.config in config this I press no to.
Then it finish and say dont forget to build. If i build at this point the error will show.
NuGet will then download dependencies and will install all of Umbraco's files in your new solution.
During this process it will ask if it is allowed to overwrite your web.config file. In this case, overwriting the file is safe because we just started a new project.
If you're installing Umbraco in an existing project, however, you might want to create a backup of your existing web.config file before answering "Yes".
You can take a backup of your web.config file, and the allow it to overwrite your web.config file. After this you can compare it with the old one, using a code compare tool like WinMerge or DiffMerge
Trying to update site from 7.1.8
Hello umbraco developers Im trying to update my site and im constanly getting this error:
can't figure out what Im doing worng.
Im trying to update with nuget I accept license then it ask me to override the ClientDependency.config in config this I press no to.
Then it finish and say dont forget to build. If i build at this point the error will show.
Hi Dan,
Did you see this documentation https://our.umbraco.org/documentation/getting-started/setup/install/install-umbraco-with-nuget
NuGet will then download dependencies and will install all of Umbraco's files in your new solution.
During this process it will ask if it is allowed to overwrite your web.config file. In this case, overwriting the file is safe because we just started a new project.
If you're installing Umbraco in an existing project, however, you might want to create a backup of your existing web.config file before answering "Yes".
You can take a backup of your web.config file, and the allow it to overwrite your web.config file. After this you can compare it with the old one, using a code compare tool like WinMerge or DiffMerge
http://winmerge.org
https://sourcegear.com/diffmerge/
Hope this helps,
/Dennis
is working on a reply...