Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. .NET (Core and Framework)
  4. This remoting proxy has no channel sink

This remoting proxy has no channel sink

Scheduled Pinned Locked Moved .NET (Core and Framework)
helpcsharpsysadmin
1 Posts 1 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • T Offline
    T Offline
    Tom Mat
    wrote on last edited by
    #1

    I have .Net 1.0.3705 When Setting TrustLevel for Remoting Application for Server as well as for the client, by following command, Dim SProvider As IServerChannelSinkProvider Dim CProvider As IClientChannelSinkProvider SProvider = New BinaryServerFormatterSinkProvider() CProvider = New BinaryClientFormatterSinkProvider() CType(SProvider, BinaryServerFormatterSinkProvider).TypeFilterLevel = TypeFilterLevel.Full chan = New TcpChannel(props, CProvider, SProvider) I get an an error in the second last line. And when i comment it run run the serverand the client i get an error like this: <<""This remoting proxy has no channel sink which means either the server has no registered server channels that are listening, or this application has no suitable client channel to talk to the server."">> I have also read that all the remote application has Trustlevel =low ByDefault. Help me out!!!:(

    1 Reply Last reply
    0
    Reply
    • Reply as topic
    Log in to reply
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes


    • Login

    • Don't have an account? Register

    • Login or register to search.
    • First post
      Last post
    0
    • Categories
    • Recent
    • Tags
    • Popular
    • World
    • Users
    • Groups