Namespace could not found on Mono

529 views Asked by At

I want to create a cross platform application. For that, I am using Mono.

When I compile my code in Mono, I get an error: vehicleRouteCorePlanner (my dll file) could not found. But I have added that dll into my project.

enter image description here

error in line 2 and 3

enter image description here

It is running fine when I run directly from Visual Studio.

1

There are 1 answers

0
Spider man On BEST ANSWER

Make the "copy local" property of dll to true before compiling