Copied to clipboard

Flag this post as spam?

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


  • Topic author was deleted

    Dec 17, 2013 @ 22:03

    v7?

    Heya,

     

    I'm assuming you're working on a v7 version?  Right now I get a YSOD on MNTP:

     

    Method not found: 'System.Collections.Generic.IEnumerable`1<Umbraco.Core.Models.IPublishedContent> Umbraco.Web.PublishedContentExtensions.Where(System.Collections.Generic.IEnumerable`1<Umbraco.Core.Models.IPublishedContent>, System.Func`2<Umbraco.Core.Models.IPublishedContent,Boolean>)'.
  • Jeavon Leopold 3072 posts 13628 karma points MVP 10x admin c-trib
    Dec 17, 2013 @ 22:12
    Jeavon Leopold
    0

    Hey Kevin,

    Yes, I discovered a few bugs in v7.0.0 when working on it, all have now been fixed in v7.0.1 so standby for a v7 version very soon!

    Jeavon

  • Comment author was deleted

    Dec 17, 2013 @ 22:15

    Thx for the reply.  I'm using v7.0.1 at the moment.  I'm getting by with an extension method for now.

  • Barry Fogarty 493 posts 1129 karma points
    Mar 20, 2014 @ 16:06
    Barry Fogarty
    0

    Bump... this is also the behaviour in 6.2, and unfortunately will not return MNTP data.

  • Jeavon Leopold 3072 posts 13628 karma points MVP 10x admin c-trib
    Mar 20, 2014 @ 16:10
    Jeavon Leopold
    0

    Ooh, I have a fork for v6.2 already, just compile and drop the dll in and it should work.

  • Jeavon Leopold 3072 posts 13628 karma points MVP 10x admin c-trib
    Mar 20, 2014 @ 16:25
    Jeavon Leopold
    0

    Just updated to build against v6.2.0 beta and all seems to be fine.

    DLL download here

    Please let me know if it works or not :-)

    Cheers

  • Barry Fogarty 493 posts 1129 karma points
    Mar 20, 2014 @ 16:51
    Barry Fogarty
    0

    Hi Jeavon, not for me unfortunately, node.GetPropertyValue<IEnumerable<IPublishedContent>>(propertyName) returns null in all cases now.

    Thanks for the update, I am under time pressure for this site upgrade so I am reverting back to old skool RawXML parsing in this case.

  • Jeavon Leopold 3072 posts 13628 karma points MVP 10x admin c-trib
    Mar 20, 2014 @ 17:03
    Jeavon Leopold
    0

    Hi Barry,

    No worries, I will test and fix it up. It was quite some time ago that I tested v6.2 against it and I know a hell of a lot has changed since then.

    Cheers,

    Jeavon

  • Jeavon Leopold 3072 posts 13628 karma points MVP 10x admin c-trib
    Mar 28, 2014 @ 13:23
    Jeavon Leopold
    0

    H Barry,

    I've just tested against the v6.2 RC and it all seems to be working perfectly, was it the MNTP converter that was returning null?

    Jeavon

  • Barry Fogarty 493 posts 1129 karma points
    Mar 28, 2014 @ 13:57
    Barry Fogarty
    0

    Yep same for me.  MNTP was returning null but with 6.2 RC all is good.  Cheers for a great package!

  • Jeavon Leopold 3072 posts 13628 karma points MVP 10x admin c-trib
    Mar 28, 2014 @ 14:06
    Jeavon Leopold
    0

    Excellent! Do you think a v7 version is worthwhile?

  • Barry Fogarty 493 posts 1129 karma points
    Mar 28, 2014 @ 14:17
    Barry Fogarty
    0

    Absolutely ;-)

    Some of them prob should be in the core (in v7 I imagine some like MNTP are) but I think it will still be useful to have those other commonly used 3rd party types (uComps, DAMP etc) return strong custom types.  Hopefully v7 property editor packages in the future will come with the Converter interface implemented anyway.

  • Jeavon Leopold 3072 posts 13628 karma points MVP 10x admin c-trib
    Mar 28, 2014 @ 15:24
    Jeavon Leopold
    0

    Cool, v7 doesn't ship with converters for core types to maintain upgradability. However I do think that a lot of the new AngularJs property editors are shipping with C# strongly typed converters which is great to see!

  • Jeavon Leopold 3072 posts 13628 karma points MVP 10x admin c-trib
    Apr 07, 2014 @ 19:05
    Jeavon Leopold
    0

    Umbraco v7 Core property editors package is here!

  • Andy Butland 422 posts 2334 karma points MVP 4x hq c-trib
    Apr 08, 2014 @ 10:06
    Andy Butland
    0

    Thanks Jeavon... I literally found this issue this morning starting on a new 7.1 site, and see you've already got a new version in place for it.  Perfect timing!

  • Jeavon Leopold 3072 posts 13628 karma points MVP 10x admin c-trib
    Apr 08, 2014 @ 12:53
    Jeavon Leopold
    0

    @andy, awesome!

  • Simon Dingley 1470 posts 3427 karma points c-trib
    Nov 08, 2014 @ 08:47
    Simon Dingley
    0

    Hi Jeavon,

    I have issues in 6.2 but can't find the repository anymore - did you delete it?

    Thanks, Simon

    Update: It's ok I see you moved from BitBucket to GitHub - thanks

  • Jeavon Leopold 3072 posts 13628 karma points MVP 10x admin c-trib
    Nov 08, 2014 @ 11:23
    Jeavon Leopold
    0

    Hi Simon,

    Yes the v1 branch on GitHub is the version for Umbraco v6.2. What issues are you having?

    Jeavon

  • Jeroen Breuer 4908 posts 12265 karma points MVP 4x admin c-trib
    Dec 04, 2014 @ 17:33
    Jeroen Breuer
    0

    Hello,

    I'm also getting this error after upgrading from Umbraco 6.1.6 to 6.2.4. I'm not using the umbraco-core-property-value-converters. Can I also get this error if I'm using my own extension method for MNTP that works similar? 

    Method not found: 'System.Collections.Generic.IEnumerable`1<Umbraco.Core.Models.IPublishedContent> Umbraco.Web.PublishedContentExtensions.Where(System.Collections.Generic.IEnumerable`1<Umbraco.Core.Models.IPublishedContent>, System.Func`2<Umbraco.Core.Models.IPublishedContent,Boolean>)'.

    Jeroen

  • Jeavon Leopold 3072 posts 13628 karma points MVP 10x admin c-trib
    Dec 04, 2014 @ 17:38
    Jeavon Leopold
    0

    Hey Jeroen,

    Yes, did you compile against v6.2, I had to change a fair amount upgrading from v6.1 to v6.2.

    Jeavon

  • Jeroen Breuer 4908 posts 12265 karma points MVP 4x admin c-trib
    Dec 04, 2014 @ 17:41
    Jeroen Breuer
    0

    I've already upgraded a website from 6.1.6 to 6.2.4 before and didn't have any errors. Both are running on the Hybrid Framework for v6. 

    What do you mean compile against 6.2? I've upgraded the website by replacing the dll's in the bin folder. This project doesn't use nuget yet.

    Jeroen

  • Jeavon Leopold 3072 posts 13628 karma points MVP 10x admin c-trib
    Dec 04, 2014 @ 17:42
    Jeavon Leopold
    0

    The dll that has the value converters, is that compiled with Umbraco v6.2 references?

  • Jeroen Breuer 4908 posts 12265 karma points MVP 4x admin c-trib
    Dec 04, 2014 @ 17:44
    Jeroen Breuer
    0

    Sorry I don't use the value converters. I'm getting this error and saw this post. It's just the Hybrid Framework for v6 that I upgraded which gives me this error.

    Jeroen

  • Jeroen Breuer 4908 posts 12265 karma points MVP 4x admin c-trib
    Dec 04, 2014 @ 17:56
    Jeroen Breuer
    0

    Website seems to work again after rebuilding Examine indexes :).

    Jeroen

  • Jeavon Leopold 3072 posts 13628 karma points MVP 10x admin c-trib
    Dec 04, 2014 @ 18:17
    Jeavon Leopold
    1

    Ah the old classic!

Please Sign in or register to post replies

Write your reply to:

Draft