error en tiempo de ejecicion en el cliente

15/12/2006 - 16:09 por tonid | Informe spam
me sucedio este error al ejecutarlo en el cliente,a ver si alguien me
puede ayudar,yo compilandolo no tuve ningun problema ,pero al
instalarlo en el clientey entrar en una parte del programa,me da un
error


System.InvalidOperationException: An error occurred creating the form.
See Exception.InnerException for details. The error is: Clase no
registrada (Exception from HRESULT: 0x80040154 (REGDB_E_CLASSNOTREG))

System.Runtime.InteropServices.COMException (0x80040154): Clase no


registrada (Exception from HRESULT: 0x80040154 (REGDB_E_CLASSNOTREG))
at System.Windows.Forms.UnsafeNativeMethods.CoCreateInstance(Guid&
clsid, Object punkOuter, Int32 context, Guid& iid)
at System.Windows.Forms.AxHost.CreateWithoutLicense(Guid clsid)
at System.Windows.Forms.AxHost.CreateWithLicense(String license,
Guid clsid)
at System.Windows.Forms.AxHost.CreateInstanceCore(Guid 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()
at
Marketing_para_ópticas.frmAtributosProductos.InitializeComponent()
at Marketing_para_ópticas.frmAtributosProductos..ctor()
End of inner exception stack trace
 

Leer las respuestas

#1 Eduardo A. Morcillo [MVP]
15/12/2006 - 18:59 | Informe spam
Estas usando algún control activex que no está instalado en la del cliente.

Eduardo A. Morcillo [MVP VB]
http://www.mvps.org/emorcillo/
http://mvp.support.microsoft.com/pr...4EF5A4191C

Preguntas similares