.net WPF and SQL Server CE crashing

本文关键字:CE crashing Server SQL WPF and net | 更新日期: 2023-09-27 18:29:37

我在.net WPF中有一个应用程序随机崩溃,导致以下错误:

HRESULT:0x88980406中的异常位于的System.Windows.Media.Composition.DUCE.Channel.SyncFlush()System.Windows.Interop.HwndTarget.UpdateWindowSettings(布尔值enableRenderTarget,可为空`1 channelSet)位于的System.Windows.Interop.HwndTarget.UpdateWindowPos(IntPtr lParam)System.Windows.Interop.HwndTarget.HandleMessage(WindowMessage消息,IntPtr wparam,IntPtr lparam)

存储空间不足,无法完成此操作。在位于的System.Data.SqlServerCe.SqlCeConnection.ProcessResults(Int32小时)位于的System.Data.SqlServerCe.SqlCeConnection.Open(布尔静默)位于的System.Data.SqlServerCe.SqlCeConnection.Open()System.Data.EntityClient.EntityConnection.OOpenStoreConnectionIf(布尔值openCondition,DbConnection storeConnectionToOpen,DbConnectionoriginalConnection,String exceptionCode,String attemptedOperation,布尔运算&closeStoreConnectionOnFailure)OuterException底层提供程序在打开时失败。在System.Data.EntityClient.EntityConnection.OOpenStoreConnectionIf(布尔值openCondition,DbConnection storeConnectionToOpen,DbConnectionoriginalConnection,String exceptionCode,String attemptedOperation,布尔运算&closeStoreConnectionOnFailure)位于的System.Data.EntityClient.EntityConnection.Open()位于的System.Data.Objects.ObjectContext.EnsureConnection()System.Data.Objects.ObjectQuery 1.GetResults(Nullable 1对于MergeOption)

通常,在重复出现第二个错误之前,我会在几个小时内得到第一个错误的数量。它冻结了整个应用程序,但当客户打电话给我后我进去查看时,系统仍有相当多的内存。任何帮助都将不胜感激。

.net WPF and SQL Server CE crashing

病毒扫描程序?如果您使用SQL CE 4.0 SP1,您可以将Open重试逻辑添加到连接字符串