I am trying to handle COM events from a C# server to a C++ client. I am able to use the server regfree but my events no longer work.
Previously, with registration, the events were handled in the client via IDispEventImpl
from the ATL.
I haven't been able to find any articles directly addressing this but I did see a suggestion that IConnectionPoint
does not inherently require registration.
I also saw some suggestion that IDispEventSimpleImpl
may work regfree.