Louis
Louis

Reputation: 69

Error while compiling the project

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.

Upvotes: 5

Views: 1426

Answers (1)

ColinPBriggs
ColinPBriggs

Reputation: 31

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.

Upvotes: 3

Related Questions