Problem: Getting an error when running dotnet publish command. “npm run build — –prod” error on Visual Studio 2017 .NET […]
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
Problem: Application Pool Stops automatically. 503 Service Unavailable when not using default application pool. Application Pool automatically stop due to […]
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: SQL Server: Database stuck in “Restoring” state Solution: You need to use the WITH RECOVERY option, with your database […]
Updated on Kisan Patel
Problem: How to detect changes in any control of the windows form in C#? detect changes in windows form c# […]
Updated on Kisan Patel
Problem: Find a row in dataGridView based on column and value Datagridview full row selection but get single cell value […]
Updated on Kisan Patel