In-Proc SxS opens for shell extension in managed code?
Posted
by Jens Granlund
on Stack Overflow
See other posts from Stack Overflow
or by Jens Granlund
Published on 2010-04-28T19:18:15Z
Indexed on
2010/04/28
19:57 UTC
Read the original article
Hit count: 368
The recommendation used to be "Do not write in-process shell extensions in managed code."
But with .NET Framework 4 and In-Process Side-by-Side the main reason not to write shell extensions in managed code should be resolved.
With that said, I have three questions.
- Is it now okay to write shell extensions in managed code?
- Which problems, if any might there be with writing shell extensions in managed code?
- What reasons might there be to write shell extensions in unmanaged code?
© Stack Overflow or respective owner