I need to read LAS file using C# for my project.
I am using the libLAS library into my project to read a LAS file and I am getting this error:
(Unable to load DLL 'liblas1.dll': The specified module could not be found. (Exception from HRESULT: 0x8007007E)).
Any help?