.951 Can't open project properties window with Mono for Android Project

I have Mono For Android (4.0.1) installed. The properties window will not open. To reproduce:

  1. Create a new Mono For Android Class Library (Oxygene) project
  2. Right-click on the project select Properties…
  3. Property window shows for about a second and closes.

It isn’t critical for me, I can manually make changes to the .oxygene project file.

–Luke

Thanks, logged as bugs://53221 for review
Posted by Bugs for Mac

Hello Luke,

The issue has been resolved and the fix will be available in next release.

You can use next steps as a workaround:

  • Manually add next tag with empty value into your project (.oxygene) file:

  • Reload the project
    After that you will be able to open project properties pages.

Hope that helps.

Unless I’m mistaken, viktoriad, you need a <pre lang=“xml”></pre> around any XML tags you post, else they get stripped out of the display…
[Edit]
and there it is fixed :o)