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