Skip to content

Why you still can't create self-contained COM deployments with .Net #113345

Answered by teo-tsirpanis
ekalchev asked this question in Q&A
Discussion options

You must be logged in to vote

I'm not sure why COM hosting with self-contained deployments is not supported, but I can imagine that it is to prevent loading multiple .NET runtimes in the same process. Distributing the .NET runtime in an MSIX package is tracked in #51574.

Maybe you could use Native AOT to create a self-contained COM host, but I am not familiar with COM hosting and don't know if it will work or what the complications would be.

Replies: 2 comments 3 replies

Comment options

You must be logged in to vote
1 reply
@ekalchev
Comment options

Comment options

You must be logged in to vote
2 replies
@AaronRobinsonMSFT
Comment options

@AustinWise
Comment options

Answer selected by AaronRobinsonMSFT
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
5 participants