navigation

Latest posts on tagged on "web"

Microsoft.Windows.UniversalCRT.Msu.7,version=10.0.26624. 1,chip=x64' failed to install

| | Category: .Net

I got this following problem while installing visual studio 2019 showing message setup completed with warnings.

How to get the image src using JavaScript?

| | Category: JavaScript

In this article I will show you how to get the src attribute of the image and save the path.

System.Net.Http.Formatting, Version=5.2.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' which has a higher version than referenced assembly 'System.Net.Http.Formatting' with identity 'System.Net.Http.Formatting, Version=4.0.0.0

| | Category: c# .net

I got this following error I removed the old version of System.Net.Http.Formatting version 4.0.0.0 and referenced Version=5.2.3.0. This reference resolved by problem.

LINQ to Entities does not recognize the method 'System.String get_Item(System.String)' method, and this method cannot be translated into a store expression

| | Category: Linq

I got the following error while executing the linq query "LINQ to Entities does not recognize and this method cannot be translated into a store expression."

Compile time error, System.Web.HttpCors which has referenced higher version then reference assembly System.Web.Http

| | Category: asp.net MVC

I created the project in MVC5 and added several nuget package. I got this error code CS1705 and the below error description when I compiled the project.

SOLVED-Bootstrap 3 Glyphicons are not working

| | Category: Css

In my project everything works fine. But when I tried to add some icons, the icon font doesn't displayed the icon properly. I tried to solve the problem finally i found solution.

How to get modelstate errors in json c#?

| | Category: asp.net MVC

In this tutorial I am going show you how to handle modelstate errors in json c#. Here I am using MVC5 and entity framework.You can use SelectMany function c# to get error message from modelstate mvc.

Page 2 of 2