Sometimes I get this exception:

Attempted to read or write protected memory. This is often an indication that other memory is corrupt

And it disappears suddenly without any reason.

Is this a server problem?

Any ideas please

link|improve this question

71% accept rate
1  
Is there any native (C, C++) code in your application? – jdv-Jan de Vaan Mar 22 '11 at 15:29
Do you have stack trace? Please post it here as well if you do. Also, how many hits the website has? Hundreds, thousands? – Shadow Wizard Mar 22 '11 at 15:31
NO, i never used unmanaged code in this application – mahmoud Mar 22 '11 at 15:31
@shadow : site still in development stage , and sometimes i get this exception without a reason and it goes also without a reason – mahmoud Mar 22 '11 at 15:33
This error is an Access Violation (aka segmentation fault in *nix). The only way to get one without involving unmanaged code is due to a bug in the CLR. – R. Martinho Fernandes Mar 22 '11 at 15:34
show 1 more comment
feedback

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
or
required, but never shown

Browse other questions tagged or ask your own question.