[Mono-list] monodevelop & the GAC

Adam Tauno Williams awilliam@whitemice.org
Sun, 02 Jan 2005 13:16:44 -0500


I believe I have installed an assembly into the GAC -
laptop01:/home/awilliam/Documents/SubSystems/Mono/bin # gacutil -i
CookComputing.XmlRpc.dll
CookComputing.XmlRpc installed into the gac (/usr/lib/mono/gac)
awilliam@laptop01:~/Documents/SubSystems/Mono/bin> gacutil -l | grep -i
cook
CookComputing.XmlRpc, Version=0.9.0.0, Culture=neutral,
PublicKeyToken=a7d6e17aa302004d

But in monodevelop this assembly does no appear in the 'add references'
dialog under the GAC tab.  I have restarted monodevelop, but it has no
effect.

Is there some file I must refresh somehow or is this a monodevelop bug?