Support policy for untested .NET Framework assemblies in the SQL Server 2005 CLR-hosted environment (922672)



The information in this article applies to:

  • Microsoft SQL Server 2005 Standard Edition
  • Microsoft SQL Server 2005 Enterprise Edition
  • Microsoft SQL Server 2005 Developer Edition
  • Microsoft SQL Server 2005 Express Edition
  • Microsoft SQL Server 2005 Express Edition with Advanced Services
  • Microsoft SQL Server 2005 Workgroup

INTRODUCTION

This article describes the support policy for untested Microsoft .NET Framework assemblies in the .NET Framework common language runtime (CLR)-hosted environment in Microsoft SQL Server 2005.

MORE INFORMATION

When you register an assembly that references an untested .NET Framework assembly in SQL Server 2005, you may receive the following warning message:Warning: The Microsoft .Net frameworks assembly 'AssemblyName' you are registering is not fully tested in SQL Server hosted environment.The message means that the .NET Framework assembly has not been tested in the SQL Server 2005 CLR-hosted environment. Therefore, the assembly is not supported in the SQL Server 2005 CLR-hosted environment.

An untested .NET Framework assembly may decide to exit its host process when a critical condition such as low-memory condition occurs. You can use the assembly in the SQL Server 2005 CLR-hosted environment at your own risk. However, Microsoft SQL Server Product Support Services (PSS) will not help you use and troubleshoot issues that are associated with an unsupported .NET Framework assembly. If PSS determines that a particular unsupported assembly causes SQL Server issues, you may be asked to stop using the assembly. Additionally, you may be asked to stop using the assembly temporarily when PSS troubleshoots a particular SQL Server issue if it is necessary.

The following .NET Framework assemblies are supported in the SQL Server 2005 CLR-hosted environment:
  • Microsoft.VisualBasic.dll
  • Mscorlib.dll
  • System.Data.dll
  • System.dll
  • System.Xml.dll
  • Microsoft.VisualC.dll
  • CustomMarshalers.dll
  • System.Security.dll
  • System.Web.Services.dll
  • System.Data.SqlXml.dll
  • System.Transactions.dll
  • System.Data.OracleClient.dll
  • System.Configuration.dll

Modification Type:MajorLast Reviewed:7/27/2006
Keywords:kbExpertiseAdvanced kbsql2005clr kbinfo KB922672 kbAudDeveloper kbAudITPRO