jspuij / TwokaB

Blazor WebView control for WPF, Android, macOS, iOS. Run Blazor on .NET Core and Mono natively inside a Webview.
https://jspuij.github.io/BlazorWebView.Docs/pages/index.html
Apache License 2.0
132 stars 16 forks source link

Help: MSB3030 Could not copy the file `obj\Debug\netstandard2.1\compressed\_framework\_bin\Azure.Core.dll.br" because it was not found` #26

Closed Smurf-IV closed 3 years ago

Smurf-IV commented 4 years ago

Severity Code Description Project File Line Suppression State Error MSB3030 Could not copy the file ".................\Prod\AdminWebUI\obj\Debug\netstandard2.1\compressed_framework_bin\Azure.Core.dll.br" because it was not found. WpfHostAdminWebUI C:\Program Files (x86)\Microsoft Visual Studio\2019\Preview\MSBuild\Current\Bin\Microsoft.Common.CurrentVersion.targets 4651

AdminWebUI is the target client side blazor app WpfHostAdminWebUIis the wrapper wpf app following the steps in the "How to do on Windows"

Win 10 Pro x64 Visual Studio 2019 6.4 (or 6.5) Pro

Rinse and repeat error for every dll that is gz compressed within AdminWebUI\bin\Debug\netstandard2.1\wwwroot\_framework\_bin

jspuij commented 4 years ago

I’m not sure whether this is a fault of BlazorWebView. Anyway, I’m not near a computer for two weeks. I’ll look at it when I’m back in town.

jspuij commented 4 years ago

I'm afraid that your AdminWebUI is a Blazor WebAssembly app and not a RCL shared library. The first step should be to move (most of) the shared code into a Razor class library as indicated in:

https://jspuij.github.io/BlazorWebView.Docs/pages/prepare.html#add-a-shared-rcl-project