question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

[Bug] Build error on Windows

See original GitHub issue

image

Description

I’m getting this WinAppSDK build error on multiple projects after I add CommunityToolkit.Maui to a project and build it for Windows. The only thing I’m trying to use is the bool to object converter.

Stack Trace

Severity	Code	Description	Project	File	Line	Suppression State
Error		PRI175: 0x80073b0f - Processing Resources failed with error: Duplicate Entry.	ControlGallery	C:\work\ControlGallery\src\ControlGallery\WINAPPSDKGENERATEPROJECTPRIFILE	1	
Severity	Code	Description	Project	File	Line	Suppression State
Error		PRI222: 0x80073b0f - Unspecified error occurred.	ControlGallery	C:\work\ControlGallery\src\ControlGallery\WINAPPSDKGENERATEPROJECTPRIFILE	1	

Link to Reproduction Sample

https://github.com/davidortinau/ControlGallery

Steps to Reproduce

Just add the NuGet, init in MauiProgram, and build for Windows.

Expected Behavior

Successful build

Actual Behavior

Errors ^

Basic Information

  • Version with issue: 1.0.0-rc3 with MAUI 6.0.400-preview.1.5823 (main branch)

Workaround

write my own converter

Issue Analytics

  • State:closed
  • Created a year ago
  • Comments:11 (2 by maintainers)

github_iconTop GitHub Comments

5reactions
Orgbratcommented, May 23, 2022

Thank you and have a great day. You guys are the best…

0reactions
pictoscommented, Jun 9, 2022

Closing this issue then.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Fix program errors and improve code - Visual Studio ...
This article describes some basic ways Visual Studio can help you find and fix problems in your code, including build errors, code analysis, ......
Read more >
Project build errors and warnings (PRJxxxx)
The Visual Studio compilers and build tools can report many kinds of errors and warnings. After an error or warning is found, the...
Read more >
Receive an error when resolving a bug created by your ...
The reason for this is that the new build system uses a service account to create the bug, which is a group in...
Read more >
[BUG] Build failed on Windows · Issue #4202 · cython ...
I build Cython using pip wheel . on GitHub Actions windows. Build failed after this commit 70be8d1. I tried building on GitHub Codespaces...
Read more >
Bug Check Code Reference - Windows drivers
This section contains descriptions of the common bug checks, including the parameters passed to the blue screen.
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found