Help Urgently!! MSDN sample not working!!

  • Thread starter Thread starter Catherine Jones
  • Start date Start date
I haven't actually tried and am just guessing, but have you tried putting
the 'typeFilterLevel' elements into the server side remoting config to allow
all types to be remoted?

<serverProviders>
<provider ref="wsdl" />
<formatter ref="soap" typeFilterLevel="Full" />
<formatter ref="binary" typeFilterLevel="Full" />
</serverProviders>

This is new with .Net 1.1
 
Back
Top