C# .net WPF和SQL Server CE崩溃

C# .net WPF和SQL Server CE崩溃,c#,.net,wpf,sql-server-ce,C#,.net,Wpf,Sql Server Ce,我在.net WPF中有一个应用程序随机崩溃,导致以下错误: 来自HRESULT的异常:0x88980406位于 System.Windows.Media.Composition.DUCE.Channel.SyncFlush()位于 System.Windows.Interop.HwndTarget.UpdateWindowSettings(布尔值 enableRenderTarget,可为空的`1通道集) System.Windows.Interop.HwndTarget.UpdateWind

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

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

存储空间不足,无法完成此操作。在 System.Data.SqlServerCe.SqlCeConnection.ProcessResults(Int32 hr)位于 System.Data.SqlServerCe.SqlCeConnection.Open(布尔无提示)位于 System.Data.SqlServerCe.SqlCeConnection.Open()位于 System.Data.EntityClient.EntityConnection.OpenStoreConnectionIf(布尔值 openCondition,数据库连接存储连接打开,数据库连接 原始连接、字符串例外代码、字符串尝试操作、, 布尔值&closeStoreConnectionOnFailure)OuterException底层 提供程序在打开时失败。在 System.Data.EntityClient.EntityConnection.OpenStoreConnectionIf(布尔值 openCondition,数据库连接存储连接打开,数据库连接 原始连接、字符串例外代码、字符串尝试操作、, 布尔值&closeStoreConnectionOnFailure)位于 System.Data.EntityClient.EntityConnection.Open()位于 System.Data.Objects.ObjectContext.EnsureReconnection()位于 System.Data.Objects.ObjectQuery
1.GetResults(可空
forMergeOption)


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

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

磁盘空间不足?。客户如何运行您的应用程序?在标准账户还是限制账户下?SQL CE在用户帐户下运行,可能有驱动器空间限制。