[MonoDevelop] FSharpBinding, 2.0.0->2.0.1, References

Alexy Khrabrov deliverable at gmail.com
Fri Nov 14 19:19:07 EST 2008


So I'm trying to get myself a new shiny FSharpBinding, from

http://code.google.com/p/wildart/wiki/FSharpBinding

-- tried to fix the references, as I described in

http://www.nabble.com/What%27s-in-your-GAC--td20510605.html

-- managed to point to all new DLLs, but it kept some 2.0.0 references  
into the GAC instead of my new 2.0.1 ones which are not there until I  
find/install them...

-- now it complains, for lines

using MonoDevelop.Core.Serialization;
using MonoDevelop.Ide.Gui.Components;

-- that the suffix word, such as Serialization, is not in the prefix  
namespace, such as MonoDevelop.Core, and whether am I missing an  
assembly.

Is this a change from 2.0.0 to 2.0.1, or still a reference issue?

Cheers,
Alexy


More information about the Monodevelop-list mailing list