Blog

SQL Server Error Code – 3962 bind to another transaction while execut

In this blog post, you’ll learn more about the SQL Server Error Code 3962 and the error message description that is shown SQL Server Error Code 3962 SQL Server Error Description for the Code :3962 Bind to another transaction while executing SQL Server internal query is not supported. Check your logon trigger definition and remove any sp_bindsession usage if any. If this error is not…

InterSystems IRIS General Error Code – 7003

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

Windows System Error Code 1436 – ERROR_CHILD_WINDOW_MENU (0x59C)]

In this post, you’ll learn about the Windows System Error ERROR_CHILD_WINDOW_MENU (0x59C)] and the reason why you are receiving the error message How does this Error in Windows Look like? Error Code 1436 ERROR_CHILD_WINDOW_MENU (0x59C)] Why do you receive the System Error Error Code 1436 ERROR_CHILD_WINDOW_MENU (0x59C)] in Windows? Child windows cannot have menus.

How to Add Web API to existing ASP.NET MVC Project ?

There are times when you might want to add Web API project to one of your existing ASP.NET MVC project instead of creating a new one. How to Add Web API to existing ASP.NET MVC Project ? You can easily do that by installing it from NuGet. Simply open the Package Console Manager and run the following command. Install-Package Microsoft.AspNet.WebApi