Class not registered
Author | Message |
I'm experiencing this problem: Code: System.Runtime.InteropServices.COMException (0x80040154): Retrieving the COM class factory for component with CLSID {ADD28FB0-CD11-4861-9660-0318AD7D8D93} failed due to the following error: 80040154 Class not registered (Exception from HRESULT: 0x80040154 (REGDB_E_CLASSNOTREG)). 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, StackCrawlMark& stackMark) at System.RuntimeType.CreateInstanceDefaultCtor(Boolean publicOnly, Boolean skipCheckThis, Boolean fillCache, StackCrawlMark& stackMark) at System.Activator.CreateInstance(Type type, Boolean nonPublic) at System.Activator.CreateInstance(Type type) Here's my code: Code: using iSpringFlash; PresentationConverter pConverter = new PresentationConverter(); try { Program.toLog.Add("iSpring converting"); pConverter.OpenPresentation(dir); var guid = Guid.NewGuid().ToString(); pConverter.GenerateFlashPresentation(Path.Combine(Program.inDir, guid, ".swf")); pConverter.Presentation.Close(); back.swf = guid + ".swf"; return Path.Combine(Program.inDir, guid, ".swf"); } catch (Exception e) { Program.toLog.Add("iSpring error " + e); throw (e); } finally { Marshal.ReleaseComObject(pConverter); } This is what my references look like: ![]() I downloaded the iSpring PPT Conversion SDK trial version, among other things.
|
@Houseman
|
Where can I find these settings?
|
@Houseman
|
||||
|
Who is online | |
---|---|
![]() |
In total there are 9 users online :: 0 registered, 0 hidden and 9 guests (based on users active over the past 5 minutes) Most users ever online was 803 on Sat Dec 12, 2020 9:21 am Registered users: No registered users |