We get errors when trying to run N2eliteManager.exe via mono on MacOS.
Mono is installed.
When testing the applications using the test on this page -http://www.mono-project.com/docs/getting-started/mono-basics/ we get the following:
The Console Application Test works great.
The WinForms Application Test works great.
Unhandled Exception when running mono N2EliteManager.exe on MACOS
Mono is installed.
When testing the applications using the test on this page -http://www.mono-project.com/docs/getting-started/mono-basics/ we get the following:
The Console Application Test works great.
MYMAC1:desktop admin$ mcs hello.cs
MYMAC1:desktop admin$ mono hello.exe
Hello Mono World
MYMAC1:desktop admin$ mono hello.exe
Hello Mono World
The WinForms Application Test works great.
MYMAC1:desktop...
Unhandled Exception when running mono N2EliteManager.exe on MACOS