Archives

Creating an Animation in XAML and Silverlight

Below is a sample code snippet that demonstrates how to create a simple animation in XAML and Silverlight Creating an Animation in XAML and Silverlight <Grid x:Name=”LayoutRoot” Background=”White”> <Canvas x:Name=”ACCanvas” xmlns=”http://schemas.microsoft.com/client/2007″ xmlns:x=”http://schemas.microsoft.com/winfx/2006/xaml” Width=”400″ Height=”300″ > <Canvas.Background> <SolidColorBrush Color=”Yellow”/> </Canvas.Background> <Rectangle Width=”190″ Height=”160″ Fill=”Red” Stroke=”Green” Canvas.Left=”0″ Canvas.Top=”50″ RenderTransformOrigin=”0,0″ > <Rectangle.RenderTransform> <TransformGroup> <RotateTransform x:Name=”RotateTransform” Angle=”0″/> <ScaleTransform x:Name=”ScaleTransform” ScaleX=”0″ ScaleY=”0″ /> </TransformGroup> </Rectangle.RenderTransform> </Rectangle> </Canvas> <Grid.Triggers> <EventTrigger RoutedEvent=”Grid.Loaded”>…

InterSystems Cache & Ensemble Error 5115 – Class dictionary version number in database ‘%1’ is too high

In this blog post, let’s learn about the error message “5115 Class dictionary version number in database ‘%1’ is too high” in InterSystems Cache & Ensemble and the description of the error message. Error Message 5115 – Class dictionary version number in database ‘%1’ is too high Error Details Class dictionary version number in database ‘%1’ is too high.

Win32 COM Error – FVE_E_POLICY_STARTUP_PIN_KEY_REQUIRED – 0x80310065

In this post, you’ll learn more about the Error FVE_E_POLICY_STARTUP_PIN_KEY_REQUIRED – 0x80310065 that is returned when working with the COM-based APIs in Win32 Win32 COM Error FVE_E_POLICY_STARTUP_PIN_KEY_REQUIRED – 0x80310065 Win32 COM Error Error Description Group policy settings require the use of a startup key and PIN. Please choose this BitLocker startup option.

Windows App Store Error – 0x803F6105

In this post, you’ll learn more about the Error Code 0x803F6105 that is returned when developing or testing the store related operations in your Windows or UWP app Windows App Store Error 0x803F6105 Windows App Store Error Description The in-app purchase could not be completed because you are not signed in with your Microsoft account.

MariaDB Error 1434 – ER_CANT_CREATE_FEDERATED_TABLE

In this post, you’ll learn more about the MariaDB Error 1434 ER_CANT_CREATE_FEDERATED_TABLE with the details of the error message and why you receive this error Maria DB Error Description MariaDB Error 1434 – ER_CANT_CREATE_FEDERATED_TABLE with the sqlState HY000 Error Description for the MariaDB Error ER_CANT_CREATE_FEDERATED_TABLE Can’t create federated table. Foreign data src error: %s

How to fix the Oracle error DRG-10841: invalid SCORE argument supplied to FUZZY?

In this post, you’ll learn more about the Oracle ErrorDRG-10841: invalid SCORE argument supplied to FUZZY with the details on why you receive this error and the possible solution to fix it. Oracle Error Description DRG-10841: invalid SCORE argument supplied to FUZZY Reason for the Error DRG-10841: invalid SCORE argument supplied to FUZZY Cause: An invalid value was supplied for SCORE argument to FUZZY How…

How to fix the Oracle error NNL-00225: Currently managing name server “string”?

In this post, you’ll learn more about the Oracle ErrorNNL-00225: Currently managing name server “string” with the details on why you receive this error and the possible solution to fix it. Oracle Error Description NNL-00225: Currently managing name server “string” Reason for the Error NNL-00225: Currently managing name server “string” Cause: Control program general message. How to fix the Error NNL-00225: Currently managing name server…

How to fix the Oracle error OCI-30121: ‘string’ is not an allowable value for ‘string’?

