[MonoDevelop] Problem with addin dependencies

Federico Di Gregorio fog at initd.org
Tue Nov 1 15:49:44 EDT 2011


Hi *,

while writing an addin I ended up "linking" to Npgsql 2.0.10.0 (because
the version included in Mono 2.10.x is based on old sources and
NpgsqlConnection does NOT implement DbConnection). Now, when my addin is
imported into MonoDevelop (that has a MonoDevelop.Database addin that
depends on the Npgsql version included in Mono) I get a segfault when I
try to Open() a connection. If inside my code I print the version of the
Npgsql assembly I get 4.0.0.0 (from Mono) instead of 2.0.10.0. It seems
that somehow the addin is ignoring strong names and I don't understand
how this is happening (and why it is segfaulting). Any idea?

federico

-- 
Federico Di Gregorio                                       fog at initd.org
 Questo autista me l'ha fatta a cotone!
                                     -- sedicenne palermitana in autobus


More information about the Monodevelop-list mailing list