Visual Basic.NET - Retrieving the COM class factory for component

 
Vista:

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
Valora esta pregunta
Me gusta: Está pregunta es útil y esta claraNo me gusta: Está pregunta no esta clara o no es útil
0
Responder

RE:Retrieving the COM class factory for component

Publicado por QWNET (65 intervenciones) el 18/07/2007 20:15:34
Esto quiza te ayude esta la DLL DSOFile.dll que necesitas registrar en el server cuando no se tiene office instalado.

http://sandedus.blogspot.com/2006/03/using-microsoft-word-and-asp.html

'Espero te sirva
Valora esta respuesta
Me gusta: Está respuesta es útil y esta claraNo me gusta: Está respuesta no esta clara o no es útil
0
Comentar

RE:Retrieving the COM class factory for component

Publicado por Edgar (23 intervenciones) el 19/07/2007 23:42:29
amigo, intente instalar la dll que me dijiste, pero me salio error, es q mi servidor es un windows server 2003, y creo q tu dll es para XP, al menos eso es lo q me dijo el personal de soporte, pero gracias de antemano

saludos desde Lima Peru
Valora esta respuesta
Me gusta: Está respuesta es útil y esta claraNo me gusta: Está respuesta no esta clara o no es útil
0
Comentar