matjacques / LightjamsSpout

COM wrapper for Spout - Realtime video sharing framework for Windows - making it usable in c# and .Net in general
8 stars 3 forks source link

How do I use the assembly in my app? #6

Open joedemax opened 7 years ago

joedemax commented 7 years ago

Trying to use the LightjamsSpout.dll assembly in my app. Tried using TlbImp.exe, after which I was able to reference the resulting assembly, but on runtime I get the following COM error.

Retrieving the COM class factory for component with CLSID {9DE4149A-24CF-4B37-87EE-399005BC8997} failed due to the following error: 80040154 Class not registered (Exception from HRESULT: 0x80040154 (REGDB_E_CLASSNOTREG)).