[Mono-bugs] [Bug 646013] New: supportedRuntime version v4.0 not supported by Mono

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Wed Oct 13 00:45:34 EDT 2010


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

https://bugzilla.novell.com/show_bug.cgi?id=646013#c0


           Summary: supportedRuntime version v4.0 not supported by Mono
    Classification: Mono
           Product: Mono: Runtime
           Version: 2.8.x
          Platform: All
        OS/Version: Windows 7
            Status: NEW
          Severity: Normal
          Priority: P5 - None
         Component: misc
        AssignedTo: mono-bugs at lists.ximian.com
        ReportedBy: jpobst at novell.com
         QAContact: mono-bugs at lists.ximian.com
          Found By: ---
           Blocker: ---


VS2010 adds an app.config by default to 4.0 projects that looks like this:

<?xml version="1.0"?>
<configuration>
  <startup>
    <supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.0"/>
  </startup>
</configuration>


However Mono does not recognize this version:

WARNING: The runtime version supported by this application is unavailable.
Using default runtime: v2.0.50727
Stacktrace:


This application has requested the Runtime to terminate it in an unusual way.
Please contact the application's support team for more information.


If you delete the app.config, the app will run correctly on Mono.

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


More information about the mono-bugs mailing list