D
dbeavon
Guest
It appears that .net core 3 (preview 7) is a release candidate. It now includes the class OleDbException (for better or worse). So the old-school .Net framework proxies that are created from "proxygen" (11.7) can now be referenced in a .net core 3 application. It just works! Aside from just adding those proxy-related assemblies into a core app, I also had to include a package reference to "Microsoft.Windows.Compatibility".
Continue reading...
Continue reading...