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

User [EMAIL PROTECTED] added comment
https://bugzilla.novell.com/show_bug.cgi?id=412225#c1


Jonathan Ben-Joseph <[EMAIL PROTECTED]> changed:

           What    |Removed                                         |Added
----------------------------------------------------------------------------
          Component|general                                         |C#
            Product|MonoDevelop                                     |Mono: 
Compilers
          QAContact|[EMAIL PROTECTED]               |[email protected]
   Target Milestone|---                                             |1.9
            for Fix|                                                |
            Version|unspecified                                     |1.9




--- Comment #1 from Jonathan Ben-Joseph <[EMAIL PROTECTED]>  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.
_______________________________________________
mono-bugs maillist  -  [email protected]
http://lists.ximian.com/mailman/listinfo/mono-bugs

Reply via email to