|
|
|
Junior Member
      
Group: Forum Members
Last Login: 2/6/2008 3:57:45 PM
Posts: 10,
Visits: 26
|
|
| Everytime I try to upload a product, I get the following:
Server Error in '/' Application.
Object reference not set to an instance of an object.
|
|
|
|
|
BISI Admin
Group: Administrators
Last Login: Today @ 10:44:54 AM
Posts: 1,162,
Visits: 2,423
|
|
This should be corrected now. Sorry for the trouble!
---------------------
Tomas
|
|
|
|
|
Forum Newbie
      
Group: Forum Members
Last Login: 5/8/2008 9:42:45 AM
Posts: 4,
Visits: 28
|
|
I did a test bulk upload tonight and it was accepted successfully. At first glance in the store, everything looks okay but when I click on an item, I get this:
Server Error in '/' Application.
Conversion from type 'DBNull' to type 'String' is not valid.
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.InvalidCastException: Conversion from type 'DBNull' to type 'String' is not valid.
Source Error:
Line 77: Istaxable.Text = dr.GetValue(5)
Line 78: ShippingFlatFee.Text = dr.GetValue(6)
Line 79: ShippingFlatFeeAdditional.Text = dr.GetValue(7)
Line 80: Else
Line 81: Server.Transfer("/noproductfound.aspx")
Source File: E:\stores.buyitsellit.com\product.aspx.vb Line: 79
Stack Trace:
[InvalidCastException: Conversion from type 'DBNull' to type 'String' is not valid.]
Microsoft.VisualBasic.CompilerServices.Conversions.ToString(Object Value) +591
product.Page_Load(Object sender, EventArgs e) in E:\stores.buyitsellit.com\product.aspx.vb:79
System.Web.UI.Control.OnLoad(EventArgs e) +99
System.Web.UI.Control.LoadRecursive() +47
System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +1061
Version Information: Microsoft .NET Framework Version:2.0.50727.832; ASP.NET Version:2.0.50727.832
Is it something I did or is it something on the server side which will right itself? Thanks!
Cindy's Decor and More
Cindy's QVD Decor and More
Footsteps echo down the hallway towards a door I never opened.
|
|
|
|
|
BISI Admin
Group: Administrators
Last Login: Today @ 10:44:54 AM
Posts: 1,162,
Visits: 2,423
|
|
Cindy, I corrected your items. You will need to ensure that there are values set for the flatrate_feeadditional column. If you aren't using a discounted shipping, then enter the same amount as flatrate_feea.
---------------------
Tomas
|
|
|
|