Does anybody have experience using components built in .NET as COM components? I know it is possible. I also found enough resources on the Internet about this topic. However, one thing is still not clear to me:
If I build a .NET component on my (development) PC, put a COM "wrapper" around it using the proper procedure, do I need to have the .NET Framework installed on my production server where this COM component (.NET in disguise) will run?
Thanks for suggestions.
If I build a .NET component on my (development) PC, put a COM "wrapper" around it using the proper procedure, do I need to have the .NET Framework installed on my production server where this COM component (.NET in disguise) will run?
Thanks for suggestions.