.NET 5+ plugin COM registration permissions?

Hi, I just noticed that you support WPF plugins using .NET 5+ in Delphi host.

This is great!

However, it seems one needs to register the .dll as a COM server. This is a problem for us because currently you can just run our application from an xcopy install without needing administrator privileges.

Does anyone know, have tested, if it is possible to load the .dlls in some way without having to register them?

I did some fast searches, and it seems possible, just wondering if someone already know exactly how?

Regards,
/Magnus

Magnus,

does this thread cover the same issue you are having?

https://talk.remobjects.com/t/possible-to-register-net-6-plugin-as-normal-user/26387/12

hth,
marc

Oh, there we have it.

Tyvm.

1 Like

Happy to help!