Activity overview
Latest activity by nblackburn
It's just a windows forms application and I'm profiling the start-up. It connects to a server using remoting and by putting trace statements I narrowed the problem down to the following line:
ChannelServices.RegisterChannel(mTcpClientChannel, false);
There's no security, it's all fully trusted and running locally.
Thanks. / comments
It's just a windows forms application and I'm profiling the start-up. It connects to a server using remoting and by putting trace statements I narrowed the problem down to the following line:
Chan...
I've installed the trial version of v3.0 and I still get the same exception thrown. / comments
I've installed the trial version of v3.0 and I still get the same exception thrown.
Exception from mscorwks.dll when profiling
Hi,
When profiling the start-up of our application it either hangs or I get an exception originating from mscorwks.dll. I also get two errors in the event log from the .NET 2.0 runtime:
.NET Runti...