Bug reports Found a bug? Post it here please.
Version 7.x > Bug reports > cms.blog fields setup erro View modes: 
User avatar
Guest
zhangzuodong - 11/9/2012 6:03:28 PM
   
cms.blog fields setup erro
error, cms.blog in save field settting ;
Server Error in '/' Application.

[AbstractProvider.GetProvider]: The object type 'cms.blog' is missing the provider type configuration.

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.Exception: [AbstractProvider.GetProvider]: The object type 'cms.blog' is missing the provider type configuration.

Source Error:

The source code that generated this unhandled exception can only be shown when compiled in debug mode. To enable this, please follow one of the below steps, then request the URL:

1. Add a "Debug=true" directive at the top of the file that generated the error. Example:
  <%@ Page Language="C#" Debug="true" %>
or:

2) Add the following section to the configuration file of your application:
<configuration>
<system.web>
<compilation debug="true"/>
</system.web>
</configuration>

Note that this second technique will cause all files within a given application to be compiled in debug mode. The first technique will cause only that particular file to be compiled in debug mode.

Important: Running applications in debug mode does incur a memory/performance overhead. You should make sure that an application has debugging disabled before deploying into production scenario.
Stack Trace: 

[Exception: [AbstractProvider.GetProvider]: The object type 'cms.blog' is missing the provider type configuration.]
CMS.SettingsProvider.AbstractProvider.GetProvider(String objectType, Boolean exceptionIfNotFound) +424
CMS.SettingsProvider.TypeInfo.get_ProviderObject() +27
CMS.SettingsProvider.TypeInfo.InvalidateColumnNames(Boolean logTask) +24
CMSModules_AdminControls_Controls_Class_FieldEditor_FieldEditor.ClearHashtables() +308
CMSModules_AdminControls_Controls_Class_FieldEditor_FieldEditor.SaveField() +345
CMSAdminControls_UI_PageElements_HeaderActions.RaisePostBackEvent(String eventArgument) +186
System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +3707

User avatar
Kentico Support
Kentico Support
kentico_radekm - 11/12/2012 5:52:59 AM
   
RE:cms.blog fields setup erro
Hello.

Could you please try to apply the latest hotfix for KCMS 7.0 to see if it helps? Also, can you describe step by step how to reproduce this issue? I couldn’t reproduce it yet. Could you please also follow step 1 in the message you got and enable debug mode? Thank you.

Best Regards,
Radek Macalik

User avatar
Guest
zhangzuodong - 11/24/2012 6:18:05 PM
   
RE:cms.blog fields setup erro
[AbstractProvider.GetProvider]: The object type 'cms.blog' is missing the provider type configuration.

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.Exception: [AbstractProvider.GetProvider]: The object type 'cms.blog' is missing the provider type configuration.

Source Error: 

