>Unhandled Exception: System.TypeInitializationException: The type initializer for 'SalesSupportSystem.ProgramForm' threw an exception. ---> System.Management.ManagementException: Generic failure > > at System.Management.ManagementException.ThrowWithExtendedInfo(ManagementStatus errorCode) > at System.Management.ManagementScope.InitializeGuts(Object o) > at System.Management.ManagementScope.Initialize() > at System.Management.ManagementObjectSearcher.Initialize() > at System.Management.ManagementObjectSearcher.Get() > at SalesSupportSystem.Security.SystemInfo.RunQuery(String TableName, String MethodName) > at SalesSupportSystem.Security.SystemInfo.GetSystemInfo() > at SalesSupportSystem.ProgramForm..cctor() > --- End of inner exception stack trace --- > at SalesSupportSystem.ProgramForm.PreLoadDlls(Object statusInfo) > at System.Threading._ThreadPoolWaitCallback.WaitCallback_Context(Object state) > at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state) > at System.Threading._ThreadPoolWaitCallback.PerformWaitCallback(Object state) >wine: Unhandled exception 0xe0434f4d at address 0x7b844673 (thread 0023), starting debugger... Try Mono. This is a .NET forms error message. James McKenzie