Hi all,
I´m trying to use the SQL Server 2005 Express Edtion, but the
following error occurs:
Code:
Exception Details: System.Data.SqlClient.SqlException: An error has occurred while establishing a connection to the server. When connecting to SQL Server 2005, this failure may be caused by the fact that under the default settings SQL Server does not allow remote connections. (provider: Named Pipes Provider, error: 40 - Could not open a connection to SQL Server)
The database is in local machine, to test the version 2005.
I configured the Local database in "SQL Server Surface Area Configuration"
to allow remote connections by using TCP/IP and Named Pipes,
but the above error occurs yet.
Is there a way to connect to SQL Server 2005 Express by using
NHibernate?
thank u very much!!!!