I am running into an erorr as follows:
=====
A critical error has occurred.
Could not load file or assembly 'MemberRole, Version=1.0.0.0, Culture=neutral, PublicKeyToken=b7c773fb104e7562' or one of its dependencies. The system cannot find the file specified.
=====
After using Reflector for .Net I looked over the resources and References in the Delisoft.DNN.Modules.MMSecureLogin.dll file and noticed that the Module is still referencing the "MemberRole" directly even though as of 4.1 they replaced the direct implementation of MemberRole.dll with 3 abstract providers instead.
MembershipProvider
RolesProvider
ProfileProvider
So I was wondering when this might be updated to use the new SQL storage based providers?
As a work around for this error I have downloaded the old 3.2.2 DNN install code from SourceForge:
http://prdownloads.sourceforge.net/dnn/DotNetNuke_3.2.2_Source.zip
I pulled out the MemberRole.dll from the bin directory and moved it to the bin directory on my 4.3.4 server that is in a test environment. I have concerns about using a this module/dll combination under a heavy load though.
I Hope that an update can aome along soon even if it was a commercial version, i would be willing to pay for this feature.
Jeremy
|
|