In this post, you’ll learn more about the Oracle ErrorOCI-30121: ‘string’ is not an allowable value for ‘string’ with the details on why you receive this error and the possible solution to fix it. Oracle Error Description OCI-30121: ‘string’ is not an allowable value for ‘string’ Reason for the Error OCI-30121: ‘string’ is not an allowable value for ‘string’ The value is not a legal…

How to fix the Oracle error SQL*Loader-00518: Error reassembling file name (string)?

In this post, you’ll learn more about the Oracle ErrorSQL*Loader-00518: Error reassembling file name (string) with the details on why you receive this error and the possible solution to fix it. Oracle Error Description SQL*Loader-00518: Error reassembling file name (string) Reason for the Error SQL*Loader-00518: Error reassembling file name (string) SQL*Loader could not put the filename back together again from its components. How to fix…

How to fix the Oracle error ORA-64113: XMLIndex: XDB.XDB$XIDX_IMP_T still has bad data for “string”.”string”?

In this post, you’ll learn more about the Oracle ErrorORA-64113: XMLIndex: XDB.XDB$XIDX_IMP_T still has bad data for “string”.”string” with the details on why you receive this error and the possible solution to fix it. Oracle Error Description ORA-64113: XMLIndex: XDB.XDB$XIDX_IMP_T still has bad data for “string”.”string” Reason for the Error ORA-64113: XMLIndex: XDB.XDB$XIDX_IMP_T still has bad data for “string”.”string” See associated error message. How to…

How to fix the Oracle error ORA-37158: Bad clob or varray IN-args: (case string)?

In this post, you’ll learn more about the Oracle ErrorORA-37158: Bad clob or varray IN-args: (case string) with the details on why you receive this error and the possible solution to fix it. Oracle Error Description ORA-37158: Bad clob or varray IN-args: (case string) Reason for the Error ORA-37158: Bad clob or varray IN-args: (case string) When in clob or varray mode, the PL/SQL mappings…

How to fix the Oracle error ORA-22372: Event for type dictionary upgrade?

In this post, you’ll learn more about the Oracle ErrorORA-22372: Event for type dictionary upgrade with the details on why you receive this error and the possible solution to fix it. Oracle Error Description ORA-22372: Event for type dictionary upgrade Reason for the Error ORA-22372: Event for type dictionary upgrade This is an internally used event for type dictionary upgrades from 8.0 to 8.1. How…

How to fix the Oracle error ORA-22278: must update the LOB only through the LOB buffers?

In this post, you’ll learn more about the Oracle ErrorORA-22278: must update the LOB only through the LOB buffers with the details on why you receive this error and the possible solution to fix it. Oracle Error Description ORA-22278: must update the LOB only through the LOB buffers Reason for the Error ORA-22278: must update the LOB only through the LOB buffers LOB buffering is…

How to fix the Oracle error ORA-13128: current tiling level exceeds user specified tiling level?

In this post, you’ll learn more about the Oracle ErrorORA-13128: current tiling level exceeds user specified tiling level with the details on why you receive this error and the possible solution to fix it. Oracle Error Description ORA-13128: current tiling level exceeds user specified tiling level Reason for the Error ORA-13128: current tiling level exceeds user specified tiling level This is an internal error. How…

SQL Server Error Code – 20679 cannot execute the stored procedure sp_a

In this blog post, you’ll learn more about the SQL Server Error Code 20679 and the error message description that is shown SQL Server Error Code 20679 SQL Server Error Description for the Code :20679 Cannot execute the stored procedure sp_adjustpublisheridentityrange on the current database because the database is a republisher or a Subscriber. To adjust the identity range at a republisher or a Subscriber,…

SQL Server Error Code – 332 the target table ?%.*ls? of the output i

In this blog post, you’ll learn more about the SQL Server Error Code 332 and the error message description that is shown SQL Server Error Code 332 SQL Server Error Description for the Code :332 The target table ?%.*ls? of the OUTPUT INTO clause cannot be on either side of a (primary key, foreign key) relationship. Found reference constraint ?%ls?.