Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • David Conlisk 432 posts 1008 karma points
    May 18, 2010 @ 17:06
    David Conlisk
    0

    4.1beta2 issues

    Hi all,

    I've just started developing a new site using version 4.1 beta 2. I thought I'd share my issues so far (Day 2) and see whether or not I should log them to codeplex as known bugs, or if others have managed to work around them. Be good to hear about it if you've had similar issues!

    Thanks in advance!

    David

     

    1. Right-click and create a new node. The focus doesn't always jump to the new node, but stays on the parent node.
     
    2. Media picker often (but not always) causes javascript errors. I can't work out a pattern, some pages work fine and some don't.

    When the page loads this error occurs:
        --------------------------------------

        Webpage error details

        User Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.0; Trident/4.0; SLCC1; .NET CLR 2.0.50727; Media Center PC 5.0; .NET CLR 3.5.21022; .NET CLR 3.5.30729; .NET CLR 3.0.30729; eMusic DLM/4)
        Timestamp: Tue, 18 May 2010 14:51:28 UTC
        Message: Object expected
        Line: 347
        Char: 17
        Code: 0
        URI: http://website.local/umbraco/editContent.aspx?id=1142


     
        And then when you click the Choose... link in the media picker:
        ---------------------------------------------------------------

        Webpage error details

        User Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.0; Trident/4.0; SLCC1; .NET CLR 2.0.50727; Media Center PC 5.0; .NET CLR 3.5.21022; .NET CLR 3.5.30729; .NET CLR 3.0.30729; eMusic DLM/4)
        Timestamp: Tue, 18 May 2010 14:52:25 UTC

        Message: Object expected
        Line: 347
        Char: 17
        Code: 0
        URI: http://stepstonesolutions.local/umbraco/editContent.aspx?id=1142

        Message: 'mc_ctl00_body_image' is null or not an object
        Line: 1
        Char: 1
        Code: 0
        URI: http://website.local/umbraco/editContent.aspx?id=1142

     

    - Installing the Google Locations package from the Umbraco package repository works fine. It installs fine, and I can insert my key, and I can
        create my data type no problem. However, when trying to view a page in the Content section that uses this datatype, I get the .NET Error below.
        I've followed all of the troubleshooting steps as per the documentation, but everything seems fine. Something to do with v4.1 perhaps?

     

    Server Error in '/' Application.
    --------------------------------------------------------------------------------

    Could not load type 'umbraco.cms.businesslogic.datatype.ClientDependencyAttribute' from assembly 'cms, Version=1.0.3702.2116, Culture=neutral, PublicKeyToken=null'.
    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.TypeLoadException: Could not load type 'umbraco.cms.businesslogic.datatype.ClientDependencyAttribute' from assembly 'cms, Version=1.0.3702.2116, Culture=neutral, PublicKeyToken=null'.

    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:


    [TypeLoadException: Could not load type 'umbraco.cms.businesslogic.datatype.ClientDependencyAttribute' from assembly 'cms, Version=1.0.3702.2116, Culture=neutral, PublicKeyToken=null'.]
    System.ModuleHandle.ResolveType(Int32 typeToken, RuntimeTypeHandle* typeInstArgs, Int32 typeInstCount, RuntimeTypeHandle* methodInstArgs, Int32 methodInstCount) +0
    System.ModuleHandle.ResolveTypeHandle(Int32 typeToken, RuntimeTypeHandle[] typeInstantiationContext, RuntimeTypeHandle[] methodInstantiationContext) +147
    System.Reflection.Module.ResolveType(Int32 metadataToken, Type[] genericTypeArguments, Type[] genericMethodArguments) +203
    System.Reflection.CustomAttribute.FilterCustomAttributeRecord(CustomAttributeRecord caRecord, MetadataImport scope, Assembly& lastAptcaOkAssembly, Module decoratedModule, MetadataToken decoratedToken, RuntimeType attributeFilterType, Boolean mustBeInheritable, Object[] attributes, IList derivedAttributes, RuntimeType& attributeType, RuntimeMethodHandle& ctor, Boolean& ctorHasParameters, Boolean& isVarArg) +133
    System.Reflection.CustomAttribute.GetCustomAttributes(Module decoratedModule, Int32 decoratedMetadataToken, Int32 pcaCount, RuntimeType attributeFilterType, Boolean mustBeInheritable, IList derivedAttributes) +431
    System.Reflection.CustomAttribute.GetCustomAttributes(RuntimeType type, RuntimeType caType, Boolean inherit) +190
    System.RuntimeType.GetCustomAttributes(Type attributeType, Boolean inherit) +65
    System.Attribute.GetCustomAttributes(MemberInfo element, Boolean inherit) +173
    ClientDependency.Core.Controls.ClientDependencyLoader.FindDependencies(Control control) +93
    ClientDependency.Core.Controls.ClientDependencyLoader.FindDependencies(Control control) +323
    ClientDependency.Core.Controls.ClientDependencyLoader.FindDependencies(Control control) +323
    ClientDependency.Core.Controls.ClientDependencyLoader.FindDependencies(Control control) +323
    ClientDependency.Core.Controls.ClientDependencyLoader.FindDependencies(Control control) +323
    ClientDependency.Core.Controls.ClientDependencyLoader.FindDependencies(Control control) +323
    ClientDependency.Core.Controls.ClientDependencyLoader.FindDependencies(Control control) +323
    ClientDependency.Core.Controls.ClientDependencyLoader.FindDependencies(Control control) +323
    ClientDependency.Core.Controls.ClientDependencyLoader.FindDependencies(Control control) +323
    ClientDependency.Core.Controls.ClientDependencyLoader.FindDependencies(Control control) +323
    ClientDependency.Core.Controls.ClientDependencyLoader.FindDependencies(Control control) +323
    ClientDependency.Core.Controls.ClientDependencyLoader.FindDependencies(Control control) +323
    ClientDependency.Core.Controls.ClientDependencyLoader.RegisterClientDependencies(BaseFileRegistrationProvider provider, Control control, IEnumerable`1 paths) +19
    ClientDependency.Core.Controls.ClientDependencyLoader.OnPreRender(EventArgs e) +73
    System.Web.UI.Control.PreRenderRecursiveInternal() +80
    System.Web.UI.Control.PreRenderRecursiveInternal() +171
    System.Web.UI.Control.PreRenderRecursiveInternal() +171
    System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +842
  • Douglas Robar 3570 posts 4671 karma points MVP ∞ admin c-trib
    May 18, 2010 @ 17:11
    Douglas Robar
    0

    In my experience, 4.1 beta2 is great for playing with and finding/reporting bugs... but it is not at all ready for serious site development because of the range of important bugs. Though I've not seen these particular issues there are others. Most people don't get past the problem with the xslt GetMedia() function, for instance.

    Do report all bugs you find... the sooner they are reported the sooner they can be fixed for a stable RC and then final release.

    cheers,
    doug.

  • David Conlisk 432 posts 1008 karma points
    May 18, 2010 @ 17:46
    David Conlisk
    0

    Hi Doug,

    Thanks for the advice. I was hoping to make the most of the new features of 4.1 especially the preview function to preview unpublished content. But perhaps the release date is too uncertain for that (I'm thinking it's probably a CG10 release).

    Anyway, bug logged (focus not jumping to new node correctly in Content section):

    http://umbraco.codeplex.com/WorkItem/View.aspx?WorkItemId=27100

    Bug voted for (javascript issues with Media Picker):

    http://umbraco.codeplex.com/WorkItem/View.aspx?WorkItemId=27099

    And I have added the issue to Darren's Google Maps datatype project page here:

    http://our.umbraco.org/projects/google-maps-datatype/bug-reports/9210-41-beta-2-YSOD

    Cheers,

    David

  • This forum is in read-only mode while we transition to the new forum.

    You can continue this topic on the new forum by tapping the "Continue discussion" link below.

Please Sign in or register to post replies