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

.NET 9 error #33

Open
Light407 opened this issue Sep 22, 2024 · 3 comments
Open

.NET 9 error #33

Light407 opened this issue Sep 22, 2024 · 3 comments

Comments

@Light407
Copy link

I updated VS and .NET 9 updated as well. Getting this error:

C:\Program Files\dotnet\sdk\9.0.100-rc.1.24452.12\Sdks\Microsoft.NET.Sdk.StaticWebAssets\targets\Microsoft.NET.Sdk.StaticWebAssets.Compression.targets(241,5): error MSB4018: The "ApplyCompressionNegotiation" task failed unexpectedly. System.InvalidOperationException: Endpoints not found for related asset: C:\git\MyApp\MyApp\Client\ClientV 1\bin\Debug\net8.0\wwwroot\_framework\Append.Blazor.Printing.wasm at Microsoft.AspNetCore.StaticWebAssets.Tasks.ApplyCompressionNegotiation.Execute() at Microsoft.Build.BackEnd.TaskExecutionHost.Execute() at Microsoft.Build.BackEnd.TaskBuilder.ExecuteInstantiatedTask(TaskExecutionHost taskExecutionHost, TaskLogging Context taskLoggingContext, TaskHost taskHost, ItemBucket bucket, TaskExecutionMode howToExecuteTask)

@vertonghenb
Copy link
Contributor

Peter,

Thanks for reaching out. I just made 2 sample projects (WASM Standalone and the normal Blazor Template in .NET 9). Both of them are working with the library so I think it’s another problem.

Attached you can find both projects.

Archive.zip

@Light407
Copy link
Author

Thanks for the reply. Really not sure what that error is, any guess?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants
@vertonghenb @Light407 and others