Great Ideas. Always Flowing.

We are not happy until you are happy. Client satisfaction guaranteed. Whatever your needs and requirements, we have the skills and resources for the job!

Quick login...


Or... now make it easy with Facebook Integration
Connect via Facebook



Top Sellers

Frustrated over the lack of customization for your user's registration fields? Dynamically setup your DNN Portal with custom registration fields, layout, questions, and other core integration options......

Ultra Video Gallery is a brother product of Ultra Media Gallery, UVG allows you to upload videos in various format and automatically encode them to flv or H264 format, you also can add videos from internet or record live videos from your webcam.

Build high performance, completely customizable data-entry forms and views driven by your DNN and external databases. New built-in tools make it a snap to quickly create data entry forms, data views, and even database tables. Plus, add your own HTML, CSS, Javascript, SQL commands, stored procedures,

The most advanced DotNetNuke shopping cart on the planet. Easy to use e-Commerce, Secure Shopping Cart Software and SEO friendly. B2C / B2B Ecommerce Sites.

One stop solution for events calendar and events registration! FREE DOWNLOAD is available now!

Dynamic Forms breaks on .Net 4.0
Last Post 09-17-2010 10:05 AM by Chad Nash. 3 Replies.
AddThis - Bookmarking and Sharing Button Printer Friendly
  •  
  •  
  •  
  •  
  •  
Sort:
PrevPrev NextNext
You are not authorized to post a reply.
Author Messages
robax robaxUser is Offline
river guide
river guide
Posts:101
Avatar

--
09-16-2010 04:44 AM
    Hi there,

    I changed my system to .Net 4.0 a few days ago and now I've just realised that I can no longer edit any of the Dynamic Forms instances. Any attempt to edit is met with the error pasted below.

    This is DataSprings_DynamicForms_Module33_61_DNN45PLUS running on DNN 5.5.0

    It's a bit of a show-stopper problem. Would upgrading to 3.4 fix this perhaps?

    I've also just now found where Chad has been asking about this issue in the DNN forums. It sounds as if the issue is caused by non compliant markup and from what I can see, DynamicQuestions.ascx is full of errors in that regard. I'll try and clean it up, but hopefully there's already a fix?

    Regards
    Rob


    InnerException: System.Web.UI.HtmlControls.HtmlTableCellCollection must have items of type 'System.Web.UI.HtmlControls.HtmlTableCell'. 'asp:Literal' is of type 'System.Web.UI.WebControls.Literal'.
    FileName:
    FileLineNumber: 0
    FileColumnNumber: 0
    Method: System.Web.UI.CollectionBuilder.GetChildControlType
    StackTrace:
    Message: DotNetNuke.Services.Exceptions.ModuleLoadException: System.Web.UI.HtmlControls.HtmlTableCellCollection must have items of type 'System.Web.UI.HtmlControls.HtmlTableCell'. 'asp:Literal' is of type 'System.Web.UI.WebControls.Literal'. ---> System.Web.HttpParseException: System.Web.UI.HtmlControls.HtmlTableCellCollection must have items of type 'System.Web.UI.HtmlControls.HtmlTableCell'. 'asp:Literal' is of type 'System.Web.UI.WebControls.Literal'. ---> System.Web.HttpParseException: System.Web.UI.HtmlControls.HtmlTableCellCollection must have items of type 'System.Web.UI.HtmlControls.HtmlTableCell'. 'asp:Literal' is of type 'System.Web.UI.WebControls.Literal'. ---> System.Web.HttpException: System.Web.UI.HtmlControls.HtmlTableCellCollection must have items of type 'System.Web.UI.HtmlControls.HtmlTableCell'. 'asp:Literal' is of type 'System.Web.UI.WebControls.Literal'. at System.Web.UI.CollectionBuilder.GetChildControlType(String tagName, IDictionary attribs) at System.Web.UI.ControlBuilder.CreateChildBuilder(String filter, String tagName, IDictionary attribs, TemplateParser parser, ControlBuilder parentBuilder, String id, Int32 line, VirtualPath virtualPath, Type& childType, Boolean defaultProperty) at System.Web.UI.ControlBuilder.CreateChildBuilder(String filter, String tagName, IDictionary attribs, TemplateParser parser, ControlBuilder parentBuilder, String id, Int32 line, VirtualPath virtualPath, Type& childType, Boolean defaultProperty) 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.ParseInternal() 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 DotNetNuke.UI.ControlUtilities.LoadControl[T](TemplateControl containerControl, String ControlSrc) at DotNetNuke.UI.Modules.ModuleHost.LoadModuleControl() --- End of inner exception stack trace ---
    Ryan BakerinkUser is Offline
    river guide
    river guide
    Posts:1900
    Avatar

    --
    09-16-2010 07:48 AM
    Hello Rob,

    Yes this has been fixed with the release of Dynamic Forms 3.4. The initial problem was it relates to a few markup HTML issues. So this has been fixed with Dynamic Forms 3.4. Please follow this link to upgrade to Dynamic Forms 3.4:

    http://www.datasprings.com/Dynamic-Forms

    Just to let you know, you automatically qualify for a 70% discount when upgrading per our upgrade policy:

    http://www.datasprings.com/Upgrade-Policy

    If you have any questions please let me know Rob.

    Thanks,

    Ryan
    robax robaxUser is Offline
    river guide
    river guide
    Posts:101
    Avatar

    --
    09-16-2010 11:09 PM
    Thanks for the reply Ryan,

    I managed to find the faulty tag - a missing quote at line 2955. Now it works fine.

    I do plan on getting the next module package, but will ask about upgrading to a higher license when I do, as I have a second dnn instance I want to use it on as well. The price of the enterprise is steep tho... $1000 bucks! :o  Are there any discounts available for upgrading to that?

    Just fyi, that DynamicQuestions.ascx file is absolutely packed with errors and really needs a serious makeover. I spent a couple of hours sifting through it last night from top to bottom.
    It has tags leapfrogging everywhere, plenty of incomplete tags, and literally hundreds of validation errors... they don't break the module, but are wrong all the same and easy to fix... just a bit of work given the huge size of the file. It even has fantasy code in it such as nowrap="True"... it closes with just a /tbody. 

    In any case, I'm pleased to be back in action
    Regards
    Rob
    Chad NashUser is Offline
    Posts:5260
    Avatar

    --
    09-17-2010 10:05 AM
    Rob,

    Thanks for your feedback.I know we cleaned this up significantly in the 3.4 release (i.e. no upper case tags etc...). Ill review this further though and run it through some checkers.

    -Chad
    You are not authorized to post a reply.


     
     

    Join our mailing list...

    Get current news and events the easy way
    Subscribe Me

    Recent Blogs...

     
    Copyright 2005 - 2011 by Data Springs, Inc.
     
  • film izle
  • 720 izle
  • film
  • sinema izle
  • film makinesi
  • T�rk�e dublaj film
  • film izle
  • film izle
  • baglan film izle
  • sinema izle
  • 1080 film izle
  • film mercegi