Anyone have a clue Three days now combing MSDN and samples. :(
Thanks,
Dave
ScriptHost2 scriptHost =
Activator.GetObject(typeof(ScriptHost2), "http://localhost:8099/ScriptHost") as ScriptHost2;<
xml version="1.0" encoding="utf-8" ><
configuration><
system.runtime.remoting><
application><
channels><
channel ref="http" port="8099"><
serverProviders><
provider ref="wsdl" /><
formatter ref="soap" typeFilterLevel="Full" /><
formatter ref="binary" typeFilterLevel="Full" /></
serverProviders><
clientProviders><
formatter ref="binary" typeFilterLevel="Full" /><
formatter ref="soap" typeFilterLevel="Full" /></
clientProviders></
channel></
channels><
service><
wellknown type="RemoteScripting.ScriptHost2, RemoteScripting" objectUri="ScriptHost" mode="Singleton" /></
service></
application></
system.runtime.remoting></
configuration>
Remoting between Windows Services
DotNETKans - 2005
Thanks,
Matt