I'm a newbie to .NET. I've been trying out these sample apps that use MSDE or SQL Server and I keep getting this error message. I have MSDE installed on my machine and also the Northwind database. What could be the problem?
SQL Server does not exist or access denied.
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.
Exception Details: System.Data.SqlClient.SqlException: SQL Server does not exist or access denied.
Source Error:
Line 229: ' Create and Fill a new DataSet.
Line 230: Dim ds As New DataSet()
Line 231: sda.Fill(ds)
Line 232:
Line 233: Return ds
Thanks again for all you invaluable help and tips!
dpd
SQL Server does not exist or access denied.
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.
Exception Details: System.Data.SqlClient.SqlException: SQL Server does not exist or access denied.
Source Error:
Line 229: ' Create and Fill a new DataSet.
Line 230: Dim ds As New DataSet()
Line 231: sda.Fill(ds)
Line 232:
Line 233: Return ds
Thanks again for all you invaluable help and tips!
dpd