Spam Catcher <spamhoneypot (AT) rogers (DOT) com> wrote in
news:Xns98585ED536F8Dusenethoneypotrogers (AT) 127 (DOT) 0.0.1:
Quote:
Hi all,
I'm a bit stumped - I created a new .NET 2.0 remoting project, and there
seems to be a "HTTP Client" channel that is pre-registered.
Does anyone know why the channel is precreated?
My .config file does not have any channel setup information - everything
was done in code.
Anyone have an idea where this channel is being created? |
Found the problem - I called Activator.GetObject in one of my classes - and
this was being executed before my channel creation. It seems although no
outbound connection is made - Activator.GetObject pre-creates channels if
non-exists.