ESENT Always throws EsentPageSizeMismatchException when trying to open IE 10/11 WebCache.dat
- 阅读更多 关于 ESENT Always throws EsentPageSizeMismatchException when trying to open IE 10/11 WebCache.dat
问题 I am trying to create a powershell script to read the IE 10/11 internet history, which is stored in AppData\Local\Microsoft\Windows\WebCache\WebCache.dat. I am using Managed Esent+- to interface with the Win32 Jet api in .NET. My issue is that I can never actually open the database, as EsentPageSizeMismatchException is thrown when I call JetAttachDatabase. After doing some research on this error, I found that the IE WebCache has a page size of 32K. When I attempted to correct for this, by