[Mono-bugs] [Bug 501191] New: Cannot debug BlogEngine.NET remotely using mono

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Tue May 5 18:06:10 EDT 2009


http://bugzilla.novell.com/show_bug.cgi?id=501191


           Summary: Cannot debug BlogEngine.NET remotely using mono
    Classification: Mono
           Product: Mono: Tools
           Version: 0.1
          Platform: x86-64
        OS/Version: openSUSE 11.1
            Status: NEW
          Severity: Blocker
          Priority: P5 - None
         Component: Visual Studio Integration
        AssignedTo: martin at novell.com
        ReportedBy: mchristensen at novell.com
         QAContact: mono-bugs at lists.ximian.com
          Found By: Component Test


Description of Problem:

WinXP x86_64 with VS2008 and monovs plugin p3 (r1848)
opensuse 11.1 x86_64 with monovs-server-0.1.1848-1.1

Using BlogEngine.NET 1.5 final source which I'll attach.

The source code compiles and runs remotely on Linux just fine by selecting
"Mono -> Run Remotely in Mono".  If I set a breakpoint at line 33 in Page.cs,
and debug locally using .NET, the breakpoint is successfully hit.  

 ==>  base.Id = Guid.NewGuid();

However, if I select "Mono -> Debug Remotely in Mono", I get the following
error:

---------------------------
System.IO.DirectoryNotFoundException: Could not find a part of the path
'C:\Documents and Settings\rupert\Desktop\BlogEngine.NET_1.5_source\Bin'.
   at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath)
   at System.IO.Directory.InternalGetFileDirectoryNames(String path, String
userPathOriginal, String searchPattern, Boolean includeFiles, Boolean
includeDirs, SearchOption searchOption)
   at System.IO.Directory.GetFiles(String path, String searchPattern,
SearchOption searchOption)
   at Novell.MonoVS.Utilities.GetDebuggableFiles(String path)
   at Novell.MonoVS.BaseRunner.PrepareSession(Solution solution, SessionType
type)
   at Novell.MonoVS.DebugRemotelyRunner.Run()
   at Novell.MonoVS.Package.StartDebuggingCallback(Object sender, EventArgs e)
---------------------------

-- 
Configure bugmail: http://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