Wrox Programmer Forums
|
BOOK: Beginning ASP.NET 2.0 BOOK VB ISBN: 978-0-7645-8850-1; C# ISBN: 978-0-470-04258-8
This is the forum to discuss the Wrox book Beginning ASP.NET 2.0 by Chris Hart, John Kauffman, David Sussman, Chris Ullman; ISBN: 9780764588501
Welcome to the p2p.wrox.com Forums.

You are currently viewing the BOOK: Beginning ASP.NET 2.0 BOOK VB ISBN: 978-0-7645-8850-1; C# ISBN: 978-0-470-04258-8 section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old February 20th, 2007, 02:52 AM
Registered User
 
Join Date: Feb 2007
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
Default WroxUnited Install Problems with SQL2005

I changed the connection strings to install the WroxUnited asp site and here is the message I get when I run the application by pressing F5:

Server Error in '/WroxUnited' Application.
--------------------------------------------------------------------------------

Unable to find the requested .Net Framework Data Provider. It may not be installed.
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.ArgumentException: Unable to find the requested .Net Framework Data Provider. It may not be installed.

Source Error:

An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.

Stack Trace:


[ArgumentException: Unable to find the requested .Net Framework Data Provider. It may not be installed.]
System.Data.Common.DbProviderFactories.GetFa ctory(String providerInvariantName) +1372023
System.Web.UI.WebControls.SqlDataSource.GetD bProviderFactory() +63
System.Web.UI.WebControls.SqlDataSource.GetD bProviderFactorySecure() +19
System.Web.UI.WebControls.SqlDataSourceView. ExecuteSelect(DataSourceSelectArguments arguments) +120
System.Web.UI.WebControls.Repeater.GetData() +50
System.Web.UI.WebControls.Repeater.CreateCon trolHierarchy(Boolean useDataSource) +232
System.Web.UI.WebControls.Repeater.OnDataBin ding(EventArgs e) +53
System.Web.UI.WebControls.Repeater.DataBind( ) +72
System.Web.UI.WebControls.Repeater.EnsureDat aBound() +55
System.Web.UI.WebControls.Repeater.OnPreRend er(EventArgs e) +12
System.Web.UI.Control.PreRenderRecursiveInte rnal() +77
System.Web.UI.Control.PreRenderRecursiveInte rnal() +161
System.Web.UI.Control.PreRenderRecursiveInte rnal() +161
System.Web.UI.Control.PreRenderRecursiveInte rnal() +161
System.Web.UI.Control.PreRenderRecursiveInte rnal() +161
System.Web.UI.Control.PreRenderRecursiveInte rnal() +161
System.Web.UI.Page.ProcessRequestMain(Boolea n includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +1360




--------------------------------------------------------------------------------
Version Information: Microsoft .NET Framework Version:2.0.50727.42; ASP.NET Version:2.0.50727.210


is there someone who can help. here are my connection strings that are located in the web.config:

<connectionStrings>

    <add name="WroxUnited"
     connectionString="Data Source=localhost;INITIAL CATALOG=WROXUNITED;Integrated Security=true"
         providerName ="System.Data.sqlClient"/>
    <remove name="LocalSqlServer"/>
    <add name="LocalSqlServer"
     connectionString="Data Source=Localhost;INITIAL CATALOG=ASPNETDB;Integrated Security=true"
     providerName ="System.Data.sqlClient"/>
</connectionStrings>

Owen
 
Old April 5th, 2007, 08:32 AM
Friend of Wrox
 
Join Date: Jun 2003
Posts: 105
Thanks: 0
Thanked 1 Time in 1 Post
Send a message via MSN to DanM
Default

hi there,

Try making sure your provider names are capitalized as follows

System.Data.SqlClient

Rather, use a capital s for the s of SqlClient. That should get it working

dan

Dan Maharry
Read the feed at http://feeds.feedburner.com/dansarchive





Similar Threads
Thread Thread Starter Forum Replies Last Post
Chapter 5 Install problems meichmann BOOK: Professional ASP.NET 2.0 Design: CSS, Themes, and Master Pages ISBN: 978-0-470-12448-2 1 August 6th, 2008 05:42 PM
INSTALL PROBLEMS jjmonty BOOK: ASP.NET 2.0 Website Programming Problem Design Solution ISBN: 978-0-7645-8464-0 4 November 16th, 2006 07:57 PM
GoDaddy script install problems robhmac Perl 3 October 24th, 2006 07:39 AM
TBH install problems jjmonty BOOK: ASP.NET 2.0 Website Programming Problem Design Solution ISBN: 978-0-7645-8464-0 5 September 26th, 2006 05:23 PM
Post Install Problems planoie Visual Studio 2005 0 July 21st, 2004 04:31 PM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.