I have fixed my last problem but now i have a new one. I
can run certain sample applications but others i get this
message.
HELP PLEASE
Server Error in '/QuickStart/ASPPlus' Application.
----------------------------------------------------------
----------------------
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 15:
Line 16: DS = New DataSet()
Line 17: MyCommand.Fill(DS, "Titles") //this is
where the error is!!!
Line 18:
Line 19: MyDataList.DataSource = DS.Tables
("Titles").DefaultView
Source File: C:\Program
Files\Microsoft.NET\FrameworkSDK\Samples\QuickStart\aspplu
s\samples\webforms\customize\VB\datalist3.aspx Line:
17
Stack Trace:
[SqlException: SQL Server does not exist or access
denied.]
System.Data.SqlClient.ConnectionPool.GetConnection
(Boolean& isInTransaction) +472
System.Data.SqlClient.SqlConnectionPoolManager.GetPooledCo
nnection(SqlConnectionString options, Boolean&
isInTransaction) +372
System.Data.SqlClient.SqlConnection.Open() +384
System.Data.Common.DbDataAdapter.QuietOpen
(IDbConnection connection, ConnectionState&
originalState) +44
System.Data.Common.DbDataAdapter.FillFromCommand
(Object data, Int32 startRecord, Int32 maxRecords, String
srcTable, IDbCommand command, CommandBehavior behavior)
+304
System.Data.Common.DbDataAdapter.Fill(DataSet dataSet,
Int32 startRecord, Int32 maxRecords, String srcTable,
IDbCommand command, CommandBehavior behavior) +77
System.Data.Common.DbDataAdapter.Fill(DataSet dataSet,
String srcTable) +36
ASP.datalist3_aspx.Page_Load(Object Sender, EventArgs
E) in C:\Program
Files\Microsoft.NET\FrameworkSDK\Samples\QuickStart\aspplu
s\samples\webforms\customize\VB\datalist3.aspx:17
System.Web.UI.Control.OnLoad(EventArgs e) +67
System.Web.UI.Control.LoadRecursive() +35
System.Web.UI.Page.ProcessRequestMain() +731
Alexander Davidov [MSFT] - 24 Jul 2003 17:11 GMT
I believe some of the samples require the SQL desktop engine (MSDE). Find this at:
http://www.asp.net/msde/default.aspx?tabindex=0&tabid=1
Alex Davidov

Signature
This posting is provided "AS IS" with no warranties, and confers no rights. Use of included script samples are subject to the terms specified at
http://www.microsoft.com/info/cpyright.htm
Note: For the benefit of the community-at-large, all responses to this message are best directed to the newsgroup/thread from which they originated.
--------------------
>Content-Class: urn:content-classes:message
>From: "shane boulder" <shaneboulder@hotmail.com>
[quoted text clipped - 82 lines]
> System.Web.UI.Control.LoadRecursive() +35
> System.Web.UI.Page.ProcessRequestMain() +731
shane boulder - 24 Jul 2003 17:38 GMT
I got it installed and i still get that error.
>-----Original Message-----
>I believe some of the samples require the SQL desktop engine (MSDE). Find this at:
>
>http://www.asp.net/msde/default.aspx?tabindex=0&tabid=1
>
>Alex Davidov
subject to the terms specified at
>http://www.microsoft.com/info/cpyright.htm
>
>Note: For the benefit of the community-at-large, all responses to this message are best directed to the
newsgroup/thread from which they originated.
>--------------------
>>Content-Class: urn:content-classes:message
[quoted text clipped - 85 lines]
>
>.