Blog

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…