I would like to access some Visual Basic.NET DLL's I create for Navision. I heard there was a way to compile a certain way and the class would be availiable to COM apps. Is this possible and how do I do it. I was able to do this with VB 6 but seem to have lost the ability in .NET.
Kevin Archer
Developer
MSApple Technolgies
0
Comments
Example:
<ComClass(Tst.ClassId, Tst.InterfaceId, Tst.EventsId)> _
Public Class Tst
Public Const ClassId As String = "B153F571-F3B1-4b9b-BC5F-
Public Const InterfaceId As String = "9850CF4D-48A9-4fed-AD60-
Public Const EventsId As String = "37682080-B166-400d-881E-
'This sub is required
Public Sub New()
MyBase.New()
End Sub
/Regards,
Bruno
Bruno
http://blogs.ittoolbox.com/erp/smb