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

Edgardo Rossetto erossetto@speedy.com.ar
Sun, 17 Oct 2004 03:37:47 +0000


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?

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

Problem is that I get an annoying window with "echo; read -p 'press any 
key to continue...'" right before the wxNET app is launched, I was also 
getting this on windows but I could fix it by disable console output.

As you can see I'm trying to make a crossplatform app using wxNET, its 
imperative to make my app run on M$ framework.NET (I don't want to force 
my users to install mono on windows) and Mono on Linux/Mac, so I figured 
the best way to preserve compatibility was coding under Linux (I kinda 
wanted to try it aswell :D).

Cheers,
Edgardo