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.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
Did you remove a third party provider (custom fieldtype, workflowtype, ... ?), also can you check if you have the ajaxcontroltoolkit.dll in the bin folder?
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?
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.
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?
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
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
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
Yup that might be the issue, could you see if restoring the old version fixed it?
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
@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
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?
anybody know why contour is not working with newest AjaxControlToolkit?
Comment author was deleted
@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
how does this redirection work?
Hey Tim, can you please send me the AjaxControlToolkit dll which should work or explain how i could fix this issue?
Thanks
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
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
is working on a reply...