Code:
Server Error in '/' 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:
Line 4: <% if (Request.IsAuthenticated)
Line 5: {%>
Line 6: <% if (!this.IsUserOnly())
Line 7: {%>
Line 8: <li><a href="#">User</a>
Source File: c:\inetpub\buddyauth.com\Views\Shared\UserMenuList.ascx Line: 6
Stack Trace:
[ArgumentException: Unable to find the requested .Net Framework Data Provider. It may not be installed.]
System.Data.Common.DbProviderFactories.GetFactory(String providerInvariantName) +1420503
System.Data.EntityClient.EntityConnection.GetFactory(String providerString) +35
[ArgumentException: The specified store provider cannot be found in the configuration, or is not valid.]
System.Data.EntityClient.EntityConnection.GetFactory(String providerString) +62
System.Data.EntityClient.EntityConnection.ChangeConnectionString(String newConnectionString) +263
System.Data.EntityClient.EntityConnection..ctor(String connectionString) +81
System.Data.Objects.ObjectContext.CreateEntityConnection(String connectionString) +42
System.Data.Objects.ObjectContext..ctor(String connectionString, String defaultContainerName) +16
BuddyAuthPortal.Entities.GatherbuddyEntities..ctor() in F:\Code\WoW\HB\trunk\BuddyAuthPortal\BuddyAuthPortal\Entities\GatherbuddyEntities.Designer.cs:39
BuddyAuthPortal.Providers.BuddyAuthUser.RetrieveIds() in F:\Code\WoW\HB\trunk\BuddyAuthPortal\BuddyAuthPortal\Providers\BuddyAuthUser.cs:153
BuddyAuthPortal.Providers.BuddyAuthUser..ctor(String providerName, String name, Object providerUserKey, String email, String passwordQuestion, String comment, Boolean isApproved, Boolean isLockedOut, DateTime creationDate, DateTime lastLoginDate, DateTime lastActivityDate, DateTime lastPasswordChangedDate, DateTime lastLockoutDate) in F:\Code\WoW\HB\trunk\BuddyAuthPortal\BuddyAuthPortal\Providers\BuddyAuthUser.cs:45
BuddyAuthPortal.Providers.BuddyAuthUser..ctor(MembershipUser user) in F:\Code\WoW\HB\trunk\BuddyAuthPortal\BuddyAuthPortal\Providers\BuddyAuthUser.cs:50
BuddyAuthPortal.Providers.BuddyAuthUser.FromMembershipUser(MembershipUser user) in F:\Code\WoW\HB\trunk\BuddyAuthPortal\BuddyAuthPortal\Providers\BuddyAuthUser.cs:117
BuddyAuthPortal.Providers.BuddyAuthUser.get_Current() in F:\Code\WoW\HB\trunk\BuddyAuthPortal\BuddyAuthPortal\Providers\BuddyAuthUser.cs:67
System.Web.BuddyAuthExtensions.IsAffiliate(Control pg) in F:\Code\WoW\HB\trunk\BuddyAuthPortal\BuddyAuthPortal\Extensions.cs:47
System.Web.BuddyAuthExtensions.IsUserOnly(Control pg) in F:\Code\WoW\HB\trunk\BuddyAuthPortal\BuddyAuthPortal\Extensions.cs:28
ASP.UserMenuList.__Render__control1(HtmlTextWriter __w, Control parameterContainer) in c:\inetpub\buddyauth.com\Views\Shared\UserMenuList.ascx:6
System.Web.UI.Control.RenderChildrenInternal(HtmlTextWriter writer, ICollection children) +109
System.Web.UI.Control.RenderChildren(HtmlTextWriter writer) +8
System.Web.UI.Control.Render(HtmlTextWriter writer) +10
System.Web.UI.Control.RenderControlInternal(HtmlTextWriter writer, ControlAdapter adapter) +27
System.Web.UI.Control.RenderControl(HtmlTextWriter writer, ControlAdapter adapter) +100
System.Web.UI.Control.RenderControl(HtmlTextWriter writer) +25
System.Web.UI.Control.RenderChildrenInternal(HtmlTextWriter writer, ICollection children) +208
System.Web.UI.Control.RenderChildren(HtmlTextWriter writer) +8
System.Web.Mvc.ViewPage.Render(HtmlTextWriter writer) +55
System.Web.UI.Control.RenderControlInternal(HtmlTextWriter writer, ControlAdapter adapter) +27
System.Web.UI.Control.RenderControl(HtmlTextWriter writer, ControlAdapter adapter) +100
System.Web.UI.Control.RenderControl(HtmlTextWriter writer) +25
System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +3060
I don't why it's doing that.