G
Guest
There seems to be two ways of creating a COM in .NET
1) Select the COM Class template
2) Create a class and then use Sn.exe, Gacutil.exe, and Regasm.exe to assign the assembly to GAC and COM to registry
I know that COM Class option is a lot easier to use. However, is there any drawbacks from using this instead of option two? Is it suggested that you rather use option 2) even it's a lot more tedious
Thanks for info.
1) Select the COM Class template
2) Create a class and then use Sn.exe, Gacutil.exe, and Regasm.exe to assign the assembly to GAC and COM to registry
I know that COM Class option is a lot easier to use. However, is there any drawbacks from using this instead of option two? Is it suggested that you rather use option 2) even it's a lot more tedious
Thanks for info.