Copied to clipboard

Flag this post as spam?

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


  • Greg Berlin 818 posts 634 karma points
    Nov 16, 2010 @ 22:23
    Greg Berlin
    0

    No provider with id '<GUID>' found

    I've just tried to log in to my local dev copy of a client's website, and when entering the Contour section, i get this error.  Any idea what is wrong?

     

    Server Error in '/' Application. 

    No provider with id '0dd29d42-a6a5-11de-a2f2-222256d89593' found 

    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: Umbraco.Forms.Core.Common.ProviderException: No provider with id '0dd29d42-a6a5-11de-a2f2-222256d89593' found
    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:

     

    [ProviderException: No provider with id '0dd29d42-a6a5-11de-a2f2-222256d89593' found]

       Umbraco.Forms.Core.Common.ProviderCollection`1.GetProvider(Guid id) in d:\TeamCity\buildAgent\work\e4473b9ec9597356\Umbraco.Forms.Core\Common\ProviderCollection.cs:27

       Umbraco.Forms.Core.Field.CreateFromDataReader(IRecordsReader reader) in d:\TeamCity\buildAgent\work\e4473b9ec9597356\Umbraco.Forms.Core\Field.cs:48

       Umbraco.Forms.Data.Storage.FieldStorage.GetAllFields(FieldSet fieldset) in d:\TeamCity\buildAgent\work\e4473b9ec9597356\Umbraco.Forms.Core\Data\FormStorage\FieldStorage.cs:83

       Umbraco.Forms.Data.Storage.FieldSetStorage.GetAllFieldSets(Page page) in d:\TeamCity\buildAgent\work\e4473b9ec9597356\Umbraco.Forms.Core\Data\FormStorage\FieldSetStorage.cs:42

       Umbraco.Forms.Data.Storage.PageStorage.GetAllPages(Form form) in d:\TeamCity\buildAgent\work\e4473b9ec9597356\Umbraco.Forms.Core\Data\FormStorage\PageStorage.cs:41

       Umbraco.Forms.Data.Storage.<>c__DisplayClass2.<GetAllForms>b__0() in d:\TeamCity\buildAgent\work\e4473b9ec9597356\Umbraco.Forms.Core\Data\FormStorage\FormStorage.cs:52

       umbraco.cms.businesslogic.cache.Cache.GetCacheItem(String cacheKey, Object syncLock, CacheItemPriority priority, CacheItemRemovedCallback refreshAction, CacheDependency cacheDependency, TimeSpan timeout, GetCacheItemDelegate`1 getCacheItem) in d:\TeamCity\buildAgent\work\7380c184e9fcd3ea\umbraco\cms\businesslogic\cache\Cache.cs:147

       umbraco.cms.businesslogic.cache.Cache.GetCacheItem(String cacheKey, Object syncLock, CacheItemPriority priority, CacheItemRemovedCallback refreshAction, TimeSpan timeout, GetCacheItemDelegate`1 getCacheItem) in d:\TeamCity\buildAgent\work\7380c184e9fcd3ea\umbraco\cms\businesslogic\cache\Cache.cs:132

       umbraco.cms.businesslogic.cache.Cache.GetCacheItem(String cacheKey, Object syncLock, CacheItemRemovedCallback refreshAction, TimeSpan timeout, GetCacheItemDelegate`1 getCacheItem) in d:\TeamCity\buildAgent\work\7380c184e9fcd3ea\umbraco\cms\businesslogic\cache\Cache.cs:125

       Umbraco.Forms.Core.Services.CacheService.GetCacheItem(String cacheKey, Object syncLock, TimeSpan timeout, GetCacheItemDelegate`1 getCacheItem) in d:\TeamCity\buildAgent\work\e4473b9ec9597356\Umbraco.Forms.Core\Services\CacheService\CacheService.cs:62

       Umbraco.Forms.Data.Storage.FormStorage.GetAllForms(Boolean archived) in d:\TeamCity\buildAgent\work\e4473b9ec9597356\Umbraco.Forms.Core\Data\FormStorage\FormStorage.cs:56

       Umbraco.Forms.UI.Dashboard.FormsDashboard.Page_Load(Object sender, EventArgs e) in d:\TeamCity\buildAgent\work\e4473b9ec9597356\Umbraco.Forms.UI\Dashboard\FormsDashboard.ascx.cs:53

       System.Web.Util.CalliHelper.EventArgFunctionCaller(IntPtr fp, Object o, Object t, EventArgs e) +25

       System.Web.Util.CalliEventHandlerDelegateProxy.Callback(Object sender, EventArgs e) +42

       System.Web.UI.Control.OnLoad(EventArgs e) +132

       System.Web.UI.Control.LoadRecursive() +66

       System.Web.UI.Control.LoadRecursive() +191

       System.Web.UI.Control.LoadRecursive() +191

       System.Web.UI.Control.LoadRecursive() +191

       System.Web.UI.Control.LoadRecursive() +191

       System.Web.UI.Control.LoadRecursive() +191

       System.Web.UI.Control.LoadRecursive() +191

       System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +2428

     

    Version Information: Microsoft .NET Framework Version:2.0.50727.4952; ASP.NET Version:2.0.50727.4927 

  • Comment author was deleted

    Nov 17, 2010 @ 08:17

    Did you remove a third party provider (custom fieldtype, workflowtype, ... ?), also can you check if you have the ajaxcontroltoolkit.dll in the bin folder?

     

    Cheers,
    Tim

  • Greg Berlin 818 posts 634 karma points
    Nov 17, 2010 @ 08:21
    Greg Berlin
    0

    not sure about the third party provider... i figured i'd try pull down the prod db and see if that fixes it.

    re: ajaxcontroltoolkit.dll, i'll check that.  I did add the new version to my build project, which should have pushed to the website.. is it possible the new version could break it?

  • Comment author was deleted

    Nov 17, 2010 @ 09:32

    Yup that might be the issue, could you see if restoring the old version fixed it?

  • Greg Berlin 818 posts 634 karma points
    Nov 17, 2010 @ 09:58
    Greg Berlin
    0

    Yup, that fixed it.  Thanks Tim.

    I guess it should be able to work with the latest version, since people may want to use it to create custom controls etc... anyway, i'll leave that to you.

    cheers

  • Comment author was deleted

    Nov 17, 2010 @ 10:13

    @Greg, we are aiming to remove the dependency on ajaxcontroltoolkit in v1.2 of Contour

    But for now you should be able to get around the issue with assembly binding redirection

  • dominik 711 posts 733 karma points
    Feb 14, 2011 @ 15:14
    dominik
    0

    Hello

    I just downloaded the latest version of Contour. I am using Umbraco 4.5.2

    I got the same error.

    I update also the AjaxControlToolkit to the newest version but still get this error.

    The error displays also something like "d:\TeamCity6\buildAgent\"

    Any Ideas?

  • dominik 711 posts 733 karma points
    Feb 15, 2011 @ 11:20
    dominik
    0

    anybody know why contour is not working with newest AjaxControlToolkit?

  • Comment author was deleted

    Feb 17, 2011 @ 10:51

    @Dominik,

    Currently you can solve the issue with assembly binding redirection but for the next release we'll make sure that you can't have a conflict anymore

     

  • dominik 711 posts 733 karma points
    Feb 17, 2011 @ 10:57
    dominik
    0

    how does this redirection work?

  • dominik 711 posts 733 karma points
    Feb 21, 2011 @ 11:27
    dominik
    0

    Hey Tim, can you please send me the AjaxControlToolkit dll which should work or explain how i could fix this issue?

     

    Thanks

  • dominik 711 posts 733 karma points
    Mar 01, 2011 @ 08:20
    dominik
    0

    i have tryed to reinstall and still the same error.

    Can somebody please tell which ajaxcontroltoolkit.dll i have to use?

    The newest one is not working

    thanks

  • Comment author was deleted

    Mar 01, 2011 @ 08:40

    Hi Dominik,

    If you download the Contour upgrade archive you can find the currect dll in it (it's on the contour project page).

    Cheers,
    Tim

Please Sign in or register to post replies

Write your reply to:

Draft