Developer technologies | Visual Studio | Debugging
A core feature of Visual Studio that allows developers to inspect, analyze, and troubleshoot code during execution.
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
I am trying to determine how 2 versions of the ACEOLEDB.DLL differ (I suspect that a function entry is present in one, but not the other). This because one of themcrashes an application that I am developing. The other allows the application to function correctly.
One version is provided with the Office 365 distribution (crashed application), the other with the Access Runtime distribution (functions correctly), both versions are 64bit versions
(1) Does Microsoft provide documentation of each entry somewhere?.
(2) Is there a known tool that can dump those entries to a text file?