[MonoDevelop] Why does MonoDevelop not correctly add libraries sometimes?
meds
ahmedhakeem88 at gmail.com
Fri Apr 22 09:20:02 EDT 2011
I have two projects, one is a library and one is an executable. I added the
library project as a reference to my executable project. Yet when I try to
compile it the compiler absolutely refuses to accept that the namespaces in
the library executable exist.
I checked the assembly of the library I referenced and sure enough I see the
namespaces and code for what I want, worse yet MonoDevelop also sees the
namespaces (i.e. it shows autocomplete for the namespaces). Then I try to
compile and BAM, I get errors about how the namespace could not be found.
I've already tried deleting the obj/bin directories, full rebuilds, full
cleans, removing the projects and adding them back in.
Any ideas on what's causing this then?
--
View this message in context: http://mono.1490590.n4.nabble.com/Why-does-MonoDevelop-not-correctly-add-libraries-sometimes-tp3467946p3467946.html
Sent from the Mono - MonoDevelop IDE mailing list archive at Nabble.com.
More information about the Monodevelop-list
mailing list