Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Error while compiling the project

Tags:

I'm getting this error everytime I try to compile my program.

Some project features, such as full solution analysis for the failed project and projects that depend on it, have been disabled.

The "DebugType" parameter is not supported by the "XamlCTask" task. Verify the parameter exists on the task, and it is a settable public instance property.

The "XamlCTask" task could not be initialized with its input parameters.

It's an Android Project on Xamarin.

Thanks to everyone In advance.

like image 853
Louis Avatar asked Jun 01 '17 08:06

Louis


1 Answers

This happened to me when I had two instances of VS 2017 running. First instance had Xamarin default project with old Nuget for Xamarin. Ran debug onto Mac build server.

Then started up second instance of VS with Xamarin project on latest Nuget for Xamarin. Both instances were connected to MAC build server. When I tried to build I would get this error.

Stoped both instances of VS and started just one. Loaded my project with the latest Xamarin Nuget - All builds OK now.

like image 179
ColinPBriggs Avatar answered Oct 14 '22 01:10

ColinPBriggs