Add the below code in StartUp.Configure public void Configure(IApplicationBuilder app, IHostingEnvironment env, ILoggerFactory loggerFactory, FinOsDbContext context) { …. var cultureInfo […]
Updated on Kisan Patel
Problem: Unable to load DLL ‘SqlServerSpatial110.dll’: The specified module could not be found. Unable to load SqlServerSpatial.dll Solution: Solution 1 […]
Updated on Kisan Patel
Problem: I have a localized application, and I am wondering if it is possible to have the Display Name for […]
Updated on Kisan Patel
Problem: JSON.NET Error Self referencing loop detected for type How to solve self referencing loop issue when using Newtonsoft.Json The […]
Updated on Kisan Patel
When using Visual Studio, when I “Publish Web Site”, the application builds correctly, but then I get a “Publish failed” […]
Updated on Kisan Patel
Problems: How to take an ASP.NET MVC web site “Down for maintenance”? Implement “Down for maintenance” page. Web site Maintenance […]
Updated on Kisan Patel
Problem: How to Return Multiple Files from ASP.NET MVC FileResult Action? Downloading multiple files in ASP.NET Solution: Here, we have […]
Updated on Kisan Patel
Problem: How to Implement row number in mvc3 webgrid along with paging? How to display row number in MVC WebGrid? […]
Updated on Kisan Patel
Problem: How to use Transactions in ASP.NET MVC ? How to Handle Transactions in ASP.NET MVC ? How to implement […]
Updated on Kisan Patel
In ASP.NET MVC, paging can be done in simple way using PagedList.Mvc nuget package. So first you need to add […]
Updated on Kisan Patel