I'm using the C++ wrapper in this link: https://github.com/TekRTSA/RSA_API
In order to use a driver written in C++ inside C# project. When I publish/release my C# project it doesn't work on other computers without Visual C++.
Is there any way that I can publish my project on computers that don't have the visual C++? Or is there any software package like .NET that I can use in order to make it work?