Skip to main content

Hi, all.

I’m currently trying to create a customization project which uses a .dylib file to tell the runtime which .dll to use (These .dll files are the same name however are in different folders x86 and x64). However, acumatica does not seem to read the file so the .dll which is referred is not found by the application. To fix this I can force the application to use a version of the .dll file which works by copying it out from the x64 folder to the Bin folder of the system so it can be found.

Is there a better way to do this? 

Thanks.

Could you please explain why you need this?


It’s more of a setup question, I was just wondering if there is another way other than copy-pasting the .dll that I know will be used by acumatica. 



Hi, so it turns out copy-pasting the x64 version of the .dll file to Bin doesn’t work. Is there a way to solve this? My customization relies on a library which relies on this SkiaSharp library.


Hi @naufal58 were you able to find a solution? Thank you!


Reply