plan-your-vote / plan-your-vote-cda

Plan Your Vote - Content Delivery Application
https://plan-your-vote.amyhong0502.now.sh/
3 stars 5 forks source link

error MSB3086: Task could not find "al.exe" using the SdkToolsPath "" or the registry key #69

Open ryanliang88 opened 4 years ago

ryanliang88 commented 4 years ago

I think one may run into this issue. Not sure how to reproduce - I was able to get it several times by deleting bin and obj folders but I couldn't reproduce after several fixes by:

dotnet restore (might not need this one due to comment below. I was running w/ Ctrl-F5 and I guess it doesn't do dotnet build; dotnet build does dotnet restore) dotnet run (which implicitly does dotnet restore)

Perhaps it might have to do with global NuGet packages location at %userprofile%\.nuget\packages


This may have to do with my recent upgrades to VS19 (Maybe but unlikely MSBuild19) and Windows updates to 18362.388

medhatelmasry commented 4 years ago

This case cannot be reproduces and is therefore not valid.