CSLA .NET

Vibrant discussion about CSLA .NET and using the framework to build great business applications.

BO version management

rated by 0 users
Not Answered This post has 0 verified answers | 2 Replies | 1 Follower

Not Ranked
3 Posts
vkharitonov posted on Mon, Apr 2 2012 6:40 AM

I have WinForms client application and it uses BO Library version 1 and Wcf DataPortal. 

Now I need to deploy a new version of the application with BO Library version 2.

Both BO Libraries are installed in the GAC on the server.

Is it possible to make the same WcfAppServer to respond to the both versions of the application?

Or may be the best way is to add new web application WcfAppServer2 for the application version 2?

All Replies

Top 10 Contributor
1,772 Posts

You can only load one version into one AppDomain so the easiest way is to create a new version of the service.

Jonny Bekkum, Norway CslaContrib Coordinator

Not Ranked
3 Posts

Using remoting I could RegisterWellKnownServiceType from the different versions of the same assembly loading them from GAC. Is not it the same in WCF?

Page 1 of 1 (3 items) | RSS

Copyright (c) 2006-2010 Marimer LLC. All rights reserved.
Email admin@lhotka.net for support.
Powered by Community Server (Non-Commercial Edition), by Telligent Systems