Blog

How to Create ApplicationBar in Windows Phone using XAML ?

In one of the previous articles , we discussed how to create ApplicationBar programmatically during runtime using C# . This article will demonstrate how to create ApplicationBar using XAML. How to Create ApplicationBar in Windows Phone using XAML ? Below is a sample XAML code snippet which creates an ApplicationBar with one Menu Item and two ApplicationBarIconButton <phone:PhoneApplicationPage.ApplicationBar> <shell:ApplicationBar> <shell:ApplicationBar.MenuItems> <shell:ApplicationBarMenuItem IsEnabled=”True” Text=”ABundantCode”/> </shell:ApplicationBar.MenuItems> <shell:ApplicationBarIconButton…

InterSystems Cache & Ensemble Error 5047 – Parameter ‘%1’ marked as base64 encoded but not valid base64

In this blog post, let’s learn about the error message “5047 Parameter ‘%1’ marked as base64 encoded but not valid base64” in InterSystems Cache & Ensemble and the description of the error message. Error Message 5047 – Parameter ‘%1’ marked as base64 encoded but not valid base64 Error Details Parameter ‘%1’ marked as base64 encoded but not valid base64 ‘%2’.

How to fix the Oracle error DRG-10500: CREATE_INDEX failed: column spec string?

In this post, you’ll learn more about the Oracle ErrorDRG-10500: CREATE_INDEX failed: column spec string with the details on why you receive this error and the possible solution to fix it. Oracle Error Description DRG-10500: CREATE_INDEX failed: column spec string Reason for the Error DRG-10500: CREATE_INDEX failed: column spec string Cause: failed to create text index on the specified column How to fix the Error…

How to fix the Oracle error OCI-31089: schema “string” does not target namespace “string”?

In this post, you’ll learn more about the Oracle ErrorOCI-31089: schema “string” does not target namespace “string” with the details on why you receive this error and the possible solution to fix it. Oracle Error Description OCI-31089: schema “string” does not target namespace “string” Reason for the Error OCI-31089: schema “string” does not target namespace “string” The schema document contains references (via include and import…

How to fix the Oracle error CRS-01312: Oracle High Availability Service received invalid update for group private data. Details at...

In this post, you’ll learn more about the Oracle ErrorCRS-01312: Oracle High Availability Service received invalid update for group private data. 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-01312: Oracle High Availability Service received invalid update for group private data. Details at string in string. Reason for the…

How to fix the Oracle error ORA-54621: TO_GEOMETRY: TOTAL_DIMENSIONALITY not same as in INIT operation?

In this post, you’ll learn more about the Oracle ErrorORA-54621: TO_GEOMETRY: TOTAL_DIMENSIONALITY not same as in INIT operation with the details on why you receive this error and the possible solution to fix it. Oracle Error Description ORA-54621: TO_GEOMETRY: TOTAL_DIMENSIONALITY not same as in INIT operation Reason for the Error ORA-54621: TO_GEOMETRY: TOTAL_DIMENSIONALITY not same as in INIT operation The specified TOTAL_DIMENSIONALITY was invalid. How…

How to fix the Oracle error ORA-12524: TNS:listener could not resolve HANDLER_NAME given in connect descriptor?

In this post, you’ll learn more about the Oracle ErrorORA-12524: TNS:listener could not resolve HANDLER_NAME given in connect descriptor with the details on why you receive this error and the possible solution to fix it. Oracle Error Description ORA-12524: TNS:listener could not resolve HANDLER_NAME given in connect descriptor Reason for the Error ORA-12524: TNS:listener could not resolve HANDLER_NAME given in connect descriptor The HANDLER_NAME in…

How to fix the error ORA-00303: cannot process Parallel Redo?

In this post, you’ll learn more about the Oracle ErrorORA-00303: cannot process Parallel Redo with the details on why you receive this error and the possible solution to fix it. Oracle Error Description ORA-00303: cannot process Parallel Redo Reason for the Error ORA-00303: cannot process Parallel Redo A redo log containing Parallel Redo has been detected. The current Oracle release cannot process this format of…