FlexCel on Mac

When running a console project on a Mac in Xamarin Studio and executing:


XlsFile xls = new XlsFile(filename);

I get the error: The type initializer for 'MonoMac.Foundation.NSString' threw an exception. 

Any ideas about how to address this issue?

Hi,

 

Have you called "MonoMac.AppKit.NSApplication.Init()”?

 

From https://components.xamarin.com/gettingstarted/flexcel

<o:p></o:p>