Retrieving the COM class factory for component
Publicado por Edgar (23 intervenciones) el 18/07/2007 18:25:31
Amigos del foro, como estan, espero q bien, tengo en mi aplicativo una opcion para exportar a word, en desarrollo no hay ningun problema, pero cuando hago mi despliegue, y corro el aplicativo en mi servidor sale este problema:
Retrieving the COM class factory for component with CLSID {000209FF-0000-0000-C000-000000000046} failed due to the following error: 80040154.
Source Error:
An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.
[COMException (0x80040154): Retrieving the COM class factory for component with CLSID {000209FF-0000-0000-C000-000000000046} failed due to the following error: 80040154.]
WBFORM_EXPORTAR.EXPORTAR_Click(Object sender, ImageClickEventArgs e) +275
System.Web.UI.WebControls.ImageButton.OnClick(ImageClickEventArgs e) +105
System.Web.UI.WebControls.ImageButton.RaisePostBackEvent(String eventArgument) +115
System.Web.UI.WebControls.ImageButton.System.Web.UI.IPostBackEventHandler.RaisePostBackEvent(String eventArgument) +7
System.Web.UI.Page.RaisePostBackEvent(IPostBackEventHandler sourceControl, String eventArgument) +11
System.Web.UI.Page.RaisePostBackEvent(NameValueCollection postData) +33
System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +5102
debo destacar que en mi servidor no tengo instalado el office, pero en las maquinas de desarrollo si lo esta, diganme como puedo solucionar este problema,
gracias de antemano
Saludos desde Lima Peru
Retrieving the COM class factory for component with CLSID {000209FF-0000-0000-C000-000000000046} failed due to the following error: 80040154.
Source Error:
An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.
[COMException (0x80040154): Retrieving the COM class factory for component with CLSID {000209FF-0000-0000-C000-000000000046} failed due to the following error: 80040154.]
WBFORM_EXPORTAR.EXPORTAR_Click(Object sender, ImageClickEventArgs e) +275
System.Web.UI.WebControls.ImageButton.OnClick(ImageClickEventArgs e) +105
System.Web.UI.WebControls.ImageButton.RaisePostBackEvent(String eventArgument) +115
System.Web.UI.WebControls.ImageButton.System.Web.UI.IPostBackEventHandler.RaisePostBackEvent(String eventArgument) +7
System.Web.UI.Page.RaisePostBackEvent(IPostBackEventHandler sourceControl, String eventArgument) +11
System.Web.UI.Page.RaisePostBackEvent(NameValueCollection postData) +33
System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +5102
debo destacar que en mi servidor no tengo instalado el office, pero en las maquinas de desarrollo si lo esta, diganme como puedo solucionar este problema,
gracias de antemano
Saludos desde Lima Peru
Valora esta pregunta


0