Sunday, 25 May 2014

IE 10 plus issue with .NET Framework 4.0

Before I drown you in an utter confusion let’s fist conclude to the solution. They are
<![if !supportLists]>1)      <![endif]>Upgrade .NET framework 4.0 to 4.5 – let the application run on 4.0
<![if !supportLists]>2)      <![endif]>Install 4.0 update from the link http://support.microsoft.com/kb/2600217

The development of framework goes along with the advancement of IE. So the conclusion is with the evolution of IE up-gradation of .NET framework is a must.
.NET Framework write a browser code at C:\Windows\Microsoft.NET\Framework\v4.0.30319\Config\Browsers which practically explains what which browser setting net to be set for running framework. While writing the code you would probably find the support for which version for IE and in that the setting are present for existing browser version and not for a future developing browser. So from time to time we need to update this files along with the convincement of IE versions. Hope this explains.

Shyam
Email: shyamyumnam@gmail.com