-
Notifications
You must be signed in to change notification settings - Fork 1.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Question] DataGrid and System.Reflection.MissingMetadataException: 'Windows.Foundation.IReference`1<Double>' #4254
Comments
Hello omikhailov, thank you for your interest in Windows Community Toolkit! I have automatically added a "needs triage" label to help get things started. Our team will analyze and investigate the issue, and escalate it to the relevant team if possible.. Other community members may also answer the question and provide feedback 🙌 |
Hi @omikhailov the project looks a bit complex, can you point us to the project that should be run (you can also just attach zip files to issues directly usually)? What specific versions of the Toolkit and WinUI are you using as there are various previews and stable releases available at the moment? |
Hi, Michael! Startup project is called Hamburger, and all projects within solution use Windows Community Toolkit 7.0.2 and WinUI 2.7 |
This issue has been marked as "needs attention 👋" due to no activity for 15 days. Please triage the issue so the fix can be established. |
4 similar comments
This issue has been marked as "needs attention 👋" due to no activity for 15 days. Please triage the issue so the fix can be established. |
This issue has been marked as "needs attention 👋" due to no activity for 15 days. Please triage the issue so the fix can be established. |
This issue has been marked as "needs attention 👋" due to no activity for 15 days. Please triage the issue so the fix can be established. |
This issue has been marked as "needs attention 👋" due to no activity for 15 days. Please triage the issue so the fix can be established. |
@Arlodotexe @XAML-Knight wonder if this repros for either of you? I don't think we've heard reports of this from anywhere else. |
Actually, just got a notification on another issue which appears to be very similar filed on the platform here: microsoft/microsoft-ui-xaml#2545 @Sergio0694 do you remember context here? Did it go away targeting a newer platform version? @omikhailov have you tried updating to the latest SDK, Toolkit, and WinUI versions since? |
Just tried and it didn't resolve the issue as well as updating Windows to 19044.1415 |
Confirming the runtime error in the Hamburger app. |
This issue has been marked as "needs attention 👋" due to no activity for 15 days. Please triage the issue so the fix can be established. |
Hello!
I have the following problem: I changed hardware, installed the latest Windows updates and also updated the WCT and WinUI 2 packages, and now after starting the application in Release mode, it fails. In Debug mode with enabled Optimize Code and .Net Native Toolchain options, the following exception is thrown in GetXamlTypeByType() within XamlTypeInfo.g.cs :
Default.rd.xml has following entries:
... and adding
does not fix it.
Is it some known issue with the DataGrid?
Here is the link to .zip file with the app code in case if somebody would need to reproduce the issue: https://1drv.ms/u/s!AhdSWUTnA1aPgjz3Mp8UNmITf-zv?e=LEaD2m
I'm on Windows 10 Pro 19043.1237, Visual Studio 2019 16.11.3 and Ryzen 3600
The text was updated successfully, but these errors were encountered: