[Mono-bugs] [Bug 412225] Dynamic Language Runtime Beta 3 fails to compile

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Fri Jul 25 11:05:15 EDT 2008


https://bugzilla.novell.com/show_bug.cgi?id=412225

User jbenjos at fau.edu added comment
https://bugzilla.novell.com/show_bug.cgi?id=412225#c1


Jonathan Ben-Joseph <jbenjos at fau.edu> changed:

           What    |Removed                                         |Added
----------------------------------------------------------------------------
          Component|general                                         |C#
            Product|MonoDevelop                                     |Mono: Compilers
          QAContact|monodevelop-bugs at lists.ximian.com               |mono-bugs at lists.ximian.com
   Target Milestone|---                                             |1.9
            for Fix|                                                |
            Version|unspecified                                     |1.9




--- Comment #1 from Jonathan Ben-Joseph <jbenjos at fau.edu>  2008-07-25 09:05:14 MDT ---
The following code in the Microsoft.Scripting.Core.csproj file is the likely
culprit:

<Reference Include="System, Version=2.0.5.0, Culture=neutral,
PublicKeyToken=7cec85d7bea7798e" Condition=" '$(SilverlightBuild)' == 'true' ">

      <SpecificVersion>False</SpecificVersion>

      <HintPath>$(SilverlightSdkPath)\System.dll</HintPath>

</Reference>

Note: Having the Silverlight SDK missing only causes a warning in Microsoft's
NET compiler. It seems Mono treats this as an error.

Removing the System.dll reference from MonoDevelop or manually by editing the
XML removes the two above errors, but adds new errors.


-- 
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.


More information about the mono-bugs mailing list