MagicAndre1981

Results 85 comments of MagicAndre1981

ok, the error `HRESULT E_FAIL has been returned from a call to a COM component.` was caused by [syncfusions SfBusyIndicato](https://help.syncfusion.com/maui/busy-indicator/overview)r, now app starts and shows data in the grid and...

Duplicate of https://github.com/dotnet/maui/issues/7377 IsEnabled is broken for Windows

[create a (full) memory dump with the help of Windows Error reporting service](https://docs.microsoft.com/en-us/windows/win32/wer/collecting-user-mode-dumps) and [analyze it with Windbg + pde.dll](https://github.com/dotnet/maui/issues/7473#issuecomment-1140258629)

I have the same for firebird. I see the firebird DDEX provider when I add a new DataConnection in ServerExplorer, ![efmodel_designer_](https://user-images.githubusercontent.com/8274816/117619807-ff70c980-b16f-11eb-972f-7bb2d888f149.png) but in your tool I only see Access, ODBC,...

what happens if you add Microsoft-UI-Xaml 2.8 to the class lib?

> > what happens if you add Microsoft-UI-Xaml 2.8 to the class lib? > > I think that should be documented somewhere. I didn't know that there's such dependency between...

this "PackageReference Include" is buggy when detecting dependencies so I install them on my own like in packages.config days to have full control over dependencies. Nice to hear that you...

> Besides ,i don't want to install WinUI2.8 all over around but you should do it to prevent such issues. I had similar issues in the past and now install...

this often happens with version mismatch of dependencies. Toolkit is [using 2.7](https://github.com/CommunityToolkit/WindowsCommunityToolkit/blob/78161891471e366935a7475f4b85148471707280/build/Windows.Toolkit.UWP.Controls.targets#L8), so the version needs to be increase in toolkit. Raise an issue there

> One more question: if Toolkit is targeting 2.7, why 2.71 is fine, but 2.8.0 is not ? I have no idea, I just remember that this error occurred in...