SQL Compact 4.0 崩溃

发布于 2024-10-18 12:57:27 字数 642 浏览 1 评论 0原文

我有对数据库进行多次访问的应用程序(SqlCompact 4.0)。 有时应用程序会因事件查看器中的下一条记录而崩溃。

Application: MyApp.exe
Framework Version: v4.0.30319
Description: The process was terminated due to an unhandled exception.
Exception Info: System.AccessViolationException
Stack:
   at System.Data.SqlServerCe.NativeMethodsHelper.SafeRelease(IntPtr ByRef)
   at System.Data.SqlServerCe.NativeMethods.SafeRelease(IntPtr ByRef)
   at System.Data.SqlServerCe.SqlCeCommand.ReleaseNativeInterfaces()
   at System.Data.SqlServerCe.SqlCeCommand.Dispose(Boolean)
   at System.Data.SqlServerCe.SqlCeCommand.Finalize()

PS 多重访问意味着有N个任务(任务并行库)在DB中添加记录。

I have application which do multiple accessing to DB (SqlCompact 4.0).
And sometimes application crashed with the next record in Event Viewer.

Application: MyApp.exe
Framework Version: v4.0.30319
Description: The process was terminated due to an unhandled exception.
Exception Info: System.AccessViolationException
Stack:
   at System.Data.SqlServerCe.NativeMethodsHelper.SafeRelease(IntPtr ByRef)
   at System.Data.SqlServerCe.NativeMethods.SafeRelease(IntPtr ByRef)
   at System.Data.SqlServerCe.SqlCeCommand.ReleaseNativeInterfaces()
   at System.Data.SqlServerCe.SqlCeCommand.Dispose(Boolean)
   at System.Data.SqlServerCe.SqlCeCommand.Finalize()

P.S. Multiple accessing means that there are N tasks(Task Parallel Library) which add records in DB.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文