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
If I start the example in a desktop app I get the following error:
foreach (var id in VirtualDesktop.GetDesktops().Select(x => x.Id)) <<<<<<<<<<<<< ! Error
{
}
System.NullReferenceException: "Der Objektverweis wurde nicht auf eine Objektinstanz festgelegt."
The text was updated successfully, but these errors were encountered:
"Der Objektverweis wurde nicht auf eine Objektinstanz festgelegt."
bei WindowsDesktop.VirtualDesktop.d__17.MoveNext()
bei System.Linq.Buffer1..ctor(IEnumerable1 source)
bei System.Linq.Enumerable.ToArray[TSource](IEnumerable`1 source)
bei WindowsDesktop.VirtualDesktop.GetDesktops()
If I start the example in a desktop app I get the following error:
foreach (var id in VirtualDesktop.GetDesktops().Select(x => x.Id)) <<<<<<<<<<<<< ! Error
{
}
System.NullReferenceException: "Der Objektverweis wurde nicht auf eine Objektinstanz festgelegt."
The text was updated successfully, but these errors were encountered: