Archives
How to read a connection string from web.config file in ASP.NET ?
Assume that you have a connectionstring configured in the web.config file of your ASP.NET application and you wish to read it using C# within your application. How to read a connection string from web.config file in ASP.NET ? You can easily do that using the ConfigurationManager class defined in the System.Configuration namespace. 1. Ensure that the System.Configuration assembly is referenced in your project. 2. Add…
InterSystems IRIS General Error Code – 9304
In this post, you’ll learn about the General error code 9304 in InterSystems IRIS database the reason why you are receiving the error message when using the InterSystems IRIS data platform Error Code : 9304 Reason for the Error code 9304 in InterSystems IRIS DBMS Invalid transaction state transition: %1 to %2
SQL Server Error Code – 13150 end conversation with error
In this blog post, you’ll learn more about the SQL Server Error Code 13150 and the error message description that is shown SQL Server Error Code 13150 SQL Server Error Description for the Code :13150 END CONVERSATION WITH ERROR
SQL Server Error Code – 28701 request aborted due to communication err
In this blog post, you’ll learn more about the SQL Server Error Code 28701 and the error message description that is shown SQL Server Error Code 28701 SQL Server Error Description for the Code :28701 Request aborted due to communication errors: an attempt was made to use channel %d.%d.%I64u in the closed state.
SQL Server Error Code – 40909 a disaster recovery configuration does n
In this blog post, you’ll learn more about the SQL Server Error Code 40909 and the error message description that is shown SQL Server Error Code 40909 SQL Server Error Description for the Code :40909 A Disaster Recovery Configuration does not exist for ‘%.*ls’ and ‘%.*ls’
SQL Server Error Code – 41195 availability group ‘%.*ls’ failed to pro
In this blog post, you’ll learn more about the SQL Server Error Code 41195 and the error message description that is shown SQL Server Error Code 41195 SQL Server Error Description for the Code :41195 Availability group ‘%.*ls’ failed to process the WSFC lease-renewal command. The local availability replica lease is no longer valid to process the lease renewal command. Availability replica lease expired. This…
SQL Server Error Code – 41315 checkpoint operation failed in database
In this blog post, you’ll learn more about the SQL Server Error Code 41315 and the error message description that is shown SQL Server Error Code 41315 SQL Server Error Description for the Code :41315 Checkpoint operation failed in database ‘%.*ls’.
C# Compiler Error – CS0751 a partial method must be declared within
In this blog post, you’ll learn more about the C# Compiler Error – CS0751 and the related message description C# Compiler Error Code CS0751 C# Compiler Description for the Code :CS0751 A partial method must be declared within a partial type
How to fix the Oracle error ORA-30477: The input select_clause is incorrectly specified?
In this post, you’ll learn more about the Oracle ErrorORA-30477: The input select_clause is incorrectly specified with the details on why you receive this error and the possible solution to fix it. Oracle Error Description ORA-30477: The input select_clause is incorrectly specified Reason for the Error ORA-30477: The input select_clause is incorrectly specified The input select-clause parameter to Estimate_Summary_Size is incorrectly specified and cannot be…
How to fix the Oracle error ORA-31503: invalid date supplied for begin_date or end_date?
In this post, you’ll learn more about the Oracle ErrorORA-31503: invalid date supplied for begin_date or end_date with the details on why you receive this error and the possible solution to fix it. Oracle Error Description ORA-31503: invalid date supplied for begin_date or end_date Reason for the Error ORA-31503: invalid date supplied for begin_date or end_date The caller supplied an invalid value for begin_date or…
How to fix the Oracle error ORA-31638: cannot attach to job string for user string?
In this post, you’ll learn more about the Oracle ErrorORA-31638: cannot attach to job string for user string with the details on why you receive this error and the possible solution to fix it. Oracle Error Description ORA-31638: cannot attach to job string for user string Reason for the Error ORA-31638: cannot attach to job string for user string Unable to attach a job to…