Select the search type
  • Site
  • Web
Search
You are here:  Support/Forums
Support

Bring2mind Forums

Problem with 06.01.04
Last Post 03/18/2013 3:05 PM by Dominique Delforge. 4 Replies.
Sort:
PrevPrev NextNext
You are not authorized to post a reply.
Author Messages
Dominique Delforge
New Member
New Member
Posts:17


--
03/14/2013 11:32 AM
Hi,

I just made an upgrade from 6.1.0 to 6.1.4 and I encounter the problem below:
Rem : If I try with two panels, the interface is ok.

Error loading bring2mind/dmx/views/ajaxthreepanel.ascxDotNetNuke.Services.Exceptions.ModuleLoadException: The tag contains duplicate 'ExpandDelay' attributes. ---> System.Web.HttpParseException: The tag contains duplicate 'ExpandDelay' attributes. ---> System.Web.HttpParseException: The tag contains duplicate 'ExpandDelay' attributes. ---> System.Web.HttpException: The tag contains duplicate 'ExpandDelay' attributes. at System.Web.UI.TemplateParser.ProcessError(String message) at System.Web.UI.TemplateParser.ProcessBeginTag(Match match, String inputText) at System.Web.UI.TemplateParser.ParseStringInternal(String text, Encoding fileEncoding) --- End of inner exception stack trace --- at System.Web.UI.TemplateParser.ProcessException(Exception ex) at System.Web.UI.TemplateParser.ParseStringInternal(String text, Encoding fileEncoding) at System.Web.UI.TemplateParser.ParseString(String text, VirtualPath virtualPath, Encoding fileEncoding) --- End of inner exception stack trace --- at System.Web.UI.TemplateParser.ParseString(String text, VirtualPath virtualPath, Encoding fileEncoding) at System.Web.UI.TemplateParser.ParseFile(String physicalPath, VirtualPath virtualPath) at System.Web.UI.TemplateParser.Parse() at System.Web.Compilation.BaseTemplateBuildProvider.get_CodeCompilerType() at System.Web.Compilation.BuildProvider.GetCompilerTypeFromBuildProvider(BuildProvider buildProvider) at System.Web.Compilation.BuildProvidersCompiler.ProcessBuildProviders() at System.Web.Compilation.BuildProvidersCompiler.PerformBuild() at System.Web.Compilation.BuildManager.CompileWebFile(VirtualPath virtualPath) at System.Web.Compilation.BuildManager.GetVPathBuildResultInternal(VirtualPath virtualPath, Boolean noBuild, Boolean allowCrossApp, Boolean allowBuildInPrecompile, Boolean throwIfNotFound, Boolean ensureIsUpToDate) at System.Web.Compilation.BuildManager.GetVPathBuildResultWithNoAssert(HttpContext context, VirtualPath virtualPath, Boolean noBuild, Boolean allowCrossApp, Boolean allowBuildInPrecompile, Boolean throwIfNotFound, Boolean ensureIsUpToDate) at System.Web.Compilation.BuildManager.GetVPathBuildResult(HttpContext context, VirtualPath virtualPath, Boolean noBuild, Boolean allowCrossApp, Boolean allowBuildInPrecompile, Boolean ensureIsUpToDate) at System.Web.UI.TemplateControl.LoadControl(VirtualPath virtualPath) at Bring2mind.DNN.Modules.DMX.Dispatch.ᜀ(Object A_0, EventArgs A_1) --- End of inner exception stack trace ---

Best regards,
Dom
Dominique Delforge
New Member
New Member
Posts:17


--
03/18/2013 10:52 AM
Supplemental info regarding this problem:
- It occurs in dnn 7.0.3 and 7.0.4 (my test environment).

Do you have any idea od the way to correct the system to suppress this "The tag contains duplicate 'ExpandDelay' attributes" error?

Thhanks for your help,
Dom
Peter Donker
Veteran Member
Veteran Member
Posts:4536


--
03/18/2013 2:42 PM
It appears that there is a problem with the mentioned ascx file. You can open it yourself with a text editor and find the attribute ExpandDelay. Apparently there are two of those where there should be just one (in XML you're only allowed to have one attribute of a particular name per element). Just delete the one that is non-zero.

Peter
Peter Donker
Veteran Member
Veteran Member
Posts:4536


--
03/18/2013 2:44 PM
I found it. It's on line 225. You can delete that one.
Dominique Delforge
New Member
New Member
Posts:17


--
03/18/2013 3:05 PM
It works.
Thank for your help,
Dom
You are not authorized to post a reply.