CustomAssemblyLoadContext Native file path does not exist

Hi,

I am getting the warning:

[Warn] CustomAssemblyLoadContext Native file path does not exist. Universal Dashboard may not work. C:\Users\harmanp\Documents\WindowsPowerShell\Modules\UniversalDashboard\2.8.0\net472\runtimes\win-x64\native

My dashboard does work fine, but how can I fix this? I have checked and have up to the path: C:\Users\harmanp\Documents\WindowsPowerShell\Modules\UniversalDashboard\2.8.0\net472 but do not have the folders for \runtimes\win-x64\native. Do I just create them?

Thanks

Hey Alc,

This is a bug. I’ll get it resolved. The runtimes folder is no longer needed as UD now used .NET Sockets instead of libuv. Libuv was a native library that required that a version was compiled for each operating system. .NET Sockets are completely .NET based so this isn’t required.

1 Like

Thanks Adam, I have raised it on github - https://github.com/ironmansoftware/universal-dashboard/issues/1375