I am trying to delete a product, but i am getting this error
Server Error in '/' Application.
Object reference not set to an instance of an object.
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.NullReferenceException: Object reference not set to an instance of an object.
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:
[NullReferenceException: Object reference not set to an instance of an object.]
UCommerce.Web.UI.Catalog.EditProduct.DeleteButton_Clicked(Object sender, ImageClickEventArgs e) +165
System.Web.UI.WebControls.ImageButton.OnClick(ImageClickEventArgs e) +133
System.Web.UI.WebControls.ImageButton.RaisePostBackEvent(String eventArgument) +203
System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +3803
Version Information: Microsoft .NET Framework Version:4.0.30319; ASP.NET Version:4.0.30319.17929
Screenshots:
FYI there is no price field and i cant set one, what will be a way to go about fixing this? maybe i can run some SQL command (i am SQL semi-noob) to delete this product (also notice below the product there are two other products that have same SKU but with added extra number after), there is also no price set and no field whrer i cant set the price.
cant delete a product
Hi,
I am trying to delete a product, but i am getting this error
Server Error in '/' Application.
Object reference not set to an instance of an object.
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.NullReferenceException: Object reference not set to an instance of an object.
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:
Version Information: Microsoft .NET Framework Version:4.0.30319; ASP.NET Version:4.0.30319.17929
Screenshots:
FYI there is no price field and i cant set one, what will be a way to go about fixing this? maybe i can run some SQL command (i am SQL semi-noob) to delete this product (also notice below the product there are two other products that have same SKU but with added extra number after), there is also no price set and no field whrer i cant set the price.
warm regards, Arlan
Just tried to delete a product with no price groups. This doesn't seem to be the cause.
Can you see anything else in the log files?
Best Regards
Morten
is working on a reply...