[Mono-bugs] [Bug 499047] New: Running app remotely in Mono on opensuse 11.1 x86_64 fails

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Tue Apr 28 19:06:35 EDT 2009


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


           Summary: Running app remotely in Mono on opensuse 11.1 x86_64
                    fails
    Classification: Mono
           Product: Mono: Tools
           Version: unspecified
          Platform: Other
        OS/Version: openSUSE 11.1
            Status: NEW
          Severity: Major
          Priority: P5 - None
         Component: Visual Studio Integration
        AssignedTo: jpobst at novell.com
        ReportedBy: mchristensen at novell.com
         QAContact: mono-bugs at lists.ximian.com
          Found By: Component Test


Description of Problem:

Using Nplot as a test program, I can compile and run locally using either
VS/.NET or Mono. When running remotely, I start the monovs-gui-server.

On the windows side, I click "Mono -> Run Remotely in Mono" and the
configuration dialog appears with the remote host where I started
monovs-gui-server in the list.

I select the server and click OK. On the remote side I get the following error:

"Cannot open assembly 'monovs-debug-server.exe': No such file or directory."

However, the assembly is there:

c528:~ # which monovs-debug-server
/usr/bin/monovs-debug-server
c528:~ # cat /usr/bin/monovs-debug-server
#!/bin/sh

exec mono "/usr/lib64/monovs-server/monovs-debug-server.exe" "$@"
c528:~ # ll /usr/lib64/monovs-server/monovs-debug-server.exe
-rwxr-xr-x 1 root root 66560 2009-04-28 14:42
/usr/lib64/monovs-server/monovs-debug-server.exe
c528:~ # 


So, this is related to the fact that the assembly is located in /usr/lib64 on a
64bit machine rather than in /usr/lib.  If I copy the assemblies to /usr/lib
and modify the paths in the shell scripts, I no longer get the error.

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