smartwill - 2008-8-17 18:38:00
版本:2.5 SQL .NET 2.0
操作:
删除一个带有图片的的帖子时候出错
出错信息:
Server Error in '/' Application.
--------------------------------------------------------------------------------
未能找到存储过程 '×××××_deletetopicbytidlist'。
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: 未能找到存储过程 '××××××_deletetopicbytidlist'。
Source Error:
smartwill - 2008-8-17 19:07:00
我去拷贝了一个过来。
然后他提示我
对象名 '××××_forums' 无效。
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: 对象名 '××××_forums' 无效。
然后我看下了,我新增加的存储过程 '×××××_deletetopicbytidlist'和其他的存储过程不一样
新的是DBO的,其他的是我安装时候的用户名。
如果更改一个存储过程的所有者??
smartwill - 2008-8-17 19:24:00
已经解决