Hello I have the following error
When I unzip the ZIP this file could not be downloaded. and now when running the project in VB 2022 it tells me
Source file not found 'C:\template\metronic_v8.1.5\blazor\demo1\blazor_demo1\Starterkit\obj\Debug\net6.0\RazorDeclaration\Shared\Layout\Partials\HeaderLayout\Header\Search\Partials\_AdvancedOptions.razor.g.cs'.
Please help
Replies (1)
Hi,
obj folder should be generated by the compiler.
Could you please try to do the followings?
1) Delete obj and bin folders.
2) Run dotnet run watch - this command should regenerated these folders.
Regards,
Lauris Stepanovs,
Keenthemes Support Team