Closed Phantom-KNA closed 1 year ago
Hi @Phantom-KNA. We have added the "s/needs-repro" label to this issue, which indicates that we require steps and sample code to reproduce the issue before we can take further action. Please try to create a minimal sample project/solution or code samples which reproduce the issue, ideally as a GitHub repo that we can clone. See more details about creating repros here: https://github.com/dotnet/maui/blob/main/.github/repro.md
This issue will be closed automatically in 7 days if we do not hear back from you by then - please feel free to re-open it if you come back to this issue after that time.
This issue has been automatically marked as stale because it has been marked as requiring author feedback to reproduce the issue but has not had any activity for 4 days. It will be closed if no further activity occurs within 3 days of this comment. If it is closed, feel free to comment when you are able to provide the additional information and we will re-investigate.
Description
When load all assembly throw this error.
Steps to Reproduce
When load all assembly throw this error.
Link to public reproduction project repository
no yet
Version with bug
7.0 (current)
Last version that worked well
Unknown/Other
Affected platforms
Windows
Affected platform versions
net7.0-windows10.0.19041.0
Did you find any workaround?
System.Runtime.InteropServices.COMException HResult=0x8001010E Mensaje = La aplicación llamó a una interfaz que se aplanó para un diferente subproceso. (0x8001010E (RPC_E_WRONG_THREAD)) Origen = WinRT.Runtime Seguimiento de la pila: en WinRT.ExceptionHelpers.g__Throw|20_0(Int32 hr)
en WinRT.ExceptionHelpers.ThrowExceptionForHR(Int32 hr)
en ABI.Microsoft.UI.Xaml.Data.ICollectionViewSourceMethods.get_View(IObjectReference _obj)
en Microsoft.UI.Xaml.Data.CollectionViewSource.get_View()
en Microsoft.Maui.Controls.Handlers.Items.ItemsViewHandlerd59.MoveNext()
en System.Threading.Tasks.Task.<>c.b 128_1(Object state)
en System.Threading.ThreadPoolWorkQueue.Dispatch()
en System.Threading.PortableThreadPool.WorkerThread.WorkerThreadStart()
1.get_ItemCount() en Microsoft.Maui.Controls.Handlers.Items.ItemsViewHandler
1.FindBoundItem(ScrollToRequestEventArgs args) en Microsoft.Maui.Controls.Handlers.Items.ItemsViewHandler1.<ScrollTo>d__60.MoveNext() en Microsoft.Maui.Controls.Handlers.Items.ItemsViewHandler
1.Relevant log output