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')'
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
You need at least Net SDK 6.0.2, so try upgrading your dotnet.
Thank you so much! it worked after I installed dotnet sdk 6.0.400
is working on a reply...