Method 'RestoreUser' in type 'DNNMasters.MPUS.X.MPUSMembershipProvider.MPUSMembershipProvider' from assembly 'DNNMasters.MPUS-X.MembershipProvider, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null' does not have an implementation. Description: An un
Last Post 19 Aug 2011 12:04 AM by mohd shahir che rus. 0 Replies.
Author Messages
mohd shahir che rus New Member New Member Posts:1 Avatar
--
19 Aug 2011 12:04 AM  
how i can settle this error

i use dnn 5.6.3 and iss 7

Method 'RestoreUser' in type 'DNNMasters.MPUS.X.MPUSMembershipProvider.MPUSMembershipProvider' from assembly 'DNNMasters.MPUS-X.MembershipProvider, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null' does not have an implementation.
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.TypeLoadException: Method 'RestoreUser' in type 'DNNMasters.MPUS.X.MPUSMembershipProvider.MPUSMembershipProvider' from assembly 'DNNMasters.MPUS-X.MembershipProvider, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null' does not have an implementation.

Source Error:

The source code that generated this unhandled exception can only be shown when compiled in debug mode. To enable this, please follow one of the below steps, then request the URL:

1. Add a "Debug=true" directive at the top of the file that generated the error. Example:

<%@ Page Language="C#" Debug="true" %>

or:

2) Add the following section to the configuration file of your application:

<configuration>
<system.web>
<compilation debug="true"/>
</system.web>
</configuration>

Note that this second technique will cause all files within a given application to be compiled in debug mode. The first technique will cause only that particular file to be compiled in debug mode.

Important: Running applications in debug mode does incur a memory/performance overhead. You should make sure that an application has debugging disabled before deploying into production scenario.

Stack Trace:


[TypeLoadException: Method 'RestoreUser' in type 'DNNMasters.MPUS.X.MPUSMembershipProvider.MPUSMembershipProvider' from assembly 'DNNMasters.MPUS-X.MembershipProvider, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null' does not have an implementation.]
System.RuntimeTypeHandle._GetTypeByName(String name, Boolean throwOnError, Boolean ignoreCase, Boolean reflectionOnly, StackCrawlMark& stackMark, Boolean loadTypeFromPartialName) +0
System.RuntimeTypeHandle.GetTypeByName(String name, Boolean throwOnError, Boolean ignoreCase, Boolean reflectionOnly, StackCrawlMark& stackMark) +62
System.RuntimeType.PrivateGetType(String typeName, Boolean throwOnError, Boolean ignoreCase, Boolean reflectionOnly, StackCrawlMark& stackMark) +42
System.Type.GetType(String typeName, Boolean throwOnError, Boolean ignoreCase) +77
System.Web.Compilation.BuildManager.GetType(String typeName, Boolean throwOnError, Boolean ignoreCase) +105
DotNetNuke.ComponentModel.ProviderInstaller.InstallProvider(IContainer container, Provider provider) +68
DotNetNuke.ComponentModel.ProviderInstaller.InstallComponents(IContainer container) +170
DotNetNuke.ComponentModel.ComponentFactory.InstallComponents(IComponentInstaller[] installers) +121
DotNetNuke.Common.Global.Application_Start(Object Sender, EventArgs E) +920

[HttpException (0x80004005): Method 'RestoreUser' in type 'DNNMasters.MPUS.X.MPUSMembershipProvider.MPUSMembershipProvider' from assembly 'DNNMasters.MPUS-X.MembershipProvider, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null' does not have an implementation.]
System.Web.HttpApplicationFactory.EnsureAppStartCalledForIntegratedMode(HttpContext context, HttpApplication app) +4171217
System.Web.HttpApplication.RegisterEventSubscriptionsWithIIS(IntPtr appContext, HttpContext context, MethodInfo[] handlers) +205
System.Web.HttpApplication.InitSpecial(HttpApplicationState state, MethodInfo[] handlers, IntPtr appContext, HttpContext context) +336
System.Web.HttpApplicationFactory.GetSpecialApplicationInstance(IntPtr appContext, HttpContext context) +350
System.Web.Hosting.PipelineRuntime.InitializeApplication(IntPtr appContext) +382

[HttpException (0x80004005): Method 'RestoreUser' in type 'DNNMasters.MPUS.X.MPUSMembershipProvider.MPUSMembershipProvider' from assembly 'DNNMasters.MPUS-X.MembershipProvider, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null' does not have an implementation.]
System.Web.HttpRuntime.FirstRequestInit(HttpContext context) +11301814
System.Web.HttpRuntime.EnsureFirstRequestInit(HttpContext context) +88
System.Web.HttpRuntime.ProcessRequestNotificationPrivate(IIS7WorkerRequest wr, HttpContext context) +4341684




---