Author name: Prem

.net core api creation isuess &fixes | System.InvalidOperationException: Unable to resolve service for type

Error: response status is 500 Response body Download System.InvalidOperationException: Unable to resolve service for type ‘Crowdrob.BAL.Interfaces.IOrderItemsService’ while attempting to activate ‘Crowdrob.API.Controllers.OrderItemsController’. at Microsoft.Extensions.DependencyInjection.ActivatorUtilities.ThrowHelperUnableToResolveService(Type type, Type requiredBy) at lambda_method10(Closure, IServiceProvider, Object[]) at Microsoft.AspNetCore.Mvc.Controllers.ControllerFactoryProvider.<>c__DisplayClass6_0.<CreateControllerFactory>g__CreateController|0(ControllerContext controllerContext) Solutions: Issues coming because you forgot to add the services into the program.cs file: builder.Services.AddScoped<IOrderItemsService, OrderItemsService>(); builder.Services.AddScoped<IPaymentService, PaymentService>();   Issues: Cannot insert […]

.net core api creation isuess &fixes | System.InvalidOperationException: Unable to resolve service for type Read More »

Asp.net core mvc code first approach migration issues & fixes| failed executing DbCommand| LTER TABLE DROP COLUMN failed | Cannot find the object “tablename” because it does not exist

Issues: Failed executing DbCommand (68ms) [Parameters=[], CommandType=’Text’, CommandTimeout=’30’] DECLARE @var0 sysname; SELECT @var0 = [d].[name] FROM [sys].[default_constraints] [d] INNER JOIN [sys].[columns] [c] ON [d].[parent_column_id] = [c].[column_id] AND [d].[parent_object_id] = [c].[object_id] WHERE ([d].[parent_object_id] = OBJECT_ID(N'[tblOrders]’) AND [c].[name] = N’Id’); IF @var0 IS NOT NULL EXEC(N’ALTER TABLE [tblOrders] DROP CONSTRAINT [‘ + @var0 + ‘];’); ALTER TABLE

Asp.net core mvc code first approach migration issues & fixes| failed executing DbCommand| LTER TABLE DROP COLUMN failed | Cannot find the object “tablename” because it does not exist Read More »

Next.js App

How to Convert Next.js app in Android app using Capacitor

Converting a Next.js app into an Android app using Capacitor involves several steps. Capacitor is a cross-platform runtime that allows developers to build web applications using technologies like Next.js and then deploy them as native mobile apps. 1. Node.js and npm: Ensure Node.js and npm are installed on your machine. 2. Next.js App: Have a Next.js web application ready that

How to Convert Next.js app in Android app using Capacitor Read More »

NextGen Cloud: Transforming India’s Enterprise Landscape

In today’s fast-paced digital age, businesses, regardless of their size, are constantly seeking an edge that allows them to grow exponentially while keeping costs under control. Enter NextGen Cloud, a game-changer in the Indian cloud server service provider landscape, offering highly flexible, scalable, and cost-effective cloud computing solutions powered by the revolutionary Infinite Datacenter. In

NextGen Cloud: Transforming India’s Enterprise Landscape Read More »

Streamlining Your Online Business: Payment Gateway Integration

Having an online presence is crucial for businesses of all sizes. Whether you run an e-commerce store, offer digital services, or accept online donations, ensuring smooth and secure payment processing is paramount. Payment gateway integration is the key to achieving this goal, and in this article, we will explore what payment gateways are, why they

Streamlining Your Online Business: Payment Gateway Integration Read More »

Creating a Dynamic E-Commerce Storefront: Building with Next.js and Shopify Integration

Getting into Shopify is easy! Just sign up for the Shopify Partner Program – it won’t cost you a dime. This program gives you access to the Shopify platform, and you can create as many test stores as you want. Go on Shopify.com and signup with your account. Now create shopify project with nextJS your project

Creating a Dynamic E-Commerce Storefront: Building with Next.js and Shopify Integration Read More »

Top B2B & B2C Website Development & App Development Company

Introduction Murmu Software Infotech is a leading web and app development company in Ranchi, Jharkhand. They have been in the industry for over 10 years and have a team of experienced developers who can create custom solutions for businesses of all sizes. Murmu Software Infotech specializes in B2B and B2C website development, as well as

Top B2B & B2C Website Development & App Development Company Read More »

Scroll to Top