P
Pavel Rosoi
Hello
I am trying to call some code from .NET using a Outlook 2003 custom form.
I create a .net assembly and exposed to com as described in
http://msdn.microsoft.com/en-us/library/ms973802.aspx.
I put the assembly in GAC on my Exchange Server 2003.
When I run this code I have Microsoft VBScript runtime error: ActiveX
component can't create object: 'Demo.Demo'
Function Item_Open()
Dim remoteObj
Set remoteObj = CreateObject("Demo.Demo", "10.200.4.28")
End Function
Does anybody know what I missed? Thank you.
I am trying to call some code from .NET using a Outlook 2003 custom form.
I create a .net assembly and exposed to com as described in
http://msdn.microsoft.com/en-us/library/ms973802.aspx.
I put the assembly in GAC on my Exchange Server 2003.
When I run this code I have Microsoft VBScript runtime error: ActiveX
component can't create object: 'Demo.Demo'
Function Item_Open()
Dim remoteObj
Set remoteObj = CreateObject("Demo.Demo", "10.200.4.28")
End Function
Does anybody know what I missed? Thank you.