moo
(moo)
1
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

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.
cp1
(Clemens Preisinger)
3
Hello @moo,
‘karamba.dll’ is a C++ dynamic library not a .NET assembly.
You need to include ‘KarambaCommon.dll’ and sometimes ‘karamba.gha’.
– Clemens