Skip to content
This repository was archived by the owner on Jun 15, 2026. It is now read-only.
This repository was archived by the owner on Jun 15, 2026. It is now read-only.

Is there a way to use the reg-free activation if one doesn't own the process? #7

Description

@dahlita

From the instructions outlined in the sample README, it looks like to leverage this registration free mechanism, one needs to create the process - app - manifest and supply the WinRT activation class mapping in there.
But, how if I don't own the process, therefore unable to create or edit the app manifest?

Here's one scenario I'm faced with:
I have a C++ DLL that is loaded as a COM component by an external process that I don't own.
And from my C++ assembly, I would like reference a WinRT component written in C# and I can't figure out how to activate the runtime classes; is there any way to accomplish this?
I attempted to create a manifest for my C++ component - with a .dll.manifest extension - but that doesn't seem to work...

Can this be done with a reg-free free mechanism?
Thanks!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions