﻿id	summary	reporter	owner	description	type	status	component	version	resolution	keywords	cc	guest	host
11073	Windows COM interface does not respond	Perry		"{{{
using VirtualBox;
class T {
        public static void Main(string[] args) {
                var vb = new VirtualBox.VirtualBox();
        }
}
}}}

I have the above which I compile into an executable and run.

In some very rare instances, it is able to successfully return a value.

In almost all cases, I get the following exception:
{{{
Unhandled Exception: System.Runtime.InteropServices.COMException: Retrieving the COM class factory for component with CLSID {B1A7A4F2-47B9-4A1E-82B2-07CCD5323C3F} failed due to the following error: 80080005 Server execution failed (Exception from HRESULT: 0x80080005 (CO_E_SERVER_EXEC_FAILURE)).
   at System.RuntimeTypeHandle.CreateInstance(RuntimeType type, Boolean publicOnly, Boolean noCheck, Boolean& canBeCached, RuntimeMethodHandleInternal& ctor, Boolean& bNeedSecurityCheck)
   at System.RuntimeType.CreateInstanceSlow(Boolean publicOnly, Boolean skipCheckThis, Boolean fillCache)
   at System.RuntimeType.CreateInstanceDefaultCtor(Boolean publicOnly, Boolean skipVisibilityChecks, Boolean skipCheckThis, Boolean fillCache)
   at System.Activator.CreateInstance(Type type, Boolean nonPublic)
   at T.Main(String[] args) in c:\Users\pfnguyen\src\vboxservice\t.cs:line 4
}}}

The above code has worked consistently, prior to vbox 4.2"	defect	closed	other	VirtualBox 4.2.0	invalid	COM VirtualBox.VirtualBox csharp		all	Windows
