Installing karamba.dll for visual studio

Hello !

I am trying to install the Karamba.dll to my references in my c# project on visual studio.

On trying to do this, I get the following error
image

But I had no issues installing the KarambaCommon.dll to Visual Studio.
Any thoughts or suggestions would be greatly helpfull

thanks!
Keerthana

Best guess is that it’s compiled in a way where it’s not meant to be included. Whereas the common dll is.

Hello @moo,
‘karamba.dll’ is a C++ dynamic library not a .NET assembly.
You need to include ‘KarambaCommon.dll’ and sometimes ‘karamba.gha’.
– Clemens

understood thanks!