I developed a VB function library using VS2017, and created the DLL. When another user access to this DLL, it requires 'Visual Studio 2010 Redistributable Package' ! Why? Anything to do to avoid this?
Hints: at the beginning, I have Option Explicit On Imports System.Math
and the DLL is also code-signed. Is it the reason?