[MonoDevelop] Import Visual Studio .NET Projects
Dean Brettle
dean@brettle.com
Tue, 15 Mar 2005 09:26:41 -0500
On Tue, 2005-03-15 at 08:01 -0600, Francisco T. Martinez wrote:
<snip>
> in my little research I have discovered that MD is not liking
> Mono's core 2.0 (the library set you get when you build mono
> --with-preview=yes) references. Have I arrived at the wrong conclusion
> with the 2.0 references?
FWIW, I think I'm experiencing the same problem. I have mono-1.1.4
installed from RPMs on my FC3 system. When MD attempts to compile an
imported project that references System.Web I get lots of errors like
"The type or namespace name `UI' could not be found in namespace
`System.Web'". That's the same thing I get if I remove the reference
entirely.
Edit References indicates that it is referring to the 2.0.3600.0 from
the GAC. If I remove that reference and add either 1.0.5000.0 from the
GAC or use the ".NET Assembly" tab to add
the /usr/lib/mono/2.0/System.Web.dll, the errors go away.
I was planning to look into it sometime over the next couple days.
--Dean