Copied to clipboard

Flag this post as spam?

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


  • Tom 713 posts 952 karma points
    Feb 27, 2013 @ 03:55
    Tom
    0

    Contour Extensions - Provider Exception

    Hi Guys,

    The contour developer docs haven't been updated since Per first wrote them in 2010.

    http://umbraco.com/pro-downloads/contour/ContourDeveloperDocs.pdf

     

    We wrote some extensions for contour 1.0.9.1 back when we first bought it. We're now upgrading to umbraco 6 and contour 3.0.7 and are having issues with a provider exception relating to one of our extensions:

    [ProviderException: No provider with id 'cf98c85b-3105-467e-aeb4-bbb443442cd7' found]

       Umbraco.Forms.Core.Common.ProviderCollection`1.GetProvider(Guid id) +213

     

     public class TextfieldWithPreValue : Textfield

     {

      public TextfieldWithPreValue()

      {

       Id = new Guid("CF98C85B-3105-467E-AEB4-BBB443442CD7");

       Name = "Textfield with prevalue";

       Description = "Renders a html input fieldKey with a default value";

      }

     

    is there anything we need to do differently to ensure our extensions are registered post our umbraco and contour upgrades?

    Cheers,

    Tom

  • Tim Geyssens 6562 posts 15373 karma points MVP 2x c-trib
    Feb 27, 2013 @ 10:06
    Tim Geyssens
    0

    Hey Tom,

    THe most recent doc can be found here: http://our.umbraco.org/projects/umbraco-pro/contour/documentation

    No it should just work, are you sure the provider is available on the instance?

  • Tom 713 posts 952 karma points
    Feb 27, 2013 @ 23:07
    Tom
    0

    Thanks Tim unforunately for now it isn't working.. we'll keep digging.

  • Tim Geyssens 6562 posts 15373 karma points MVP 2x c-trib
    Feb 28, 2013 @ 10:29
    Tim Geyssens
    0

    Ok maybe try to deploy the extension to a fresh site with contour to see if it finds it there

    And if you share the code I can also test and take a look

    Cheers,
    Tim 

  • 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