• Unfortunately, we have experienced significant hard drive damage that requires urgent maintenance and rebuilding. The forum will be a state of read only until we install our new drives and rebuild all the configurations needed. Please follow our Facebook page for updates, we will be back up shortly! (The forum could go offline at any given time due to the nature of the failed drives whilst awaiting the upgrades.) When you see an Incapsula error, you know we are in the process of migration.

[HELP] visual basic 2013

Junior Spellweaver
Joined
Jun 8, 2012
Messages
195
Reaction score
5
Solved
 
Last edited:
Junior Spellweaver
Joined
Jun 8, 2012
Messages
195
Reaction score
5
heyy timebomb, here is the error:


Default Membership Provider must be specified.
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.Configuration.Provider.ProviderException: Default Membership Provider must be specified.

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:



[ProviderException: Default Membership Provider must be specified.]
System.Web.Security.Membership.InitializeDefaultProvider(Boolean initializeDefaultProvider, MembershipSection settings) +202
System.Web.Security.Membership.Initialize() +662
System.Web.Security.Membership.get_Provider() +33
System.Web.UI.WebControls.LoginUtil.GetProvider(String providerName) +68
System.Web.UI.WebControls.CreateUserWizard.get_QuestionAndAnswerRequired() +157
System.Web.UI.WebControls.CreateUserWizard.UpdateValidators() +1120
System.Web.UI.WebControls.CreateUserWizard.CreateChildControls() +60
System.Web.UI.Control.EnsureChildControls() +173
System.Web.UI.WebControls.Wizard.OnInit(EventArgs e) +144
System.Web.UI.Control.InitRecursive(Control namingContainer) +607
System.Web.UI.Control.InitRecursive(Control namingContainer) +324
System.Web.UI.Control.InitRecursive(Control namingContainer) +324
System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +2236
 
Back
Top