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: [email protected]
        ReportedBy: [email protected]
         QAContact: [email protected]
          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.
_______________________________________________
mono-bugs maillist  -  [email protected]
http://lists.ximian.com/mailman/listinfo/mono-bugs

Reply via email to