[Mono-bugs] [Bug 434931] XSP always compiles App_Code files with langversion of "ISO-2"

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Mon Oct 13 18:12:12 EDT 2008


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

User mhabersack at novell.com added comment
https://bugzilla.novell.com/show_bug.cgi?id=434931#c1


Marek Habersack <mhabersack at novell.com> changed:

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




--- Comment #1 from Marek Habersack <mhabersack at novell.com>  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.


More information about the mono-bugs mailing list