Archives

Developing Windows Phone 8 app using Web technologies like HTML5, CSS3 and JavaScript

Most of the time, the developers would want to use their existing skills and develop more apps targeting different and multiple platforms. For example, the Web developers might want to develop Windows phone apps using HTML, CSS, Java Script and other Web technologies that they know. Can the Windows Phone 8 app be developed using Web technologies like HTML5, CSS3 and JavaScript? Yes, the Web…

How to Calculate MD5 checksum for a file in C# ?

There are times when you want to calculate MD5 checksum for a file in C# and you can easily do that using System.Security.Cryptography.MD5 You can use the ComputeHash method of the MD5 instance by passing the stream. You can later it to Hex using the BitConverter so that you can represent it as string for conversion. How to Calculate MD5 checksum for a file in…

InterSystems IRIS General Error Code – 951

In this post, you’ll learn about the General error code 951 in InterSystems IRIS database the reason why you are receiving the error message when using the InterSystems IRIS data platform Error Code : 951 Reason for the Error code 951 in InterSystems IRIS DBMS Unauthenticated access for service %1 is disabled

InterSystems IRIS General Error Code – 1608

In this post, you’ll learn about the General error code 1608 in InterSystems IRIS database the reason why you are receiving the error message when using the InterSystems IRIS data platform Error Code : 1608 Reason for the Error code 1608 in InterSystems IRIS DBMS Cannot copy from an ECP database

InterSystems IRIS General Error Code – 6019

In this post, you’ll learn about the General error code 6019 in InterSystems IRIS database the reason why you are receiving the error message when using the InterSystems IRIS data platform Error Code : 6019 Reason for the Error code 6019 in InterSystems IRIS DBMS Attempt to find location failed

InterSystems IRIS General Error Code – 6295

In this post, you’ll learn about the General error code 6295 in InterSystems IRIS database the reason why you are receiving the error message when using the InterSystems IRIS data platform Error Code : 6295 Reason for the Error code 6295 in InterSystems IRIS DBMS Internal error in XML Schema Wizard: %1

SQL Server Error Code – 45133 a connection failed while the operation

In this blog post, you’ll learn more about the SQL Server Error Code 45133 and the error message description that is shown SQL Server Error Code 45133 SQL Server Error Description for the Code :45133 A connection failed while the operation was still in progress, and the outcome of the operation is unknown. Query sys.dm_operation_status in the master database for current job status.