and1star - 2008-8-15 9:31:00
Server Error in '/' Application.
对象名 'Ky_U_Recruitment' 无效。 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: 对象名 'Ky_U_Recruitment' 无效。
Source Error:
| Line 83: SqlParameter[] parameters = new SqlParameter[1];Line 84: parameters[0] = new SqlParameter("@userid", userId);Line 85: DataTable dtInfo = SqlHelper.ExecuteTable(SqlHelper.ConnectionStringKy, CommandType.Text, sqlStr, parameters);Line 86: repEmploy.DataSource = dtInfo.DefaultView;Line 87: repEmploy.DataBind(); |
Source File: g:\KYCMSV1.0源码包(VS2005+.NET2.0)\KYCMSV1.0源码包\userspace\enterprisespace\MasterPage.master Line: 85
北京的风 - 2008-8-15 20:55:00
建一个这个表就解决问题了
'Ky_U_Recruitment'
and1star - 2008-8-17 10:37:00
我的是最新版本:KYCMS V1.0 SP1 20080305
个人空间里就没有问题,但是企业空间里一打开就会出现这个问题