In this blog post, let’s learn about the error message “6537 – The .NET Framework common language runtime was shut down by user code, such as in a user-defined function or CLR type. SQL Server is shutting down. Environment.Exit should not be used to exit the process. If the intent is to return an integer to indicate failure, use a scalar function or an output parameter instead.” in Microsoft SQL Server, the reason why it appears and the solution to fix it.
SQL Server Error Message
6537 – The .NET Framework common language runtime was shut down by user code, such as in a user-defined function or CLR type. SQL Server is shutting down. Environment.Exit should not be used to exit the process. If the intent is to return an integer to indicate failure, use a scalar function or an output parameter instead.
Reason for the Error
To be update soon…
Solution
To be update soon…