lidar - C# using liblas.dll (unable to load DLL) -


i need read las file using c# project.

i using liblas library project read las file , getting error:

(unable load dll 'liblas1.dll': specified module not found. (exception hresult: 0x8007007e)).

any help?

you need add dll file location can found program. first thing, find file. next, add reference in visual studio , adjust properties copied if newer.


Comments

Popular posts from this blog

Line ending issue with Mercurial or Visual Studio -

python - Received unregistered task using Celery with Django -

php - Retrieving data submitted with Yii's CActiveForm -