.net - Mono and missing references -


i'm new .net , using mono (great combination know), , having trouble missing references code developed in visual studio.

i know if possible have these libraries mono?

system.web.entity devexpress.web.v14.1 devextreme.webforms.v14.1 dotnet.highcharts system.web.datavisualization system.deployment aspose.cells 

thanks help...

it looks need add project reference missing nuget packages.

if have monodevelop 4.x or under, go here first , follow instructions install nuget add-in. (if have version 5.0 or later, should come built in already.)

then, right-click on references folder , there should option manage/install nuget add-ins. click that. search names of packages in search box, install them, , should able resolve references.


Comments

Popular posts from this blog

c++ - Delete matches in OpenCV (Keypoints and descriptors) -

java - Could not locate OpenAL library -

sorting - opencl Bitonic sort with 64 bits keys -