Click here to Skip to main content
15,896,430 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
Im trying to compile a C# Console Project that uses my external library(view.dll) with Mono but mono doesnt know view.dll. So how can make it compile my project???
Posted
Comments
Mehdi Gholam 25-May-15 9:46am    
Do you have "view.dll"?
Member 11435211 26-May-15 6:04am    
Yes i do.
José Amílcar Casimiro 26-May-15 10:33am    
Add a reference to an external assembly. Point it to view.dll. And that's it.
Member 11435211 26-May-15 23:55pm    
How? that's my question
José Amílcar Casimiro 27-May-15 5:13am    
Open a project, right-click references in solution window and add view.dll

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900