You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)
The text was updated successfully, but these errors were encountered:
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.
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)
The text was updated successfully, but these errors were encountered: