invalid Object Name Errors

Last post 08-07-2007 2:28 PM by wabs27. 3 replies.

Sort Posts:

  • invalid Object Name Errors

    06-26-2005, 1:51 PM
    • Member
      266 point Member
    • wabs27
    • Member since 05-31-2005, 12:06 AM
    • New York
    • Posts 106

    I am getting the following error when I try to load the OrderDetails.aspx page:

    Invalid object name 'CMRC_ShippingInfo'. Invalid object name 'CMRC_BillingInfo'.

    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.SqlClient.SqlException: Invalid object name 'CMRC_ShippingInfo'. Invalid object name 'CMRC_BillingInfo'.



    CMRC_ShippingInfo and CMRC_BillingInfo are tables I created in my database.  I have updated the OrderDetails stored procedure to pull info from those tables and I have updated my OrderDB.vb class and compiled the DLL.  I can not understand why I am getting this error that these are invalid object names.

    Does anyone know anything about these error messages?

    Thanks,
    Elliot

  • Re: invalid Object Name Errors

    06-27-2005, 12:11 PM
    • Member
      266 point Member
    • wabs27
    • Member since 05-31-2005, 12:06 AM
    • New York
    • Posts 106
    I figured it out by reading another post on these forums.  I changed it to myname.CMRC_BillingInfo since everythig else was created by my web hosting company as DBO.
  • Re: invalid Object Name Errors

    05-08-2007, 4:24 PM
    • Member
      57 point Member
    • rvignato
    • Member since 09-21-2005, 7:23 PM
    • Posts 28
    Where di you change it?
  • Re: invalid Object Name Errors

    08-07-2007, 2:28 PM
    • Member
      266 point Member
    • wabs27
    • Member since 05-31-2005, 12:06 AM
    • New York
    • Posts 106

    In the stored procedures

Page 1 of 1 (4 items)