I have an app built in Microsoft Access that needs to reference a .NET Core 3.0 class library. I tried building the .NET Core DLL using the procedure in this article, with .NET Core 3.0 as the target framework.
https://learn.microsoft.com/en-us/dotnet/core/native-interop/expose-components-to-com
But when I attempt to reference the comhost DLL I get a dialog box with the message, "Can't add a reference to the specified file."
What's the secret to referencing a .NET Core class library from Microsoft Access VBA?