Register | Login
Friday, February 10, 2012
  Search
 Discussion Forums at Locopon's Minimize
 
Forum / ForosForum / ForosModules/ModulosModules/ModulosDSLocalizatorDSLocalizatorError using hack.Error using hack.
Previous Previous
 
Next Next
New Post
 2/26/2006 1:30 PM
 
Error using hack.  (Norway)

Hi,

I just installed Delisoft.DSLocalizator.DNN3.01.00.13-PA.zip, but I can't get the hack to work. Whenever I try it, I get the following error:

Is there antway to implement the hack manually?

Thank you for your help (and a GREAT module)

John Frey

 

Method not found: System.Collections.ArrayList DotNetNuke.Entities.Modules.ModuleController.GetModulesByDefinition(Int32, System.String).

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.MissingMethodException: Method not found: System.Collections.ArrayList DotNetNuke.Entities.Modules.ModuleController.GetModulesByDefinition(Int32, System.String).

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:

[MissingMethodException: Method not found: System.Collections.ArrayList DotNetNuke.Entities.Modules.ModuleController.GetModulesByDefinition(Int32, System.String).]
   Delisoft.DNN.Modules.DSLocalizator.DSLocalizatorInstallHelper.d() +0
   Delisoft.DNN.Modules.DSLocalizator.DSLocalizatorInstallHelper.j(Object A_0, EventArgs A_1) +67

[ModuleLoadException: Error: DSLocalizator - Install Helper is currently unavailable.]
   DotNetNuke.Services.Exceptions.Exceptions.ProcessModuleLoadException(String FriendlyMessage, PortalModuleBase ctrlModule, Exception exc, Boolean DisplayErrorMessage) +448
   DotNetNuke.Services.Exceptions.Exceptions.ProcessModuleLoadException(PortalModuleBase ctrlModule, Exception exc) +84
   Delisoft.DNN.Modules.DSLocalizator.DSLocalizatorInstallHelper.j(Object A_0, EventArgs A_1) +129
   System.Web.UI.Control.OnLoad(EventArgs e) +67
   System.Web.UI.Control.LoadRecursive() +35
   System.Web.UI.Control.LoadRecursive() +98
   System.Web.UI.Control.LoadRecursive() +98
   System.Web.UI.Control.LoadRecursive() +98
   System.Web.UI.Control.LoadRecursive() +98
   System.Web.UI.Control.LoadRecursive() +98
   System.Web.UI.Control.LoadRecursive() +98
   System.Web.UI.Control.LoadRecursive() +98
   System.Web.UI.Control.LoadRecursive() +98
   System.Web.UI.Control.LoadRecursive() +98
   System.Web.UI.Page.ProcessRequestMain() +731

[PageLoadException: Error: DSLocalizator - Install Helper is currently unavailable.]
   DotNetNuke.Services.Exceptions.Exceptions.ProcessPageLoadException(Exception exc, String URL) +345
   DotNetNuke.Framework.PageBase.Page_Error(Object Source, EventArgs e) +363
   System.Web.UI.TemplateControl.OnError(EventArgs e) +109
   System.Web.UI.Page.HandleError(Exception e) +68
   System.Web.UI.Page.ProcessRequestMain() +2094
   System.Web.UI.Page.ProcessRequest() +217
   System.Web.UI.Page.ProcessRequest(HttpContext context) +18
   System.Web.CallHandlerExecutionStep.System.Web.HttpApplication+IExecutionStep.Execute() +179
   System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean

New Post
 2/27/2006 12:17 PM
 
Re: Error using hack.  (United States)

In Default.aspx change

<%@ Page CodeBehind="Default.aspx.vb" language="vb" AutoEventWireup="false" Explicit="True" Inherits="DotNetNuke.Framework.CDefault" %>

to

<%@ Page CodeBehind="Default.aspx.vb" language="vb" AutoEventWireup="false" Explicit="True" Inherits="Delisoft.DNN.PageBases.MyLocale" %>

Something else is wrong with your installation though, you may want to try installing the module again and  if that doesn't work, possibly DNN.  The method GetModulesByDefinition is part of the core, so if the error is right and that is actually missing you will need to reinstall DNN.

New Post
 2/27/2006 10:28 PM
 
Re: Error using hack.  (Bolivia)

There was a problem with that method. It only exists on DNN3.2.2 or DNN 4.0.2.

As this method is only used in one of the features of the install helper, I validated it making that feature only available when DNN.3.2.2+ or 4.0.2+

Also, a bug was found about obfuscated code and CLR 2.0:

http://www.preemptive.com/support/dotfuscator/convert.html

And it has been address as well.

A new release 01.00.14 has been released.

New Post
 3/16/2006 2:40 PM
 
Re: Error using hack.  (Norway)

Thank you very. very much Mr Locopon!

Version 01.00.14 did the trick! This really is a great upgrade to dnn, keep up the exceptional work!

Again, thank you very much,

John Frey

Previous Previous
 
Next Next
Forum / ForosForum / ForosModules/ModulosModules/ModulosDSLocalizatorDSLocalizatorError using hack.Error using hack.