problem in site
-
hi, i recently encountered a new problem in my site when i enter in my site i see this error System.Data.SqlClient.SqlException: Invalid object name 'Menus'
i use somthing else instead of dbo schema i think if i change my schema to dbo this problem will be clear isnt it? please help me.:rose: -
hi, i recently encountered a new problem in my site when i enter in my site i see this error System.Data.SqlClient.SqlException: Invalid object name 'Menus'
i use somthing else instead of dbo schema i think if i change my schema to dbo this problem will be clear isnt it? please help me.:rose:Based on the information provided by you, we doubt that. Further, the object name 'Menus' doesn't sound like a schema issue. It might be something related to your code or configuration. What's the point of doing a Hit-N-Try to resolve your issue? You should first find the reason and then try to make changes.
-
Based on the information provided by you, we doubt that. Further, the object name 'Menus' doesn't sound like a schema issue. It might be something related to your code or configuration. What's the point of doing a Hit-N-Try to resolve your issue? You should first find the reason and then try to make changes.
-
what is 'Menus' ? do you have a table or stored procedure with this name? if you have any query using this table or stored procedure ,make sure that the 'Menus' is in the database.
al hajjaj
what is 'Menus'[2]? if Menus are a database schema and you use this schema in procedures, functions or tables problably this schema doesn't exist in production database. create them and resolve.