Developer forum

Forum » Development » Error changing productfield

Error changing productfield


Reply
Hi

I got a custom solution set up and everything works just fine as always ;) excepts when I try to change a productfield that i have added. Trying to change the name or even sort the fields i get this error message.

Column is marked read only.

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.Data.ReadOnlyException: Column is marked read only.

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:

[ReadOnlyException: Column is marked read only.]
   Dynamicweb.eCommerce.Products.ProductField.set_Name(String Value) +46
   Dynamicweb.Admin.eComBackend.EcomFieldEdit.SaveButton_Click(Object sender, EventArgs e) +630
   System.Web.UI.WebControls.Button.OnClick(EventArgs e) +111
   System.Web.UI.WebControls.Button.RaisePostBackEvent(String eventArgument) +110
   System.Web.UI.WebControls.Button.System.Web.UI.IPostBackEventHandler.RaisePostBackEvent(String eventArgument) +10
   System.Web.UI.Page.RaisePostBackEvent(IPostBackEventHandler sourceControl, String eventArgument) +13
   System.Web.UI.Page.RaisePostBackEvent(NameValueCollection postData) +36
   System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +1565


Version Information: Microsoft .NET Framework Version:2.0.50727.4959; ASP.NET Version:2.0.50727.4955



Replies

 
Reply

Hi Magnus,

Could you provide with URL to your site for detailed analysis? BTW, reset of IIS should repair this issue as workaround.
Best regards,
Michael

 

You must be logged in to post in the forum