[MonoDevelop] Monodevelop does not see newly installed libs in GAC

Todd Berman tberman@off.net
Sun, 17 Oct 2004 09:00:57 -0700


On Sun, 2004-10-17 at 03:37 +0000, Edgardo Rossetto wrote:
> Hi, I'm trying to set up Monodevelop to code some wxNET (wxnet.sf.net) 
> apps, I've installed the wxNET lib into the GAC, but Monodevelop doesn't 
> seem to find it, is there any way to "refresh" the GAC list on MD?
> 

wxNET is not installing properly if MD is not automatically finding it.
It needs to be installing proper .pc files that are -pkg: referenceable
for mcs for MD to find it.

> Another problem: using SharpDevelop, there's an option to disable 
> console output upon compilation/running, is there any way to disable it 
> on MD?

Yes, there is, however I believe it was broken until recently, and has
been fixed in SVN.

If you upgrade to MD from SVN, that problem should go away. (Note: The
Completion widget in SVN is new, and has one issue (that I am aware of)
revolving around ctrl+space, so upgrade only if you don't use that
functionality).

--Todd