Blog

Get the Current Location from Windows 8.1 Store App using JavaScript

Below is a sample code snippet demonstrating the procedure on how to get the current user location Windows 8.1 Store App using JavaScript. How to Get the Current Location from Window 8.1 Store App using JavaScript ? Add the button and the span element to the html page where you want to show the current location. <button id=”GetLocation”> Get Location </button> <span id=”locationinformation”></span> Add the…

Cast Operator with Anonymous Types

Below is a sample sourecode that demonstrates the usage of the Cast Operator when using the anonymous type Cast Operator with Anonymous Types When the element within the List cannot be converted to the target type, you will receive an exception “InvalidCastException”.

Raima RDM Error -12014 eINVCOLID

In this blog post, let’s learn about the error message “-12014 eINVCOLID” in Raima RDM and the description of the error message. Error Message -12014 – eINVCOLID Error Details Invalid column id

How to fix the Oracle error RMAN-12000: execution layer initialization failed?

In this post, you’ll learn more about the Oracle ErrorRMAN-12000: execution layer initialization failed with the details on why you receive this error and the possible solution to fix it. Oracle Error Description RMAN-12000: execution layer initialization failed Reason for the Error RMAN-12000: execution layer initialization failed This message should be accompanied by other error message(s) indicating the cause of the error. How to fix…

How to fix the Oracle error CRS-09506: The system monitor service local repository is disabled on the host string. Details...

In this post, you’ll learn more about the Oracle ErrorCRS-09506: The system monitor service local repository is disabled on the host string. Details at string in string. with the details on why you receive this error and the possible solution to fix it. Oracle Error Description CRS-09506: The system monitor service local repository is disabled on the host string. Details at string in string. Reason…