Tag: MVC

The request was aborted: Could not create SSL/TLS secure channel -Error in Asp.net

I got this following error "Could not create SSL/TLS secure channel" in your ASP.NET MVC WebClient application.

Read Article

HTTP Error 404.3 - Not Found in Asp.net MVC Application | SOLVED

In this tutorial I will show you how to solve the HTTP Error 404.3 - Not Found in Asp.net MVC …

Read Article

Object reference not set to an instance of an object | Opening edmx file [Solved]

While I tried to open the .edmx file in asp.net mvc project I got the following error. "object reference not …

Read Article

Uncaught TypeError: Cannot read properties of undefined (reading 'msie')

I got this following error for jquery ui datepicker "Uncaught TypeError: Cannot read properties of undefined (reading 'msie')".

Read Article

How to check Email Id already exists validation in Asp.net MVC c#?

In this video tutorial I will show you how to check Email Id already exists in Asp.net MVC.

Read Article

If page = 'home' then display content for asp.net MVC project

In this tutorial I will show you if it is home page then display content in asp.net MVC.

Read Article

Stream a video from blob JavaScript | HTML5 | Asp.net MVC

In this tutorial I will show you how to stream a video from blob JavaScript in Html5 Video tag using …

Read Article

How to generate machinekey for web.config?

In this tutorial I will show you how to generate machinekey for web.config file using windows powershell.

Read Article

Could not find a part of the path ... bin\roslyn\csc.exe | Server Error in ASP.net application

I got this following error while running the asp.net mvc project "Could not find a part of the path '...\bin\roslyn\csc.exe'"

Read Article

One or more projects in the solution were not loaded correctly in Visual Studio 2019 | FIXED

I got this following error when I attempt to open an asp.net MVC Project in vs2019. "One or more projects …

Read Article

How to set background for text using Graphics.DrawRectangle in c#?

In this tutorial I will show you how to set background for text using Graphics.DrawRectangle in c#.

Read Article

How to save the xml file to a particular location?

In this tutorial I will show you how to save XML file to particular location. Here I m using System.IO.File.WriteAllText …

Read Article

How to calculate the age from jQuery ui datepicker using c#?

In this tutorial I will show how to calculate age from date of birth using c#.

Read Article

How to calculate days difference between two dates in c#?

In this tutorial I will show you how to calculate days difference between two days using c#.

Read Article

No 'access-control-allow-origin' header is present on the requested resource Angular CORS policy Error

I got this following error while running angular project “Access to XMLHttpRequest at 'https://localhost' from origin 'http://localhost:4200' has been blocked …

Read Article

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

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

Read Article

How to remove all Meta keyword tags? -Jpeg Metadata Adapter

I am using jpeg metadata utility in c#. I want to remove the old keyword tags and add new tags. …

Read Article

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

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 …

Read Article

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

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

Read Article

How to create autocomplete textbox search using asp .net MVC c# application.

In this tutorial I am going to implement autocomplete textbox for searching customer records using asp.net MVC c# application. When …

Read Article

How to add @media query in asp.net mvc razor view page I am getting syntax clashes?

I want to put specific @media query in asp.net mvc razor view html page in c#. But when I use …

Read Article

Unable to update the EntitySet 'table' because it has DefiningQuery and no DeleteFunction element exists in the ModificationFunctionMapping

In this tutorial i will show how to resolve the error "Unable to update the EntitySet because it has a …

Read Article

How to save the web page’s content and save into a string variable in c#?

The easiest way to read the web page’s content and saves into a string variable. The following c# program helps …

Read Article

The model item passed into the dictionary is of type System.Linq.OrderedEnumerable but this dictionary requires a model item of type System.Collections.Generic.IList

I got this following MVC error while returning linq result passing to the partial view. "The model item passed into …

Read Article