http://bugzilla.novell.com/show_bug.cgi?id=605698
http://bugzilla.novell.com/show_bug.cgi?id=605698#c0 Summary: Error on server side when debugging BlogEngine remotely Classification: Mono Product: Mono: Debugger Version: 2.0.x Platform: i586 OS/Version: Windows 7 Status: NEW Severity: Normal Priority: P5 - None Component: backend AssignedTo: [email protected] ReportedBy: [email protected] QAContact: [email protected] Found By: Component Test Blocker: --- Description of Problem: Win 7 Ultimate x86 Monotools 2.0 rc5 Mono for Windows 2.6.4 SLES 11 i586 mono-core-2.6.4-38.3 monotools-server-gui-2.0.6414-1.1 monotools-server-2.0.6414-1.1 Steps to reproduce the problem: 1. Open the BlogEngine solution 2. Set a break point in Default.aspx.cs:18 (first line of the Page_Load method) 3. Click "Mono / Debug Remotely in Mono" 4. Select the host to run it on 5. Wait for the breakpoint to be hit 6. Examine the output on the server side Actual Results: ** (/usr/lib/monotools-server/MonoTools.WebServer.exe:5512): WARNING **: The following assembly referenced from /tmp/rupert-temp-aspnet-0/6d1e4d92/assembly/shadow/918eb80b/a8e2736c_396ccb67_00000001/App_Web_rcgkhwh0.dll could not be loaded: Assembly: App_global.asax (assemblyref_index=3) Version: 0.0.0.0 Public Key: (none) The assembly was not found in the Global Assembly Cache, a path listed in the MONO_PATH environment variable, or in the location of the executing assembly (/tmp/rupert-temp-aspnet-0/6d1e4d92/assembly/shadow/918eb80b/a8e2736c_396ccb67_00000001/). ** (/usr/lib/monotools-server/MonoTools.WebServer.exe:5512): WARNING **: Could not load file or assembly 'App_global.asax, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null' or one of its dependencies. Expected Results: OUTPUT: <xsp-result><success>true</success><bindaddress>151.155.155.173:8807</bindaddress><root>/</root><url>http://151.155.155.173:8807/</url></xsp-result> How often does this happen? Every time Additional Information: This seems to happen right as the debugger reaches the breakpoint. -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
