I don't actually distribute the App. We are developing a Point of Sale SDK that uses ClearScript and distribute the SDK as a nuget package to our partners who use it on their Apps. Previously we used JINT and we bundled all required DLLs directly into the nuget package and now that we are moving to ClearScript
It will be so much easier if we could just cherry pick the required DLLs and bundle them with our nuget release
v5.4.2.1
, our partners ran into all these DLL cannot be loaded issue even after installing Visual C++ redistributable 2013 & 2015 (both x86 and x64). The App was build targeting Any Platform
with Prefer 32 Bit not setIt will be so much easier if we could just cherry pick the required DLLs and bundle them with our nuget release