Question

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?

No correct solution

OTHER TIPS

You need to add that dll file to a location where it can be found by your program. First thing, find the file. Next, add it as a reference in visual studio and adjust the properties so that it is copied if newer.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top