I was building custom authentication provider by following this link http://www.dnnsoftware.com/community-blog/cid/1346...
after the build when I try to open my dnn to install the extension, I got the following error.
I could not understand what really this means. any help pls?
Field not found: 'DotNetNuke.Entities.Urls.RewriterUtils.ServicesFrameworkRegex'.
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.MissingFieldException: Field not found: 'DotNetNuke.Entities.Urls.RewriterUtils.ServicesFrameworkRegex'.
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:
[MissingFieldException: Field not found: 'DotNetNuke.Entities.Urls.RewriterUtils.ServicesFrameworkRegex'.]
DotNetNuke.HttpModules.Services.ServicesModule..cctor() +0
[TypeInitializationException: The type initializer for 'DotNetNuke.HttpModules.Services.ServicesModule' threw an exception.]
DotNetNuke.HttpModules.Services.ServicesModule.InitDnn(Object sender, EventArgs e) +52
System.Web.SyncEventExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() +139
System.Web.HttpApplication.ExecuteStepImpl(IExecutionStep step) +195
System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously) +88
|