microsoft / AzureDatalakeToolsForVSCode

Azure Datalake Tools For VSCode
Other
10 stars 13 forks source link

ADL Login Fails with Microsoft.NetCore.App error #4

Open kethahel99 opened 7 years ago

kethahel99 commented 7 years ago

I'm having trouble using this extension as I am unable to login using the "ADL Login" command. For some reason. I keep getting the below error:

image

I do have the latest .Net Core SDK and runtimes installed. Please can anyone suggest a solution?

kethahel99 commented 7 years ago

I've also tried to test the command with powershell and still the same issue: image

Is there some other dependency I require?

mandywAtGitHub commented 7 years ago

Hi, What's your dotnet core version? You may check it by 'dotnet --version'

kethahel99 commented 7 years ago

Hi @mandywAtGitHub , I'm running on 2.0.2 currently

kethahel99 commented 7 years ago

Hi @mandywAtGitHub ,

I've managed to get it working. I needed the latest JRE and JDK runtimes for Java installed.

mandywAtGitHub commented 7 years ago

Hi @kethahel99 , Thanks for the feedback!