Last active
June 2, 2020 09:38
-
-
Save soend/6d8cfa2f49dbd2b9bc9b2259eed3b124 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Unhandled exception. System.IO.FileLoadException: Could not load file or assembly 'BlazorMobile.Common, Version=3.2.7.0, Culture=neutral, PublicKeyToken=null'. The located assembly's manifest definition does not match the assembly reference. (0x80131040) | |
File name: 'BlazorMobile.Common, Version=3.2.7.0, Culture=neutral, PublicKeyToken=null' | |
at Microsoft.Extensions.DependencyInjection.BlazorMobileNativeServiceExtensions.<>c__0`1.<AddBlazorMobileNativeServices>b__0_0(Type p) | |
at System.Linq.Enumerable.WhereArrayIterator`1.MoveNext() | |
at Microsoft.Extensions.DependencyInjection.BlazorMobileNativeServiceExtensions.AddBlazorMobileNativeServices[TClientApp](IServiceCollection services) | |
at BlazorMobile.Sample.Blazor.Helpers.ServicesHelper.ConfigureCommonServices(IServiceCollection services) in G:\BlazorMobile.Sample\BlazorMobile.Sample.Blazor\Helpers\ServicesHelper.cs:line 10 | |
at BlazorMobile.Sample.Blazor.Server.Startup.ConfigureServices(IServiceCollection services) in G:\BlazorMobile.Sample\BlazorMobile.Sample.Blazor.Server\Startup.cs:line 54 | |
at System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor, Boolean wrapExceptions) | |
at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) | |
at Microsoft.AspNetCore.Hosting.ConfigureServicesBuilder.InvokeCore(Object instance, IServiceCollection services) | |
at Microsoft.AspNetCore.Hosting.ConfigureServicesBuilder.<>c__DisplayClass9_0.<Invoke>g__Startup|0(IServiceCollection serviceCollection) | |
at Microsoft.AspNetCore.Hosting.StartupLoader.ConfigureServicesDelegateBuilder`1.<>c__DisplayClass15_0.<BuildStartupServicesFilterPipeline>g__RunPipeline|0(IServiceCollection services) | |
at Microsoft.AspNetCore.Hosting.ConfigureServicesBuilder.Invoke(Object instance, IServiceCollection services) | |
at Microsoft.AspNetCore.Hosting.ConfigureServicesBuilder.<>c__DisplayClass8_0.<Build>b__0(IServiceCollection services) | |
at Microsoft.AspNetCore.Hosting.StartupLoader.ConfigureServicesDelegateBuilder`1.<>c__DisplayClass14_0.<ConfigureServices>g__ConfigureServicesWithContainerConfiguration|0(IServiceCollection services) | |
at Microsoft.AspNetCore.Hosting.ConventionBasedStartup.ConfigureServices(IServiceCollection services) | |
at Microsoft.AspNetCore.Hosting.WebHost.EnsureApplicationServices() | |
at Microsoft.AspNetCore.Hosting.WebHost.Initialize() | |
at Microsoft.AspNetCore.Hosting.WebHostBuilder.Build() | |
at BlazorMobile.Sample.Blazor.Server.Program.Main(String[] args) in G:\BlazorMobile.Sample\BlazorMobile.Sample.Blazor.Server\Program.cs:line 12 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment