Today I was debugging an exception that was occuring when remoting a data object between two .NET processes. I kept getting
The issue I had was that there was a .NET object that looked like this
Which was used as a covariant store for any item (because everything is an object
).… Read the rest