When reading about CTAPI Functions under extensibility, this is the .Net Framework Requirements:
- .NET 4.5.1 (see supported OS here: https://msdn.microsoft.com/en-us/library/8z6watww(v=vs.110).aspx)
- Microsoft Visual C++ 2012 Redistributable (x86) - 11.0.61030
- Microsoft Visual C++ 2012 Redistributable (x64) - 11.0.60610
...but that seems to be incorrect? When loading "ctapi.dll" in Dependencies, it lists a lot. One of them is:
- c:\windows\system32\msvcp140.dll
...and that seems to be part of Microsoft Visual C++ Redistributable 2015. I have issues making my apps run on some (but not most) computers. Where do I find the updated (complete) list of requirements (dependencies)?
PS: We are using the CtApi.*.Redist.zip.