You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Using the Showcase, it seems every(?) call to WindowsDesktop.Interop.ComObjects.ApplicationViewCollection.GetViewForHwnd() returns null. I am using Visual Studio 2017 on Windows 10 Build 17686 64-bit (this is the very latest Windows Insider build in the Fast Ring at the time of writing).
Calls I can confirm crash are "this window" and "foreground window" with "pin/unpin" or "pin/unpin (app)" as well as "foreground window" with any calls that moves a window other than self (I used notepad).
The text was updated successfully, but these errors were encountered:
Btw, if you are using Windows Insider, the virtual desktop stuff might get broken. The key to fix is to look for the GUID from registry, fix for this is particularily simple:
Search for IApplicationViewCollection from registry, it gives you this:
Using the Showcase, it seems every(?) call to WindowsDesktop.Interop.ComObjects.ApplicationViewCollection.GetViewForHwnd() returns null. I am using Visual Studio 2017 on Windows 10 Build 17686 64-bit (this is the very latest Windows Insider build in the Fast Ring at the time of writing).
Calls I can confirm crash are "this window" and "foreground window" with "pin/unpin" or "pin/unpin (app)" as well as "foreground window" with any calls that moves a window other than self (I used notepad).
The text was updated successfully, but these errors were encountered: