Copied to clipboard

Flag this post as spam?

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


  • limin 27 posts 149 karma points
    Aug 25, 2022 @ 22:02
    limin
    0

    Problem at Install Umbraco with Visual Studio

    I followed the exact steps in the video on the following page https://our.umbraco.com/Documentation/Fundamentals/Setup/install/visual-studio

    I am running VS2022 Net SDK installed: 6.0.100 Umbraco 10.1.0

    everything is ok except at last step, when I press F5, I got runtime error. at line 59 in file Startup.cs, the code at line 59 is : u.UseInstallerEndpoints();

    The Exception is: System.ArgumentNullException: 'Value cannot be null. (Parameter 'source')'

    Can anyone point out what could be the issue?

    Thanks

  • Søren Kottal 702 posts 4497 karma points MVP 5x c-trib
    Aug 26, 2022 @ 06:23
    Søren Kottal
    100

    You need at least Net SDK 6.0.2, so try upgrading your dotnet.

  • limin 27 posts 149 karma points
    Aug 26, 2022 @ 07:07
    limin
    0

    Thank you so much! it worked after I installed dotnet sdk 6.0.400

Please Sign in or register to post replies

Write your reply to:

Draft