Folgendes Problem: Beim Ausführen einer exe wirft Microsoft .NET Framework folgenden Fehler:

System.Runtime.InteropServices.COMException (0x80040154): Klasse nicht registriert (Ausnahme von HRESULT: 0x80040154 (REGDB_E_CLASSNOTREG))
   bei System.Windows.Forms.UnsafeNativeMethods.CoCreateInstance(Guid& clsid, Object punkOuter, Int32 context, Guid& iid)
   bei System.Windows.Forms.AxHost.CreateWithoutLicense(Guid clsid)
   bei System.Windows.Forms.AxHost.CreateWithLicense(String license, Guid clsid)
   bei System.Windows.Forms.AxHost.CreateInstanceCore(Guid clsid)
   bei System.Windows.Forms.AxHost.CreateInstance()
   bei System.Windows.Forms.AxHost.GetOcxCreate()
   bei System.Windows.Forms.AxHost.TransitionUpTo(Int32 state)
   bei System.Windows.Forms.AxHost.CreateHandle()
   bei System.Windows.Forms.Control.CreateControl(Boolean fIgnoreVisible)
   bei System.Windows.Forms.Control.CreateControl(Boolean fIgnoreVisible)
   bei System.Windows.Forms.AxHost.EndInit()
   bei MassEffectCollection.MEC.InitializeComponent()
   bei MassEffectCollection.MEC..ctor()
   bei MassEffectCollection.Splash.t_splx_Tick(Object sender, EventArgs e)
   bei System.Windows.Forms.Timer.TimerNativeWindow.WndProc(Message& m)
   bei System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)

Net Framework habe ich schon mehrere Male neu installiert. Woran könnte es noch liegen, bzw wie könnte ich vorgehen? sfc /scannow auch schon gemacht, hat nichts gebracht. Kann es an irgendwelchen deaktivierten Diensten liegen? Hab da mal vor einiger Zeit ein paar deaktiviert, von denen ich ausging, dass ich sie nicht brauche.