Skip to content
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

[windows] Processing Resources failed with error: Duplicate Entry #22342

Open
maonaoda opened this issue May 11, 2024 · 1 comment
Open

[windows] Processing Resources failed with error: Duplicate Entry #22342

maonaoda opened this issue May 11, 2024 · 1 comment
Labels
area-xaml XAML, CSS, Triggers, Behaviors platform/windows 🪟 t/bug Something isn't working

Comments

@maonaoda
Copy link
Contributor

maonaoda commented May 11, 2024

Description

2>GENERATEPROJECTPRIFILE : error : PRI175: 0x80073b0f - Processing Resources failed with error: Duplicate Entry.
2>GENERATEPROJECTPRIFILE : error : PRI277: 0x80073b0f - Conflicting values for resource 'Files/Microsoft.Maui.Controls/Platform/Windows/TabbedPage/TabbedPageStyle.xbf'

Steps to Reproduce

  1. clone MAUI repository
  2. execute this under MAUI repository
dotnet tool restore
dotnet cake --target=VS --workloads=global --windows

3.create new maui project use VS2022 17.9.6
4.add Controls.Core.csproj and Core.csproj to the new project

	<ItemGroup>
	  <ProjectReference Include="D:\practice\maui2\src\Controls\src\Core\Controls.Core.csproj" />
	  <ProjectReference Include="D:\practice\maui2\src\Core\src\Core.csproj" />
	</ItemGroup>
  1. debug the windows and got the error.

Is that some thing wrong with me ?

Link to public reproduction project repository

No response

Version with bug

8.0.21 SR4.1

Is this a regression from previous behavior?

Not sure, did not test other versions

Last version that worked well

Unknown/Other

Affected platforms

Windows

Affected platform versions

No response

Did you find any workaround?

No response

Relevant log output

No response

@maonaoda maonaoda added the t/bug Something isn't working label May 11, 2024
Copy link
Contributor

Hi I'm an AI powered bot that finds similar issues based off the issue title.

Please view the issues below to see if they solve your problem, and if the issue describes your problem please consider closing this one and thumbs upping the other issue to help us prioritize it. Thank you!

Open similar issues:

Closed similar issues:

Note: You can give me feedback by thumbs upping or thumbs downing this comment.

@jsuarezruiz jsuarezruiz added the area-xaml XAML, CSS, Triggers, Behaviors label May 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area-xaml XAML, CSS, Triggers, Behaviors platform/windows 🪟 t/bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants