salve a tutti,
ho sviluppato una piccola applicazione c# che permette tra le varie cose di visualizzare un swf. su un pc non ho problemi, su un altro mi viene visualizzata la seguente exception:
System.Runtime.InteropServices.COMException (0x80040154): Interfaccia non registrata. (Exception from HRESULT: 0x80040154 (REGDB_E_CLASSNOTREG))
at System.Windows.Forms.UnsafeNativeMethods.CoCreateI nstance(Guid& clsid, Object punkOuter, Int32 context, Guid& iid)
at System.Windows.Forms.AxHost.CreateWithLicense(Stri ng license, Guid clsid)
at System.Windows.Forms.AxHost.CreateInstanceCore(Gui d clsid)
at System.Windows.Forms.AxHost.CreateInstance()
at System.Windows.Forms.AxHost.GetOcxCreate()
at System.Windows.Forms.AxHost.TransitionUpTo(Int32 state)
at System.Windows.Forms.AxHost.CreateHandle()
at System.Windows.Forms.Control.CreateControl(Boolean fIgnoreVisible)
at System.Windows.Forms.Control.CreateControl(Boolean fIgnoreVisible)
at System.Windows.Forms.AxHost.EndInit()
sapreste indicarmi cosa mi manca? quale dll registrare?
Il programma si avvia tranquillamente. Quando poi utilizzo la funzionalità di visualizzazione SWF, mi viene rilanciata l'eccezione
Grazie in anticipo