Open muzammil001 opened 1 year ago
Did you look at readme? You need to add builder.Services.AddCodeBeamGoogleApiServices();
in program.cs
I did. It doesn't work.
can you make a tutorial video of this? that how does this work?
here's my code. please review it.
here's my code. please review it.
Find a solution. Add builder.Services.AddHttpClient();
into you program.cs
I've added this, but it showing me same error.
I've added this, but it showing me same error.
Your project works on my computer. Remove the injection in Imports.razor and add into pages individually.
It works thanks, but I got another error.
blazor.webassembly.js:1 System.AggregateException: One or more errors occurred. (Cannot instantiate implementation type 'System.Net.Http.IHttpClientFactory' for service type 'System.Net.Http.IHttpClientFactory'.) ---> System.ArgumentException: Cannot instantiate implementation type 'System.Net.Http.IHttpClientFactory' for service type 'System.Net.Http.IHttpClientFactory'. at Microsoft.Extensions.DependencyInjection.ServiceLookup.CallSiteFactory.Populate() at Microsoft.Extensions.DependencyInjection.ServiceLookup.CallSiteFactory..ctor(ICollection$(String[] args) in D:\Software Projects\Tutorials\GoogleApiBlazor\GoogleApiBlazor\Program.cs:line 13
--- End of inner exception stack trace ---
1 descriptors) at Microsoft.Extensions.DependencyInjection.ServiceProvider..ctor(ICollection
1 serviceDescriptors, ServiceProviderOptions options) at Microsoft.Extensions.DependencyInjection.ServiceCollectionContainerBuilderExtensions.BuildServiceProvider(IServiceCollection services, ServiceProviderOptions options) at Microsoft.Extensions.DependencyInjection.ServiceCollectionContainerBuilderExtensions.BuildServiceProvider(IServiceCollection services, Boolean validateScopes) at Microsoft.AspNetCore.Components.WebAssembly.Hosting.WebAssemblyHostBuilder.<>c__DisplayClass5_0.<.ctor>b__0() at Microsoft.AspNetCore.Components.WebAssembly.Hosting.WebAssemblyHostBuilder.Build() at Program.