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

Navigation Menu problem with Webassembly Net 8 #766

Open
Judhianto opened this issue Jun 20, 2024 · 1 comment
Open

Navigation Menu problem with Webassembly Net 8 #766

Judhianto opened this issue Jun 20, 2024 · 1 comment

Comments

@Judhianto
Copy link

Side menu not showing.

When I inspect in MainLayout.razor , and go to definition of SidebarDataProviderResult, I found this info

Resolve: 'System.Runtime, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a'
Found single assembly: 'System.Runtime, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a'
WARN: Version mismatch. Expected: '6.0.0.0', Got: '8.0.0.0'
Load from: 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\8.0.6\ref\net8.0\System.Runtime.dll'

please help...

@Judhianto Judhianto changed the title BlazorBootstrap problem with Webassembly Net 8 Navigation Menu problem with Webassembly Net 8 Jun 20, 2024
@gvreddy04
Copy link
Contributor

@Judhianto Thank you for using BlazorBootstrap. Please provide the below information

.NET Version: [e.g. .NET 6, .NET 7, .NET 8]
BlazorBootstrap: [e.g. 2.0.0, 2.1.0, 2.2.0]
Blazor WebAssembly / Server: [e.g. WebAssembly, Server]
Blazor Interactive Render Mode: [e.g. Auto, Server, WebAssembly, None]
Blazor Interactivity Location: [e.g. Global, Per page/component]
Sample code / GitHub repo with minimal steps to reproduce the issue:

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

No branches or pull requests

2 participants