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
VirtualDesktopHelper.MoveToDesktop() fails because the Guid for IApplicationView in the version I have is 2929D253-6BF8-47A5-B229-3ED113C5B404. If I change to this Guid it works.
Settings says I have version 1511 Build 10586.545.
When I debug it is IVirtualDesktopManagerInternal10240 that is instantiated.
I considered fixing myself and submitting but wasn't sure how you would want to do it as I can't see how you can expose IApplicationView without wrapping it in your own class to make it work in all versions.
The text was updated successfully, but these errors were encountered:
VirtualDesktopHelper.MoveToDesktop() fails because the Guid for IApplicationView in the version I have is 2929D253-6BF8-47A5-B229-3ED113C5B404. If I change to this Guid it works.
Settings says I have version 1511 Build 10586.545.
When I debug it is IVirtualDesktopManagerInternal10240 that is instantiated.
I considered fixing myself and submitting but wasn't sure how you would want to do it as I can't see how you can expose IApplicationView without wrapping it in your own class to make it work in all versions.
The text was updated successfully, but these errors were encountered: