Hi, I am developing a program from unity and visual studio to read and write in an excel using the openxml library. I was able to run the program in Unity however when I build it to
UWP environment, there are no build errors but during runtime I encounter a “DLLNotFoundException:Unable to load DLL 'advapi32.dll” error message in the console window. I tried looking at google for possible solutions but I cannot find anything. I cant even
trace where I get this error. Do you have any advice for this matter?
Tools:
unity 2018.3.10 (Client Side)
Visual Studio 2017 (DLL Side) (latest 2017 update)
documentformat.openxml.dll (library) version 2.5.1
I tried generating this using unity 2019 version and latest visual studio version 2019. However same problem is shown.