-
-
Notifications
You must be signed in to change notification settings - Fork 357
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Doesn't find PresentationSource hosted in CustomTaskPane (ElementHost) in Office VSTO Add-in #116
Comments
Hi guys, any news? |
I've got a"working"version on my machine. I just need time to finish it and i am not sure if this will work on .net core 3.0. But we could just disable the feature .net core if it's not possible there. |
Hi @batzen , good news. Don't worry about .net core. VSTO available only for .net framework. |
Well the code is not specifically for VSTO but enables snoop to attach to multiple app domains. |
Hi @batzen , how are you doing? Any news on topic? |
I am doing fine. |
Hi @batzen , Is there any news regarding to multi-appdomain support? |
I am currently very busy. Will try to get this done next week. |
Fixed in 2.11. |
Hi,
Snoop can't find PresentationSource that contains WPF control. I did some investigation and it is not the case which was related to Wpf controls hosted in ElementHost of WinForms window.
The issue arises by specificity of Office VSTO Add-in which loads in its own appdomain.
PresentationSource.CurrentSources can't enumerate sources from another appdomain which is caused the issue.
Attached minimal project for repro.
SnoopTestAddIn.zip
The text was updated successfully, but these errors were encountered: