Wrox Programmer Forums
Go Back   Wrox Programmer Forums > ASP.NET and ASP > ASP.NET 4.5 > ASP.NET 4.5 General Discussion
|
ASP.NET 4.5 General Discussion For ASP.NET 4.5 discussions not relating to a specific Wrox book
Welcome to the p2p.wrox.com Forums.

You are currently viewing the ASP.NET 4.5 General Discussion 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 April 12th, 2013, 07:14 AM
Registered User
 
Join Date: Mar 2013
Posts: 3
Thanks: 0
Thanked 0 Times in 0 Posts
Default System.web.providers error in web.config

I have installed Ajax control toolkit on my website which messed up things a little bit. After installing the toolkit i got following error:

Could not load file or assembly 'System.Web.Providers, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file specified.

it seems that system cannot find system.web.providers. I tried to remove ajax toolkit and the bin folder, and to install system.web.providers using Nuget. But nothing works and I'm getting same error.

The source error:
Code:
Line 45:     <roleManager enabled="true" defaultProvider="DefaultRoleProvider">
Line 46:       <providers>
Line 47:         <add connectionStringName="FormulaMarketConnectionString1" applicationName="/" name="DefaultRoleProvider" type="System.Web.Providers.DefaultRoleProvider, System.Web.Providers, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" />
Line 48:       </providers>
Line 49:     </roleManager>





Similar Threads
Thread Thread Starter Forum Replies Last Post
web.config error Wilfredo Rosado BOOK: Beginning ASP.NET 4 : in C# and VB 1 January 19th, 2013 06:36 PM
Fix for Web.config Error in ...\Chapter01\LINQforBinding Web Sites rogerj BOOK: Professional ADO.NET 3.5 with LINQ and the Entity Framework ISBN: 978-0-470-22988-0 0 February 18th, 2009 01:59 PM
Providers missing in web.config, pg 615 frankm9639 BOOK: Beginning ASP.NET 2.0 BOOK VB ISBN: 978-0-7645-8850-1; C# ISBN: 978-0-470-04258-8 0 September 10th, 2008 07:37 PM
web.config error koco ASP.NET 2.0 Basics 1 February 16th, 2007 12:04 PM
Web.config error ashokparchuri General .NET 4 June 28th, 2005 04:51 AM





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