1
votes

I'm trying to build a simple "empty" project from the base template.

I get this error:

Error initializing task FixedCreateCSharpManifestResourceName: Not registered task FixedCreateCSharpManifestResourceName.

How can I fix it?

On the same machine I can build other Xamarin Forms apps

1
Which "empty" project are you using and is it in xamarin studio or Visual Studio?Coding with Cookie
Xamarin Studio on macZiba Leah

1 Answers

2
votes

I was facing same problem read from some forum https://bugzilla.xamarin.com/show_bug.cgi?id=32724

Close the Solution or Xamarin Studio and Reopen it.

When I followed it worked.