This is a migrated thread and some comments may be shown as answers.

Tooltip Demo and SQLExpress

1 Answer 48 Views
ToolTip
This is a migrated thread and some comments may be shown as answers.
Dan Ehrmann
Top achievements
Rank 1
Dan Ehrmann asked on 07 Nov 2008, 02:05 PM
I installed the Q3 demos and I am getting a database error when I try to run the tooltip demo. I see in the web.config that SQLExpress is expected. Should this have been installed with the demo as part of the dev server?

1 Answer, 1 is accepted

Sort by
0
Alexandre
Top achievements
Rank 1
answered on 09 Nov 2008, 06:00 AM
simply goes to "C:\Program Files\Telerik\RadControls for ASPNET AJAX Q2 2008\Live Demos\App_Data" and attach the "Northwind.mdf" to your current SQL instance. You wil also have to change your connectionstring in web.config..
ex: <add name="NorthwindConnectionString" connectionString="Data Source=YourSQLServerName;Initial Catalog=Northwind;Integrated Security=SSPI"/>

hope this help.
Tags
ToolTip
Asked by
Dan Ehrmann
Top achievements
Rank 1
Answers by
Alexandre
Top achievements
Rank 1
Share this question
or