How to find redistributable is needed?

40 Views Asked by At

I made C# program that talks to Systec CAN module using .dll given by that company: CANopenDotNET.dll and cdrvwrap.dll.

Problem is that all works fine on my PC but on client one that .dll is not visible somehow, or do not includes.

Only solution I found to make it work is to install VS2013 Community edition, but that is not an option on clients PC.

Maybe you know how to find what framework/redistributable is used during program execution. Then I can find that on my PC easily and install on client one.

Regards, Chris

0

There are 0 best solutions below