I have some C#
code which was originally written in Visual Studio
.
I am now trying to make this code run in a Mac
, using the Xamarin Studio
.
I get multiple errors, that have to do with the references
:
For example, the original code uses a library
which is called "ClosedXML"
.
I get an error "The type or namespace name
ClosedXML' could not be found. Are you missing an assembly reference?"`
I get such errors on many occasions, for different libraries
.
Any way to solve this?
Thanks in advance