[Mono-bugs] [Bug 532556] [regression] Run remotely / Debug Remotely throw EndOfStream Exceptions

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Wed Aug 19 14:19:11 EDT 2009


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

User martin at novell.com added comment
http://bugzilla.novell.com/show_bug.cgi?id=532556#c3


Martin Baulig <martin at novell.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |martin at novell.com




--- Comment #3 from Martin Baulig <martin at novell.com>  2009-08-19 12:19:11 MDT ---
Just disable the tcp pipe channel and you should be fine.

You can now do this in a configuration file as well - put the following:

<configuration>
  <appSettings>
    <add key="MonoVS_UseTcpPipeChannel" value="false" />
  </appSettings>
</configuration>

into monovs-server.exe.config, monovs-gui-server.exe.config and
MonoVS.dll.config.

These files need to go into the same directory as the .dll / .exe.

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