Note that there are some explanatory texts on larger screens.

plurals
  1. POAccessViolation Exception in sqlserver compact edition
    text
    copied!<p>In our wpf windows application, we are using sql server ce to store the data while inserting, deleting. For some times, it is working fine but after sometimes, its giving access violation exception. Here is the stack trace for that:</p> <p><img src="https://i.stack.imgur.com/WSESs.png" alt="enter image description here"></p> <p>Kindly Suggest? How to resolve this as application is getting closed?</p> <p>at System.Data.SqlServerCe.NativeMethods.SafeRelease(IntPtr&amp; ppUnknown) at System.Data.SqlServerCe.SqlCeDataReader.ReleaseNativeInterfaces() at System.Data.SqlServerCe.SqlCeDataReader.Dispose(Boolean disposing) at System.Data.SqlServerCe.SqlCeDataReader.Close() at System.Data.Common.DbDataReader.Dispose(Boolean disposing) at System.Data.Common.DbDataReader.Dispose() at System.Data.Common.Internal.Materialization.Shaper<code>1.Finally() at System.Data.Common.Internal.Materialization.Shaper</code>1.SimpleEnumerator.Dispose() at System.Data.Common.Internal.Materialization.Shaper`1.SimpleEnumerator.MoveNext() at ParentalHealthServiceBL.DataAccess.HealthMonitorDAO.GetUserCOPDReadings(Int32 userID, String datearameter) in d:\projectParentalHealth\trunk\src\ParentalHealth\ParentalHealthServiceBL\DataAccess\HealthMonitorDAO.cs:line 1355 at ParentalHealthClient.DataAccess.HealthMonitorDAO.GetUserCOPDReadings(Int32 userID, String strFilter) in d:\projectParentalHealth\trunk\src\ParentalHealth\ParentalHealthClient\DataAccess\HealthMonitorDAO.cs:line 46</p> <p>Thanks!</p>
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload