Article ID: 884871 - Last Review: June 1, 2006 - Revision: 4.2 FIX: The Server property may return as an empty string when you receive the SQLException object in the .NET Framework 1.0 and in the .NET Framework 1.1On This PageSYMPTOMSYou can use the Microsoft .NET Framework 1.0 and the .NET Framework 1.1 to create an instance of the
SQLConnection class on the computer that is running Microsoft SQL Server 2000. However, if
the SqlException object is raised, the Server property
of the SqlException object is not set. The Server
property returns an empty string. The Server
property is supposed to contain the name of the instance of the computer that is running SQL
Server that the associated SqlConnection class is connected to. RESOLUTIONHow to obtain the hotfixThis issue is fixed in the Microsoft Visual Studio .NET Hotfix Package 3151. For additional information, click the following article number to view the article in the Microsoft Knowledge Base:887549
(http://support.microsoft.com/kb/887549/
)
STATUSMicrosoft
has confirmed that this is a problem in the Microsoft products that are listed
in the "Applies to" section. MORE INFORMATIONMicrosoft provides programming examples for illustration only, without warranty either expressed or implied. This includes, but is not limited to, the implied warranties of merchantability or fitness for a particular purpose. This article assumes that you are familiar with the programming language that is being demonstrated and with the tools that are used to create and to debug procedures. Microsoft support engineers can help explain the functionality of a particular procedure, but they will not modify these examples to provide added functionality or construct procedures to meet your specific requirements. Steps to reproduce the problemUse the following C# code sample to create a console application to reproduce the problem.
| Article Translations
|

Back to the top
