remote data portal questions

remote data portal questions

Old forum URL: forums.lhotka.net/forums/t/7092.aspx


dockterj posted on Friday, June 12, 2009

Let me start by saying that I just getting to the point that I understand CSLA at a high level (meaning I'm a complete nube).

I can't seem to find any information about versioning issues and remote data portals.  I'm assuming that on RDP can service multiple instances of an application.  Is there anything built into the framework to enforce version matches?  Any best practices?

thanks!

jake

ajj3085 replied on Friday, June 12, 2009

I think remoting enforces that the assemblies match versions exactly on each end by default, because otherwise issues could creep in if implementation changes or a field is on one side by not the other.

If versions don't match, you'll get a remotingexception IIRC.

It's probably a good idea to strong name your assemblies when using remoting too.

Copyright (c) Marimer LLC