CLR: .Net / Mono / Boo / Otros CLR > VB .NET

 Error

(1/1)

The Black Boy:
Componente COM

--- Código: Text --- Imports System.EnterpriseServicesImports System <ComClass(ComClass1.ClassId, ComClass1.InterfaceId, ComClass1.EventsId)> _Public Class ComClass1 #Region "COM GUIDs"    ' These  GUIDs provide the COM identity for this class     ' and its COM interfaces. If you change them, existing     ' clients will no longer be able to access the class.    Public Const ClassId As String = "17467275-0A53-43E7-9AE7-60AB32A05F02"    Public Const InterfaceId As String = "9FE61E10-5539-462D-B5ED-E1582A87AE99"    Public Const EventsId As String = "F21653E7-30DF-48AF-BDFA-A827FA775EF2"#End Region        Public Sub New()        MyBase.New()    End Sub#Region "metodo"    Public Function metodo() 'ByVal nombre As String) As String        Dim objEC As compUtiles.clsUtiles        objEC.sub_SendMail("yesid.merchan@syngenta.com", "", "henry.collazos@syngenta.com", "", "Prueba", "Envió de correo", True, 0, 0, "henrycollazos@msn.com", 0, "")    End Function#End RegionEnd Class  
el anterior es un componenente COM que hice para invocarlo desde una pag en ASP

Pagina ASP

--- Código: Text --- <%Dim VAR1set VAR1=CreateObject("CreacionCOM2.COMClass1")RESPONSE.Write var1.metodo()set var1=nothing%>  

Error que me da


--- Citar ---Technical Information (for support personnel)

Error Type:
compUtiles (0x80070002)
File or assembly name Microsoft.Office.Interop.Outlook, or one of its dependencies, was not found.
/enviarmail/enviarmail.asp, line 6



Browser Type:
Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0; .NET CLR 1.0.3705; .NET CLR 1.1.4322)

Page:
GET /enviarmail/enviarmail.asp

Time:
Thursday, October 27, 2005, 10:32:48 AM


More information:
Microsoft Support

--- Fin de la cita ---

Alguna Idea del por que este error?  <_<

agradezco cualquier ayuda   :smartass:

Saludos

Navegación

[0] Índice de Mensajes

Ir a la versión completa