[Mono-bugs] [Bug 651898] New: "Run in Mono" and "Debug in Mono" only targets 2.0 profile for web applications

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Sat Nov 6 19:49:45 EDT 2010


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

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


           Summary: "Run in Mono" and "Debug in Mono" only targets 2.0
                    profile for web applications
    Classification: Mono
           Product: Mono Tools for Visual Studio
           Version: 2.0
          Platform: x86-64
        OS/Version: Windows 7
            Status: NEW
          Severity: Normal
          Priority: P5 - None
         Component: Run in Mono
        AssignedTo: jpobst at novell.com
        ReportedBy: villu at 5ton.se
         QAContact: mono-bugs at lists.ximian.com
          Found By: Customer
           Blocker: No


When running a web app in mono locally it executes
C:\Users\<username>\AppData\Local\Microsoft\VisualStudio\10.0\Extensions\Novell\Mono
Tools for Visual Studio\2.0.8152\winxsp.exe
winxsp.exe has a hard coded path to xsp2:
private static string GetXspPath()
{
    return
Path.Combine(Path.Combine(Path.Combine(Path.Combine(Path.Combine(GetLocalMonoPath(),
"lib"), "mono"), "2.0"), "winhack"), "xsp2.exe");
}

There should be an option for running xsp4 and 4.0 profile.

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