http://bugs.winehq.org/show_bug.cgi?id=24641
--- Comment #1 from puk007@gmail.com 2010-10-06 15:47:22 CDT --- as exception is: Unhandled Exception: System.IO.FileNotFoundException: Could not load file or assembly 'System.Core, Version=3.5.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' or one of its dependencies. Exception from HRESULT: 0x80070002 File name: 'System.Core, Version=3.5.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' at ProPresenter.BO.Common.Type.RVObservableCollection`1.RemoveRange(IEnumerable`1 collection) at ProPresenter.BO.Common.Type.RVObservableCollection`1.Clear() at ProPresenter.BO.Common.Preferences.RVPreferencesLabels.SetDefaultSlideLabels() at ProPresenter.BO.Common.Preferences.RVPreferencesLabels.SetDefaults() at ProPresenter.BO.Common.Preferences.RVPreferencesLabels..ctor() at ProPresenter.BO.Common.Preferences.RVPreferencesLabels.GetInstance() at ProPresenter.BO.Common.Preferences.RVPreferences.get_Labels() at ProPresenter.BO.Common.Preferences.RVPreferences.SetDefaults() at ProPresenter.BO.Common.Preferences.RVPreferences..ctor() at ProPresenter.BO.Common.Preferences.RVPreferences.GetInstance() at ProPresenter.BO.Session.ProPresenterWindowSession..ctor(IIdentity identity) at ProPresenter.BO.Session.RVSessionManager.GetSessionObject(RVSessionType sessionType) at ProPresenter.BO.Session.RVSessionManager.GetSessionObject() at ProPresenter.UI.MainApp.RVDefinitionApp.OnStartup(StartupEventArgs eventArgs) at Microsoft.VisualBasic.ApplicationServices.WindowsFormsApplicationBase.DoApplicationModel() at Microsoft.VisualBasic.ApplicationServices.WindowsFormsApplicationBase.Run(String[] commandLine) at ProPresenter.UI.MainApp.Program.Main(String[] args)
I tried to google and found: http://community.sharpdevelop.net/forums/p/6428/18374.aspx
so I guess there is a need to have .net 3.5 installed to have this app running, but as there are multiple blocking bugs related to installation of .net3.5 I need to wait till those are fixed