OSMinVersion must have value 6.2.1 or higher in Windows Store Application

I was busy working with other stuff and after long time today I resumed my working with Windows 8 development. I opened an old project and directly press F5 to run the application on local machine. While I tried to run the application, I encountered with following run time error. Error message was as following,ContinueContinue reading “OSMinVersion must have value 6.2.1 or higher in Windows Store Application”

What is Namespace in WinJS

Let us first try to understand, why we need Namespace? I will try to explain you with an example, let us suppose you have a function named GreetingMessage in JS file named Library.js Now you need to use this function on default.js. When you try to call that function from other js file , youContinueContinue reading “What is Namespace in WinJS”