[Mono-bugs] [Bug 698173] New: Debugger loads framework 2 and not framework 4...
bugzilla_noreply at novell.com
bugzilla_noreply at novell.com
Mon Jun 6 04:11:25 EDT 2011
https://bugzilla.novell.com/show_bug.cgi?id=698173
https://bugzilla.novell.com/show_bug.cgi?id=698173#c0
Summary: Debugger loads framework 2 and not framework 4...
Classification: Mono
Product: MonoDevelop
Version: 2.6 Beta 2
Platform: x86-64
OS/Version: Windows 7
Status: NEW
Severity: Critical
Priority: P5 - None
Component: debugger
AssignedTo: mono-bugs at lists.ximian.com
ReportedBy: peter at rashim.co.il
QAContact: monodevelop-bugs at lists.ximian.com
Found By: ---
Blocker: Yes
Hi,
I have an ASP.NET project - originally developed on VS 2010 - that runs on
framework 4.
MonoDevelop 2.6 b3 opened it with no problems and I also can run it just fine.
However, when trying to debug I got errors that indicates that the debugger
loaded the framework 2...
/* ERROR */
Server Error in '/' Application.
Configuration Error
Description: An error occurred during the processing of a configuration file
required to service this request. Please review the specific error details
below and modify your configuration file appropriately.
Parser Error Message: Unrecognized attribute 'targetFramework'. Note that
attribute names are case-sensitive.
Source Error:
Line 12: </connectionStrings>
Line 13: <system.web>
Line 14: <compilation debug="true" targetFramework="4.0">
Line 15: </compilation>
Line 16:
Source File: C:\m2000_net\Local\ControlTest\ControlTest\web.config Line: 14
Version Information: Microsoft .NET Framework Version:2.0.50727.5444; ASP.NET
Version:2.0.50727.5420
/* END ERROR */
Regards,
Peter
--
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the mono-bugs
mailing list