I've updated my developer tools in Windows 11 to use the updated .NET 9/10 of November 2025 update. I have not updated my projects to .NET 10, so the projects are running in .NET 9. I have one project in an asp .net core web project that errors out and won't run. The error message is below. I've tried to clean and rebuild with no luck. I'm really lost on this one. The error happens in VS 2022 and 2026. Looks like the error is in the area of the bootstrap-table, but I am not sure what to do. Suggestions?
Conflicting assets with the same target path 'lib/bootstrap-table/extensions/page-jump-to/bootstrap-table-page-jump-to#[.{fingerprint=r36w8umzuk}]?.css.gz'. For assets 'Identity: C:\SoftwareSource\FSM Client Portal\Portal\PortalAdmin\obj\Debug\net9.0\compressed\00a8xcg4nf-{0}-r36w8umzuk-r36w8umzuk.gz, SourceType: Discovered, SourceId: PortalAdmin, ContentRoot: C:\SoftwareSource\FSM Client Portal\Portal\PortalAdmin\obj\Debug\net9.0\compressed\, BasePath: /, RelativePath: lib/bootstrap-table/extensions/page-jump-to/bootstrap-table-page-jump-to#[.{fingerprint=r36w8umzuk}]?.css.gz, AssetKind: All, AssetMode: All, AssetRole: Alternative, AssetRole: , AssetRole: , RelatedAsset: C:\SoftwareSource\FSM Client Portal\Portal\PortalAdmin\wwwroot\lib\bootstrap-table\extensions\page-jump-to\bootstrap-table-page-jump-to.css, AssetTraitName: Content-Encoding, AssetTraitValue: gzip, Fingerprint: fzncack1z2, Integrity: a36f6N6Xb2sM/f42QUO6AnonsJ3E3Zf3EpvvWP73cdc=, FileLength: 180, LastWriteTime: 11/13/2025 7:05:14 PM +00:00, CopyToOutputDirectory: Never, CopyToPublishDirectory: PreserveNewest, OriginalItemSpec: C:\SoftwareSource\FSM Client Portal\Portal\PortalAdmin\wwwroot\lib\bootstrap-table\extensions\page-jump-to\bootstrap-table-page-jump-to.css' and 'Identity: C:\SoftwareSource\FSM Client Portal\Portal\Portal\obj\Debug\net9.0\compressed\n8aecfvmxt-{0}-r36w8umzuk-r36w8umzuk.gz, SourceType: Project, SourceId: Portal, ContentRoot: C:\SoftwareSource\FSM Client Portal\Portal\Portal\obj\Debug\net9.0\compressed\, BasePath: /, RelativePath: lib/bootstrap-table/extensions/page-jump-to/bootstrap-table-page-jump-to#[.{fingerprint=r36w8umzuk}]?.css.gz, AssetKind: All, AssetMode: All, AssetRole: Alternative, AssetRole: , AssetRole: , RelatedAsset: C:\SoftwareSource\FSM Client Portal\Portal\Portal\wwwroot\lib\bootstrap-table\extensions\page-jump-to\bootstrap-table-page-jump-to.css, AssetTraitName: Content-Encoding, AssetTraitValue: gzip, Fingerprint: fzncack1z2, Integrity: a36f6N6Xb2sM/f42QUO6AnonsJ3E3Zf3EpvvWP73cdc=, FileLength: 180, LastWriteTime: 11/13/2025 7:05:06 PM +00:00, CopyToOutputDirectory: Never, CopyToPublishDirectory: PreserveNewest, OriginalItemSpec: C:\SoftwareSource\FSM Client Portal\Portal\Portal\wwwroot\lib\bootstrap-table\extensions\page-jump-to\bootstrap-table-page-jump-to.css' from different projects.
dotnet run/dotnet build? I think they should give similiar results. Maybe try cleaning you node packages and reinstalling them?bootstrap-table, notbootstrap, and I think this is the important part you should start from:Conflicting assets with the same target path: stackoverflow.com/…Conflicting assets with the same target pathyou'll find similar if not actually duplicate questions. The problem is always the same. Somehow, somewhere, a change ended up causing multiple files to have the same target path