Help catching AV with WinDbg and ADPlus 7.0
- by Stoune
I want to catch Memory Access Violation in SQL Server Compact Edition like this described at
http://debuggingblog.com/wp/2009/02/18/memory-access-violation-in-sql-server-compact-editionce/
The suggested config is:
CRASH
Quiet
MyApp.exe
NoDumpOnFirstChance
clr;av
FullDump
gn
I…