Line 4227: if (ti != null)
Line 4228: {
Line 4229: ti.InvalidateColumnNames();
Line 4230: ti.InvalidateAllObjects();
Line 4231:

Source File: d:\项目源码\kc\CMSModules\AdminControls\Controls\Class\FieldEditor\FieldEditor.ascx.cs Line: 4229


Stack Trace:

[Exception: [AbstractProvider.GetProvider]: The object type 'cms.blog' is missing the provider type configuration.]
CMS.SettingsProvider.AbstractProvider.GetProvider(String objectType, Boolean exceptionIfNotFound) +305
CMS.SettingsProvider.TypeInfo.get_ProviderObject() +23
CMS.SettingsProvider.TypeInfo.InvalidateColumnNames() +13
CMSModules_AdminControls_Controls_Class_FieldEditor_FieldEditor.ClearHashtables() in d:\项目源码\kc\CMSModules\AdminControls\Controls\Class\FieldEditor\FieldEditor.ascx.cs:4229
CMSModules_AdminControls_Controls_Class_FieldEditor_FieldEditor.SaveField() in d:\项目源码\kc\CMSModules\AdminControls\Controls\Class\FieldEditor\FieldEditor.ascx.cs:1959
CMSModules_AdminControls_Controls_Class_FieldEditor_FieldEditor.HeaderActions_ActionPerformed(Object sender, CommandEventArgs e) in d:\项目源码\kc\CMSModules\AdminControls\Controls\Class\FieldEditor\FieldEditor.ascx.cs:716
CMS.ExtendedControls.HeaderActions.RaiseActionPerformed(Object sender, CommandEventArgs e) +29
CMSAdminControls_UI_PageElements_HeaderActions.RaisePostBackEvent(String eventArgument) in d:\项目源码\kc\CMSAdminControls\UI\PageElements\HeaderActions.ascx.cs:938
System.Web.UI.Page.RaisePostBackEvent(IPostBackEventHandler sourceControl, String eventArgument) +13
System.Web.UI.Page.RaisePostBackEvent(NameValueCollection postData) +9643314
System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +1724

User avatar
Kentico Support
Kentico Support
kentico_radekm - 12/4/2012 1:24:38 AM
   
RE:cms.blog fields setup erro
Hello.

What about other questions I wrote in my previous reply?

1. Could you please try to apply the latest hotfix for KCMS 7.0 to see if it helps?
2. Can you describe step by step how to reproduce this issue?

Thank you.

Best Regards,
Radek Macalik

User avatar
Member
Member
steve-bit-wizards - 2/21/2013 1:42:29 PM
   
RE:cms.blog fields setup erro
I just experienced this issue when attempting to add a new field to the CMS.Blog Document Type. I'm running Kentico v7.0.15. Is there a hotfix that address this issue?

Server Error in '/' Application.

[AbstractProvider.GetProvider]: The object type 'cms.blog' is missing the provider type configuration.

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.Exception: [AbstractProvider.GetProvider]: The object type 'cms.blog' is missing the provider type configuration.

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:


[Exception: [AbstractProvider.GetProvider]: The object type 'cms.blog' is missing the provider type configuration.]
CMS.SettingsProvider.AbstractProvider.GetProvider(String objectType, Boolean exceptionIfNotFound) +424
CMS.SettingsProvider.TypeInfo.get_ProviderObject() +27
CMS.SettingsProvider.TypeInfo.InvalidateColumnNames(Boolean logTask) +24
CMSModules_AdminControls_Controls_Class_FieldEditor_FieldEditor.ClearHashtables() +311
CMSModules_AdminControls_Controls_Class_FieldEditor_FieldEditor.SaveField() +345
CMSAdminControls_UI_PageElements_HeaderActions.RaisePostBackEvent(String eventArgument) +186
System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +3707

Version Information: Microsoft .NET Framework Version:4.0.30319; ASP.NET Version:4.0.30319.551

User avatar
Kentico Support
Kentico Support
kentico_radekm - 3/5/2013 5:13:32 AM
   
RE:cms.blog fields setup erro
Hello.

What version of .NET Framework do you use? Your error message states it is 4.0.30319, which should be .NET 4.0. However, this problem seems to be related to .NET 4.5 environment. Don't you use .NET 4.5? I am just making sure...

Thank you.

Best Regards,
Radek Macalik

User avatar
Member
Member
dilrukshanf-gmail - 3/15/2013 2:35:33 AM
   
RE:cms.blog fields setup erro
I have created a custom document type named Dashboard which belongs cms.dashboard class. when I create fields I get the below error message, the created fields do get created but every time I save it get saved
 [AbstractProvider.GetProvider]: The object type 'cms.dashboard' is missing the provider type configuration.
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.Exception: [AbstractProvider.GetProvider]: The object type 'cms.dashboard' is missing the provider type configuration.

Source Error:


Line 4230: if ((ti != null) && (ti.ProviderType != null))
Line 4231: {
Line 4232: ti.InvalidateColumnNames();
Line 4233: ti.InvalidateAllObjects();
Line 4234:


Source File: e:\inetpub\wwwroot\w3ken004\IBuyNewSolution\WebSite\CMSModules\AdminControls\Controls\Class\FieldEditor\FieldEditor.ascx.cs Line: 4232

Stack Trace:


[Exception: [AbstractProvider.GetProvider]: The object type 'cms.dashboard' is missing the provider type configuration.]
CMS.SettingsProvider.AbstractProvider.GetProvider(String objectType, Boolean exceptionIfNotFound) +305
CMS.SettingsProvider.TypeInfo.get_ProviderObject() +22
CMS.SettingsProvider.TypeInfo.InvalidateColumnNames() +13
CMSModules_AdminControls_Controls_Class_FieldEditor_FieldEditor.ClearHashtables() in e:\inetpub\wwwroot\w3ken004\IBuyNewSolution\WebSite\CMSModules\AdminControls\Controls\Class\FieldEditor\FieldEditor.ascx.cs:4232
CMSModules_AdminControls_Controls_Class_FieldEditor_FieldEditor.SaveField() in e:\inetpub\wwwroot\w3ken004\IBuyNewSolution\WebSite\CMSModules\AdminControls\Controls\Class\FieldEditor\FieldEditor.ascx.cs:1961
CMSModules_AdminControls_Controls_Class_FieldEditor_FieldEditor.HeaderActions_ActionPerformed(Object sender, CommandEventArgs e) in e:\inetpub\wwwroot\w3ken004\IBuyNewSolution\WebSite\CMSModules\AdminControls\Controls\Class\FieldEditor\FieldEditor.ascx.cs:716
CMS.ExtendedControls.HeaderActions.RaiseActionPerformed(Object sender, CommandEventArgs e) +29
CMSAdminControls_UI_PageElements_HeaderActions.RaisePostBackEvent(String eventArgument) in e:\inetpub\wwwroot\w3ken004\IBuyNewSolution\WebSite\CMSAdminControls\UI\PageElements\HeaderActions.ascx.cs:939
System.Web.UI.Page.RaisePostBackEvent(IPostBackEventHandler sourceControl, String eventArgument) +13
System.Web.UI.Page.RaisePostBackEvent(NameValueCollection postData) +9643314
System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +1724

User avatar
Member
Member
dilrukshanf-gmail - 3/15/2013 2:36:43 AM
   
RE:cms.blog fields setup erro
In addition to the above post I'm using .NET 4.0 in IIS and Visual studio 2012 and the target framework is 4.5

Can any one help me on this !

User avatar
Kentico Support
Kentico Support
kentico_radekm - 3/18/2013 2:14:20 AM
   
RE:cms.blog fields setup erro
Hello.

Could you please try it on .NET 3.5SP1 or .NET 4.0 and do not use .NET 4.5 anyhow? Does it make any difference? I believe I have seen similar issue on .NET 4.5 under some special circumstances, so I would like to check this option. Thank you.

Best Regards,
Radek Macalik

User avatar
Member
Member
vinay.malviya-cebsworldwide - 10/11/2013 5:48:53 AM
   
RE:cms.blog fields setup erro
Hi,
I am also experiencing with same problem during adding attribute in messaging_Message table.. and i am using .net 4.0..
What should be the right solution?

User avatar
Kentico Support
Kentico Support
kentico_radekm - 10/22/2013 8:35:32 AM
   
RE:cms.blog fields setup erro
Hello.

Could you please send me an e-mail to support@kentico.com and refer to this forum thread in order to provide further help? Thank you.

Best Regards,
Radek Macalik