Skip to main content

Posts

Showing posts from January, 2015

How to Check What Version of Microsoft .NET Framework is Installed Without Any Software

When you install a software or a utility a dialogue box pops up showing an error. The application failed to initialize properly (0x0000135). Click OK to terminate the application. What is this error?              Well, this error is because your computer system does not have .NET Framework installed. So, what is .NET Framework? The .NET Framework is a an application development platform that makes it quicker and also easier for software developers to create a range of Windows applications and services. Programming languages can be made to interact with other programming languages without the need to worry about finer details like memory management etc. A .NET application also runs inside its own virtual machine which is a big help from a security standpoint.