here are some examples in code if you need.
http://www.glacialcomponents.com/Articles/SerializationException/SerializationEx
ception.htm
Allen Anderson
http://www.glacialcomponents.com
mailto: allen@put my website url here.com
>I am having a problem getting binary formatting to work now that I
>have moved to .net framework 1.1. I am using IIS as the host and
[quoted text clipped - 23 lines]
>channelProperties = ChannelServices.GetChannelSinkProperties(portalInstance)
>ect........
Aaron Lind - 23 Jan 2004 23:07 GMT
Thanks for the reply, the code you are showing is what I have seen to
add the typeFilterLevel to the client but this is where I must be
missing a connection. Before this issue I never explicitly created a
BinaryServerFormatterSinkProvider() or Channel. Utilizing IIS I do not
have to. The only code I use is the Activator.CreateObject(): (as shown
in the code below). I also manipulate the ChannelSInkProperties for
security attributes but that is about it. Do you know the relationship
between those items and the IIS implementation? I'm at a loss here.
Thanks.
Private Shared portalInstance As ILoginManagerRB
Private Shared channelProperties As IDictionary
portalInstance = CType(Activator.GetObject( _
GetType(ILoginManagerRB), _
"http://myserver/Server/LoginManager.soap"), _
ILoginManagerRB)
channelProperties =
ChannelServices.GetChannelSinkProperties(portalInstance)