各位仁兄仁弟仁姐仁妹帮我看一下,很是大虾的问题,但是我是新手,很是苦恼:
  我在跟着别人作项目,前期的工作他们已经做了一些,这个工程在他们机子上运行都是好的,但是我拿到以后在我机子上一运行就有问题,系统提示:Cannot resolve collation conflict for equal to operation. 
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: Cannot resolve collation conflict for equal to operation.Source Error: 
Line 58: 
Line 59:  this.CommandName="SPG_LOGIN_MENU";
Line 60:  this.RunProcedure(parameters,dataset,dataset.LOGIN_MENU.TableName);
Line 61:  return dataset;
Line 62:  }
 Source File: d:\project\clashweb\business\dao\login\menudefaultdao.cs    Line: 60 Stack Trace: 
[SqlException: Cannot resolve collation conflict for equal to operation.]
   System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream)
   System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior behavior)
   System.Data.SqlClient.SqlCommand.System.Data.IDbCommand.ExecuteReader(CommandBehavior behavior)
   System.Data.Common.DbDataAdapter.FillFromCommand(Object data, Int32 startRecord, Int32 maxRecords, String srcTable, IDbCommand command, CommandBehavior behavior)
   System.Data.Common.DbDataAdapter.Fill(DataSet dataSet, Int32 startRecord, Int32 maxRecords, String srcTable, IDbCommand command, CommandBehavior behavior)
   System.Data.Common.DbDataAdapter.Fill(DataSet dataSet, String srcTable)
   Oneplus.Common.Dal.RunProcedure(IDataParameter[] parameters, DataSet dataSet, String tableName, Boolean ifUseTableUrlEncoding)
   Oneplus.Common.Dal.RunProcedure(IDataParameter[] parameters, DataSet dataSet, String tableName)
   Oneplus.ClshWeb.Business.Dao.Login.MenuDefaultDao.SPG_LOGIN_MENU(String SCHOOL, String SCH_TP, String SYSTEM_ID, String SYSTEM_M) in d:\project\clashweb\business\dao\login\menudefaultdao.cs:60
   Oneplus.ClshWeb.Business.Facade.Login.MenuDefaultBf.SPG_LOGIN_MENU(String SCHOOL, String SCH_TP, String SYSTEM_ID, String SYSTEM_M) in D:\Project\ClashWeb\Business\Facade\Login\MenuDefaultBf.cs:34
   Oneplus.ClshWeb.Web.Modules.MenuDefault.BindData() in d:\project\clashweb\web\modules\menudefault.ascx.cs:122
   Oneplus.ClshWeb.Web.Modules.MenuDefault.Page_Load(Object sender, EventArgs e) in d:\project\clashweb\web\modules\menudefault.ascx.cs:41
   System.EventHandler.Invoke(Object sender, EventArgs e) +0
   System.Web.UI.Control.OnLoad(EventArgs e)
   System.Web.UI.Control.LoadRecursive()
   System.Web.UI.Control.LoadRecursive()
   System.Web.UI.Control.LoadRecursive()
   System.Web.UI.Page.ProcessRequestMain() 请教哪位仁兄仁弟仁姐仁妹帮我看看,很是感激!谢谢谢谢谢谢!我很急!