El mar, 01-11-2005 a las 10:52 -0800, Julien Sobrier escribió: > Hello, > I have Mono.Data.SqliteClient 1.0.5.0 and 2.0.0.0 installed. My > applications used the 1.0.5.0. But I want to use the 2.0.0.0 version. > > So, I did the wrong thing: I removed the version 1.0.5.0 from the gac. > It brakes a couple of software like NAnt. But now, I cannot put it back > to the gac: > gacutil -i /usr/lib/mono/1.0/Mono.Data.SqliteClient.dll > -> Option /usr/lib/mono/1.0/Mono.Data.SqliteClient.dll takes 1 argument > > What argument is it? I saw only 1 mandatory argument in man gacutil
Try this: cd /usr/lib/mono/1.0 gacutil -i Mono.Data.SqliteClient.dll or cd /usr/lib/mono/gac/Mono.Data.SqliteClient/1.0.5..... gacutil -i Mono.Data.SqliteClient.dll Or make install mono again. _______________________________________________ Mono-list maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-list
