Archives

Windows System Error Code 1794 – ERROR_REDIRECTOR_HAS_OPEN_HANDLES (0x702)]

In this post, you’ll learn about the Windows System Error ERROR_REDIRECTOR_HAS_OPEN_HANDLES (0x702)] and the reason why you are receiving the error message How does this Error in Windows Look like? Error Code 1794 ERROR_REDIRECTOR_HAS_OPEN_HANDLES (0x702)] Why do you receive the System Error Error Code 1794 ERROR_REDIRECTOR_HAS_OPEN_HANDLES (0x702)] in Windows? The redirector is in use and cannot be unloaded.

Windows System Error Code 9 – ERROR_INVALID_BLOCK (0x9)]

In this post, you’ll learn about the Windows System Error ERROR_INVALID_BLOCK (0x9)] and the reason why you are receiving the error message How does this Error in Windows Look like? Error Code 9 ERROR_INVALID_BLOCK (0x9)] Why do you receive the System Error Error Code 9 ERROR_INVALID_BLOCK (0x9)] in Windows? The storage control block address is invalid.

How to get the Size of all tables in a SQL Server ?

In SQL Server 2014 Management Studio , you can get the size of all tables in a SQL Server from the Object explorer details window. How to get the Size of all tables in a SQL Server ? 1. In SQL Management Studio 2014 , navigate to the Object explorer details screen from View -> Object explorer details menu or by simply pressing the F7…

Rectangle and ScaleTransform example in Silverlight and XAML

Below is a sample code snippet demonstrating how to use the ScaleTransform with the Rectangle control in Silverlight and XAML. Rectangle and ScaleTransform example in Silverlight and XAML <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=”200″ Canvas.Top=”50″ RenderTransformOrigin=”0,0″ > <Rectangle.RenderTransform> <ScaleTransform ScaleX=”2″ ScaleY=”2″/> </Rectangle.RenderTransform> </Rectangle> </Canvas>

.NET API Socket Error 10060 – TimedOut

In this post, you’ll learn more about the Error Code 10060 – TimedOut that is returned when working with the Socket class in .NET .NET API Socket Error 10060 – TimedOut MessageQueueErrorCode .NET API Error Description The connection attempt timed out, or the connected host has failed to respond.

How to fix the Oracle error PGA-21041: error creating name object for log file?

In this post, you’ll learn more about the Oracle ErrorPGA-21041: error creating name object for log file with the details on why you receive this error and the possible solution to fix it. Oracle Error Description PGA-21041: error creating name object for log file Reason for the Error PGA-21041: error creating name object for log file Cause: A memory shortage occurred while creating an internal…

How to fix the Oracle error DRG-11873: System Call Replies?

In this post, you’ll learn more about the Oracle ErrorDRG-11873: System Call Replies with the details on why you receive this error and the possible solution to fix it. Oracle Error Description DRG-11873: System Call Replies Reason for the Error DRG-11873: System Call Replies Cause: register what system call replies USER_AGENT_ERROR How to fix the Error DRG-11873: System Call Replies ? You can fix this…

How to fix the Oracle error PCC-02132: CMD-LINE: Could not allocate memory?

In this post, you’ll learn more about the Oracle ErrorPCC-02132: CMD-LINE: Could not allocate memory with the details on why you receive this error and the possible solution to fix it. Oracle Error Description PCC-02132: CMD-LINE: Could not allocate memory Reason for the Error PCC-02132: CMD-LINE: Could not allocate memory Cause: This is an internal error message not usually issued. How to fix the Error…

How to fix the Oracle error EXP-00035: QUERY parameter valid only for table mode exports?

In this post, you’ll learn more about the Oracle ErrorEXP-00035: QUERY parameter valid only for table mode exports with the details on why you receive this error and the possible solution to fix it. Oracle Error Description EXP-00035: QUERY parameter valid only for table mode exports Reason for the Error EXP-00035: QUERY parameter valid only for table mode exports You specified the QUERY parameter in…

How to fix the Oracle error ORA-26563: renaming this table is not allowed?

In this post, you’ll learn more about the Oracle ErrorORA-26563: renaming this table is not allowed with the details on why you receive this error and the possible solution to fix it. Oracle Error Description ORA-26563: renaming this table is not allowed Reason for the Error ORA-26563: renaming this table is not allowed Attempt to rename a replicated table, an updatable materialized view table or…

How to fix the Oracle error ORA-18002: the specified outline does not exist?

In this post, you’ll learn more about the Oracle ErrorORA-18002: the specified outline does not exist with the details on why you receive this error and the possible solution to fix it. Oracle Error Description ORA-18002: the specified outline does not exist Reason for the Error ORA-18002: the specified outline does not exist Either the outline did not exist to begin with, or a timing…