Hello All, I would like to install an external C# library, more precisely http://code.google.com/p/jsonexserializer/ Json Ex Serializer
I thought that running sudo gacutil -i JsonExSerializer.dll would be enough, but this is apparently not the case. However, after that, gacutil -l | grep Json does find it. So something has been installed somewhere. So what is the usual equivalent of make install for external C# libraries like JsonExSerializer? The zip archive does also contain some files like JsonExSerializer.xml which seems to describe an assembly, but I have no idea how to use these files. Regards. PS. Sorry for the multipost of the previous question about Mono 2.4 building on Debian (with extra stuff like Monodevel). -- View this message in context: http://www.nabble.com/adding-an-external-dll-%28JsonExSerializer%29-into-the-system--tp23678067p23678067.html Sent from the Mono - General mailing list archive at Nabble.com. _______________________________________________ Mono-list maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-list
