Greetings to all,
I am creating a setup project for a COM component I created in C#, but I
can't get the component to be registered in the client system.
What I would like to achieve is an equivalent of manually registering it
with "gacutil.ex e" and then with "regasm.exe ".
I went though the support documents and read the below, but the options I
have are differenct:
Could it be because I only have C# 2003 Standard Version?
The project I am using is a "Setup Project", not "Deployment Project"as the
latter is not available on the Standard Version.
The options I have under "register" are "vsdraCOM" and
"vsdraCOMRelati vePath" of which I have tried both.
Any thoughts?
Thanks!
Takuya
I am creating a setup project for a COM component I created in C#, but I
can't get the component to be registered in the client system.
What I would like to achieve is an equivalent of manually registering it
with "gacutil.ex e" and then with "regasm.exe ".
I went though the support documents and read the below, but the options I
have are differenct:
Could it be because I only have C# 2003 Standard Version?
The project I am using is a "Setup Project", not "Deployment Project"as the
latter is not available on the Standard Version.
The options I have under "register" are "vsdraCOM" and
"vsdraCOMRelati vePath" of which I have tried both.
Any thoughts?
Thanks!
Takuya
Comment