exception Code 0xc000005

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

while i use executeReader method

i take an exception Code 0xc000005
but its general function and sometimes its reading data and after it sent
this error code

SqlCeCommand Kmt= new SqlCeCommand(Sql,AcForm.Baglan);
SqlCeDataReader Read;
Read=Kmt.ExecuteReader();-<< in here
while(Read.Read())
{
 
You probably have corrupted installation. Consider hard resetting your
device and reinstalling.

Also, make sure you have latest service pack installed (SP3 for CF V1).


Best regards,

Ilya

This posting is provided "AS IS" with no warranties, and confers no rights.

*** Want to find answers instantly? Here's how... ***

1. Go to
http://groups-beta.google.com/group/microsoft.public.dotnet.framework.compactframework?hl=en
2. Type your question in the text box near "Search this group" button.
3. Hit "Search this group" button.
4. Read answer(s).
 
Back
Top