Documentation on this seems to be poor at best. I've seen a couple examples, but they're each different from the next and none of them seem to work when I test it. I'm trying to get a better handle on how to register objects with the ROT and
then access the instance in another application. To be honest I'm trying to wrap my mind around the whole concept and would like a practical example to go by. Just for testing purposes I'm trying to create an example I can use to learn from that
defines the object in a .NET (c#) project (provider), and then the consumer will also be a .NET (c#) project. I know I should be able to access this in VB with GetObject(), but I'm really just looking for sample code and seeing it work correctly in the
.NET environment for the consumer should help me better understand what it should look like on this end. I've learned a lot with .NET over the last couple years but have very little experience on this end. Any examples known of or available would
be greatly appreciated.
Jason