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

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


Marek Habersack <[EMAIL PROTECTED]> changed:

           What    |Removed                                         |Added
----------------------------------------------------------------------------
             Status|NEW                                             |RESOLVED
         Resolution|                                                |INVALID




--- Comment #1 from Marek Habersack <[EMAIL PROTECTED]>  2008-10-13 16:12:12 
MDT ---
All you need to do is to put this section in your web.config:

<configuration>
        <system.codedom>
    <compilers>
      <compiler
        language="c#;cs;csharp"
        extension=".cs"
        type="Microsoft.CSharp.CSharpCodeProvider, System, 
          Version=2.0.3600.0, Culture=neutral, 
          PublicKeyToken=b77a5c561934e089"
        compilerOptions="/optimize"
        warningLevel="1" >
          <providerOption
            name="CompilerVersion"
            value="v3.5" />
      </compiler>
    </compilers>
</system.codedom>

As per http://msdn.microsoft.com/en-us/library/bb397730.aspx


-- 
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