Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Dan Sørensen 102 posts 327 karma points
    Nov 27, 2015 @ 09:30
    Dan Sørensen
    0

    Trying to update site from 7.1.8

    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.

  • Dennis Aaen 4499 posts 18254 karma points admin hq c-trib
    Nov 29, 2015 @ 21:34
    Dennis Aaen
    0

    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

Please Sign in or register to post replies

Write your reply to:

Draft