http://bugs.winehq.org/show_bug.cgi?id=32760
Vincent Povirk madewokherd@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Component|-unknown |mscoree Summary|Mono not running VB.NET app |Mono not running VB.NET app | |(incomplete | |WindowsFormsApplicationBase | |class?)
--- Comment #4 from Vincent Povirk madewokherd@gmail.com 2013-01-24 12:12:01 CST --- Thanks for the report.
I've seen a similar error to this before, so I suspect the issue is that Mono's implementation of WindowsFormsApplicationBase doesn't implement the Startup event, so the application is running without its initialization code.