Why a DLL built with VS 2017 is asking for 'Visual Studio 2010 Redistributable Package' when using it?

66 Views Asked by At

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?

0

There are 0 best solutions below