Top "Marshalbyrefobject" questions

MarshalByRefObject Class enables access to objects across application domain boundaries in applications that support remoting.

"Object has been disconnected or does not exist at the server" exception

I need to use cross-appdomain calls in my app, and sometimes I have this RemotingException: Object '/2fa53226_da41_42ba_…

c# .net clr appdomain marshalbyrefobject
Transparent proxy to original type

I have an run time object of type {System.Runtime.Remoting.Proxies.__TransparentProxy} which is created from an instance of …

c# marshalbyrefobject context-bound
Accessing a member on Form may cause a runtime exception because it is a field of a marshal-by-reference class

Accessing a member on Form may cause a runtime exception because it is a field of a marshal-by-reference class I …

.net runtime warnings marshalbyrefobject
Passing data across appdomains with MarshalByRefObject

I'm having a little trouble passing some data between two .NET appdomains and I'm hoping someone on here can help …

c# .net appdomain marshalbyrefobject
How to solve "Must be MarshalByRefObject" in a good but multiple-inheritance amputated language like C#?

How to solve "Must be MarshalByRefObject" in a good but multiple-inheritance amputated language like C#? The problem is very simple, …

c# multiple-inheritance marshalbyrefobject
Loading an assembly into an AppDomain outsite of applicationBase C#

So lately I've been working on a project where the application (or executable,whatever you wish to call it) needs …

c# .net-assembly appdomain marshalbyrefobject