未处理System.Data.EntityCommandExecutionException
HResult=-2146232004
Message=执行命令定义时出错。有关详细信息,请参阅内部异常。
Source=System.Data.Entity
StackTrace:
在 System.Data.EntityClient.EntityCommandDefinition.ExecuteStoreCommands(EntityCommand entityCommand, CommandBehavior behavior)
在 System.Data.Objects.Internal.ObjectQueryExecutionPlan.Execute[TResultType](ObjectContext context, ObjectParameterCollection parameterValues)
在 System.Data.Objects.ObjectQuery`1.GetResults(Nullable`1 forMergeOption)
在 System.Data.Objects.ObjectQuery`1.System.Collections.Generic.IEnumerable<T>.GetEnumerator()
在 System.Data.Entity.Internal.Linq.InternalQuery`1.GetEnumerator()
在 System.Data.Entity.Internal.Linq.InternalSet`1.GetEnumerator()
在 System.Data.Entity.Infrastructure.DbQuery`1.System.Collections.Generic.IEnumerable<TResult>.GetEnumerator()
在 System.Linq.Parallel.PartitionedDataSource`1.InitializePartitions(IEnumerable`1 source, Int32 partitionCount, Boolean useStriping)
在 System.Linq.Parallel.PartitionedDataSource`1..ctor(IEnumerable`1 source, Int32 partitionCount, Boolean useStriping)
在 System.Linq.Parallel.ExchangeUtilities.PartitionDataSource[T](IEnumerable`1 source, Int32 partitionCount, Boolean useStriping)
在 System.Linq.Parallel.ScanQueryOperator`1.ScanEnumerableQueryOperatorResults.GivePartitionedStream(IPartitionedStreamRecipient`1 recipient)
在 System.Linq.Parallel.UnaryQueryOperator`2.UnaryQueryOperatorResults.GivePartitionedStream(IPartitionedStreamRecipient`1 recipient)
在 System.Linq.Parallel.QueryOperator`1.GetOpenedEnumerator(Nullable`1 mergeOptions, Boolean suppressOrder, Boolean forEffect, QuerySettings querySettings)
在 System.Linq.Parallel.QueryOpeningEnumerator`1.OpenQuery()
在 System.Linq.Parallel.QueryOpeningEnumerator`1.MoveNext()
在 System.Linq.ParallelEnumerable.ToList[TSource](ParallelQuery`1 source)
在 WiseCloud.ITDS.Model.ProductDataSource.GetEnterpriseAllProduct(Int32 enterpriseId) 位置 d:\项目数据\导出程序资料\加西亚DM_140905_迁移6个加\ITDS\ITDSSln\WiseCloud.ITDS.Model\ProductDataSource.cs:行号 26
在 DataManage.Export.Export5Plus() 位置 d:\项目数据\导出程序资料\加西亚DM_140905_迁移6个加\DataManage\DataManage\Export.cs:行号 94
在 DataManage.MainForm.nbiExport_LinkClicked(Object sender, NavBarLinkEventArgs e) 位置 d:\项目数据\导出程序资料\加西亚DM_140905_迁移6个加\DataManage\DataManage\MainForm.cs:行号 153
在 DevExpress.XtraNavBar.NavBarItem.RaiseLinkEvent(Object linkEvent, NavBarItemLink link)
在 DevExpress.XtraNavBar.NavBarItem.RaiseLinkClicked(NavBarItemLink link)
在 DevExpress.XtraNavBar.NavBarItem.RaiseLinkClickedCore(NavBarItemLink link)
在 DevExpress.XtraNavBar.NavBarControl.RaiseLinkClicked(NavBarItemLink link)
在 DevExpress.XtraNavBar.ViewInfo.NavBarViewInfo.DoLinkClick(NavBarHitInfo hitInfo)
在 DevExpress.XtraNavBar.ViewInfo.NavBarViewInfo.DoClick(NavBarHitInfo hitInfo)
在 DevExpress.XtraNavBar.ViewInfo.NavigationPaneViewInfo.DoClick(NavBarHitInfo hitInfo)
在 DevExpress.XtraNavBar.ViewInfo.NavBarViewInfo.OnMouseUp(MouseEventArgs e)
在 DevExpress.XtraNavBar.NavBarControl.OnMouseUp(MouseEventArgs ev)
在 System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
在 System.Windows.Forms.Control.WndProc(Message& m)
在 DevExpress.XtraNavBar.NavBarControl.WndProc(Message& m)
在 System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
在 System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
在 System.Windows.Forms.NativeWindow.DebuggableCallback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
在 System.Windows.Forms.UnsafeNativeMethods.DispatchMessageW(MSG& msg)
在 System.Windows.Forms.Application.ComponentManager.System.Windows.Forms.UnsafeNativeMethods.IMsoComponentManager.FPushMessageLoop(IntPtr dwComponentID, Int32 reason, Int32 pvLoopData)
在 System.Windows.Forms.Application.ThreadContext.RunMessageLoopInner(Int32 reason, ApplicationContext context)
在 System.Windows.Forms.Application.ThreadContext.RunMessageLoop(Int32 reason, ApplicationContext context)
在 System.Windows.Forms.Application.Run(Form mainForm)
在 DataManage.Program.Main() 位置 d:\项目数据\导出程序资料\加西亚DM_140905_迁移6个加\DataManage\DataManage\Program.cs:行号 21
在 System.AppDomain._nExecuteAssembly(RuntimeAssembly assembly, String[] args)
在 System.AppDomain.ExecuteAssembly(String assemblyFile, Evidence assemblySecurity, String[] args)
在 Microsoft.VisualStudio.HostingProcess.HostProc.RunUsersAssembly()
在 System.Threading.ThreadHelper.ThreadStart_Context(Object state)
在 System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
在 System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
在 System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
在 System.Threading.ThreadHelper.ThreadStart()
InnerException: System.Data.SqlServerCe.SqlCeException
HResult=-2147467259
Message=列名无效。 [ Node name (if any) = Extent1,Column name = Note ]
Source=SQL Server Compact ADO.NET Data Provider
ErrorCode=-2147467259
NativeError=25503
StackTrace:
在 System.Data.SqlServerCe.SqlCeCommand.ProcessResults(Int32 hr)
在 System.Data.SqlServerCe.SqlCeCommand.CompileQueryPlan()
在 System.Data.SqlServerCe.SqlCeCommand.ExecuteCommand(CommandBehavior behavior, String method, ResultSetOptions options)
在 System.Data.SqlServerCe.SqlCeCommand.ExecuteReader(CommandBehavior behavior)
在 System.Data.SqlServerCe.SqlCeMultiCommand.ExecuteReader(CommandBehavior behavior)
在 System.Data.SqlServerCe.SqlCeMultiCommand.ExecuteDbDataReader(CommandBehavior behavior)
在 System.Data.Common.DbCommand.ExecuteReader(CommandBehavior behavior)
在 System.Data.EntityClient.EntityCommandDefinition.ExecuteStoreCommands(EntityCommand entityCommand, CommandBehavior behavior)
InnerException: