VS 2017 Version 15.7.4 And Xamarin

  • Thread starter Thread starter Manish Nandi
  • Start date Start date
M

Manish Nandi

Guest
I have install my operating system (windows 10), then install VS 2017 version 15.7.4, then create a xamarin forms project, code nothing, then try to run the project in emulator and getting error.

Error 1.


Severity


Code


Description


Project


File


Line


Suppression State


Error




The "Xamarin.Forms.Build.Tasks.GetTasksAbi" task could not be loaded from the assembly C:\Users\MANISH\.nuget\packages\xamarin.forms\3.0.0.561731\build\netstandard2.0\Xamarin.Forms.Build.Tasks.dll. Could not load file or assembly 'netstandard, Version=2.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51' or one of its dependencies. The system cannot find the file specified. Confirm that the <UsingTask> declaration is correct, that the assembly and all its dependencies are available, and that the task contains a public class that implements Microsoft.Build.Framework.ITask.


App1.Android










Error 2.


Severity


Code


Description


Project


File


Line


Suppression State


Error


MSB4062


The "Xamarin.Forms.Build.Tasks.GetTasksAbi" task could not be loaded from the assembly C:\Users\XXXX\.nuget\packages\xamarin.forms\3.0.0.561731\build\netstandard2.0\Xamarin.Forms.Build.Tasks.dll. Could not load file or assembly 'netstandard, Version=2.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51' or one of its dependencies. The system cannot find the file specified. Confirm that the <UsingTask> declaration is correct, that the assembly and all its dependencies are available, and that the task contains a public class that implements Microsoft.Build.Framework.ITask.


App1


C:\Users\XXXX\.nuget\packages\xamarin.forms\3.0.0.561731\build\netstandard2.0\Xamarin.Forms.targets


36





Error 3.


Severity


Code


Description


Project


File


Line


Suppression State


Error


MSB4062


The "Xamarin.Forms.Build.Tasks.XamlGTask" task could not be loaded from the assembly C:\Users\XXXX\.nuget\packages\xamarin.forms\3.0.0.561731\build\netstandard2.0\Xamarin.Forms.Build.Tasks.dll. Could not load file or assembly 'netstandard, Version=2.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51' or one of its dependencies. The system cannot find the file specified. Confirm that the <UsingTask> declaration is correct, that the assembly and all its dependencies are available, and that the task contains a public class that implements Microsoft.Build.Framework.ITask.


App1


C:\Users\XXXX\.nuget\packages\xamarin.forms\3.0.0.561731\build\netstandard2.0\Xamarin.Forms.targets


75





I also noticed that version 15.6.5 is running well in my PC, after that no version is running correctly. In that version (15.6.5) api level is 25, But now google play is asking for api 26+ from august 18. Visual Studio team is doing nothing. I am seriously thinking about android studio. If VS team unable to solve the error I am sure the will loose android market share from august 18 onwards.

Continue reading...
 
Back
Top