79717680

Date: 2025-07-28 17:18:04
Score: 3
Natty:
Report link

in Program try Test.IServer server = new Test.Server(); perhaps then you can call your MethodImpl like server.MethodImpl(params) because Interface(!) is providing your method in COM. Like calling COM from VBA - you don't care about CoClass, because you reference both COM and Class from typelib, last provides just interface for connection from which you call Method. I don't know COM providing classes. CoClass is being compiled with server, not client - you should not care about it in client.

p.s. but, frankly speaking, I have the same problem with NetSxS example with NET.Core 5.0 Reg-free COM

Reasons:
  • Blacklisted phrase (1): I have the same problem
  • Long answer (-0.5):
  • Has code block (-0.5):
  • Me too answer (2.5): I have the same problem
  • Low reputation (0.5):
Posted by: JeeyCi