Abhirup Ghosh
Abhirup Ghosh

Reputation: 135

Visual studio 15.7.0 xamarin form build error

Hello guys i have just update my vs community to the latest version.after the update if i am trying to create a normal Xamarin.From application then it's giving me some error.

Xamari.froms.build.tasks.xamlGtask could not be loaded.

I tried to uninstall xamar.forms and install it again..but that doesn't help also.

What should i do?

Upvotes: 0

Views: 138

Answers (2)

Kalp
Kalp

Reputation: 1414

  • Clean the project
  • Close the project
  • Delete folders Temp,Prefetch and %temp%
  • Open project
  • Rebuild

Upvotes: 1

ireshika piyumalie
ireshika piyumalie

Reputation: 2402

Update Xamarin.Forms version in your Xamarin forms solution (PCL,Xamarin iOS project and Xamarin Android). Most of the times reason for this behavior is your solution contains older xamarin forms version and Visual Studio contains latest version.

Upvotes: 0

Related Questions