Hi All,
I have a scenario where i make a secondary AppDomain to load in a type from
a dll I have. The type that I load in (with
AppDomain.CreateInstanceAndUnwrap(string, string)) inherits from an interface
which is known in the initial domain. When i convert this object back to
it's int...
more >>
Hi,
first of all, I'd have to mention that I don't have much experience with
remoting (and I'm afraid this will get obvious below ;-)
I have one problem that's bugging me:
I have a server activated object hosted in a windows service application
(that part is working fine).
The problem is...
more >>