[Mono-bugs] [Bug 377938] How to specify an encoding to the .cs files in App_Code

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Tue Apr 8 14:59:18 EDT 2008


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

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


Marek Habersack <mhabersack at novell.com> changed:

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




--- Comment #4 from Marek Habersack <mhabersack at novell.com>  2008-04-08 12:59:18 MST ---
Hubert,

Modifying your Web.config to include:

<system.web>
  <compilation>
    <compilers>
      <compiler language="c#;cs;csharp" extension=".cs"
type="Microsoft.CSharp.CSharpCodeProvider,System, Version=2.0.0.0,
Culture=neutral, PublicKeyToken=b77a5c561934e089" 
                 warningLevel="4" compilerOptions="/codepage:28591"/>
                </compilers>
  </compilation>
</system.web>

makes your test case work on Mono 1.9+


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