Error: System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation. ---> RTI.Planar.PlanarProviderException: Unexpected error while trying to Fetch data table. ---> System.Data.SqlClient.SqlException: Cannot resolve the collation conflict between "SQL_Latin1_General_CP1_CI_AI" and "Ukrainian_CI_AS" in the equal to operation.
at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection)
at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection)
at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj)
at System.Data.SqlClient.TdsParser.Run(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj)
at System.Data.SqlClient.SqlDataReader.ConsumeMetaData()
at System.Data.SqlClient.SqlDataReader.get_MetaData()
at System.Data.SqlClient.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString)
at System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async)
at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, DbAsyncResult result)
at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method)
at System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior behavior, String method)
at System.Data.SqlClient.SqlCommand.ExecuteDbDataReader(CommandBehavior behavior)
at System.Data.Common.DbCommand.System.Data.IDbCommand.ExecuteReader(CommandBehavior behavior)
at System.Data.Common.DbDataAdapter.FillInternal(DataSet dataset, DataTable[] datatables, Int32 startRecord, Int32 maxRecords, String srcTable, IDbCommand command, CommandBehavior behavior)
at System.Data.Common.DbDataAdapter.Fill(DataTable[] dataTables, Int32 startRecord, Int32 maxRecords, IDbCommand command, CommandBehavior behavior)
at System.Data.Common.DbDataAdapter.Fill(DataTable dataTable)
at RTI.Planar.AdoNetPlanarProvider.FetchDataTable(String commandText, IPlanarTransaction transaction, Object[] parameters) in C:\Users\Daniel\Documents\Development\CarFolks\Source\RTI.Planar\AdoNetPlanarProvider.cs:line 253
--- End of inner exception stack trace ---
at RTI.Planar.AdoNetPlanarProvider.FetchDataTable(String commandText, IPlanarTransaction transaction, Object[] parameters) in C:\Users\Daniel\Documents\Development\CarFolks\Source\RTI.Planar\AdoNetPlanarProvider.cs:line 259
at RTI.Planar.PlanarPipe.FetchDataTable(String command, IPlanarTransaction transaction, Object[] parameters) in C:\Users\Daniel\Documents\Development\CarFolks\Source\RTI.Planar\PlanarPipe.cs:line 318
at RTI.Planar.PlanarPipe.FetchDataTable(String command, Object[] parameters) in C:\Users\Daniel\Documents\Development\CarFolks\Source\RTI.Planar\PlanarPipe.cs:line 333
at FindDealersDao.FindDealers(String make, String state, String city, String dealer, String zip, Int32 within, Int32 maximumRows, Int32 startRowIndex) in c:\Users\Daniel\Documents\Development\CarFolks\Source\WebCMS\App_Code\DAL\FindDealersDao.cs:line 124
--- End of inner exception stack trace ---
at System.RuntimeMethodHandle._InvokeMethodFast(Object target, Object[] arguments, SignatureStruct& sig, MethodAttributes methodAttributes, RuntimeTypeHandle typeOwner)
at System.RuntimeMethodHandle.InvokeMethodFast(Object target, Object[] arguments, Signature sig, MethodAttributes methodAttributes, RuntimeTypeHandle typeOwner)
at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture, Boolean skipVisibilityChecks)
at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
at System.Web.UI.WebControls.ObjectDataSourceView.InvokeMethod(ObjectDataSourceMethod method, Boolean disposeInstance, Object& instance)
at System.Web.UI.WebControls.ObjectDataSourceView.ExecuteSelect(DataSourceSelectArguments arguments)
at System.Web.UI.DataSourceView.Select(DataSourceSelectArguments arguments, DataSourceViewSelectCallback callback)
at System.Web.UI.WebControls.DataBoundControl.PerformSelect()
at System.Web.UI.WebControls.BaseDataBoundControl.DataBind()
at System.Web.UI.WebControls.GridView.DataBind()
at System.Web.UI.WebControls.BaseDataBoundControl.EnsureDataBound()
at System.Web.UI.WebControls.CompositeDataBoundControl.CreateChildControls()
at System.Web.UI.Control.EnsureChildControls()
at System.Web.UI.WebControls.CompositeDataBoundControl.get_Controls()
at RTI.CMS.Controls.CMS_ClientDesignPage.SetEditorSettings(ControlCollection cc) in C:\Projects\CarFolks\Source\RTI.CMS.Controls\CMS_ClientDesignPage.cs:line 149
at RTI.CMS.Controls.CMS_ClientDesignPage.SetEditorSettings(ControlCollection cc) in C:\Projects\CarFolks\Source\RTI.CMS.Controls\CMS_ClientDesignPage.cs:line 151
at RTI.CMS.Controls.CMS_ClientDesignPage.SetEditorSettings(ControlCollection cc) in C:\Projects\CarFolks\Source\RTI.CMS.Controls\CMS_ClientDesignPage.cs:line 151
at RTI.CMS.Controls.CMS_ClientDesignPage.SetEditorSettings(ControlCollection cc) in C:\Projects\CarFolks\Source\RTI.CMS.Controls\CMS_ClientDesignPage.cs:line 151
at RTI.CMS.Controls.CMS_ClientDesignPage.SetEditorSettings(ControlCollection cc) in C:\Projects\CarFolks\Source\RTI.CMS.Controls\CMS_ClientDesignPage.cs:line 151
at RTI.CMS.Controls.CMS_ClientDesignPage.SetEditorSettings(ControlCollection cc) in C:\Projects\CarFolks\Source\RTI.CMS.Controls\CMS_ClientDesignPage.cs:line 151
at RTI.CMS.Controls.CMS_ClientDesignPage.SetEditorSettings(ControlCollection cc) in C:\Projects\CarFolks\Source\RTI.CMS.Controls\CMS_ClientDesignPage.cs:line 151
at RTI.CMS.Controls.CMS_ClientDesignPage.SetEditorSettings(ControlCollection cc) in C:\Projects\CarFolks\Source\RTI.CMS.Controls\CMS_ClientDesignPage.cs:line 151
at RTI.CMS.Controls.CMS_ClientDesignPage.Page_Load(Object sender, EventArgs e) in C:\Projects\CarFolks\Source\RTI.CMS.Controls\CMS_ClientDesignPage.cs:line 86
at FindDealers.Page_Load(Object sender, EventArgs e) in c:\Users\Daniel\Documents\Development\CarFolks\Source\WebCMS\FindDealers.aspx.cs:line 37
at System.Web.Util.CalliHelper.EventArgFunctionCaller(IntPtr fp, Object o, Object t, EventArgs e)
at System.Web.Util.CalliEventHandlerDelegateProxy.Callback(Object sender, EventArgs e)
at System.Web.UI.Control.OnLoad(EventArgs e)
at FindDealers.OnLoad(EventArgs e) in c:\Users\Daniel\Documents\Development\CarFolks\Source\WebCMS\FindDealers.aspx.cs:line 16
at System.Web.UI.Control.LoadRecursive()
at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)