D
Derek Hart
I am unclear about what all the requirements are to call a simple vb.net
application, installed in the GAC, from COM (such as writing vba in Word to
call the dotnet dll).
I believe I have installed the dll in the GAC. It is in there and has a
public token. I did not create a key-value pair. I believe it is strong
named, as it shows up in the GAC.
How do I browse the objects of it? I would like to call it late bound, but
the errors I get show that the properties or methods are not available.
I have put <ComClass()> as an attribute at the beginning of the public
class.
In VS 2008, I have chosen Register to COM interop.
I have all the options in Wise Installbuilder showing that it installs the
assembly in the GAC.
I have made sure that the class has this code:
Public Sub New
MyBase.New
End Sub
Just how many guesses do we need to do to just call a dotnet object? Is
there an article that lists what is required, instead of just parts and
pieces.
Please help.
application, installed in the GAC, from COM (such as writing vba in Word to
call the dotnet dll).
I believe I have installed the dll in the GAC. It is in there and has a
public token. I did not create a key-value pair. I believe it is strong
named, as it shows up in the GAC.
How do I browse the objects of it? I would like to call it late bound, but
the errors I get show that the properties or methods are not available.
I have put <ComClass()> as an attribute at the beginning of the public
class.
In VS 2008, I have chosen Register to COM interop.
I have all the options in Wise Installbuilder showing that it installs the
assembly in the GAC.
I have made sure that the class has this code:
Public Sub New
MyBase.New
End Sub
Just how many guesses do we need to do to just call a dotnet object? Is
there an article that lists what is required, instead of just parts and
pieces.
Please help.