CSLA 4.5 alternatice for Csla.DataPortalClient.RemotingProxy

CSLA 4.5 alternatice for Csla.DataPortalClient.RemotingProxy

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


ptr posted on Tuesday, June 25, 2013

I have upgrade my project to 4.5.10, and tried to use the WCFproxy because the RemotingProxy is gone . I do have to following problems:

tiago replied on Tuesday, June 25, 2013

Hi,

Upgrade your project to Csla 4.5.31 beta. and use the MobileProxy. This is way faster than Remoting. You have an example of MobileProxy configuration on ProjectTracker WfUI (Windows Forms UI).

ptr replied on Tuesday, June 25, 2013

I have tried to download Csla 4.5.30 and the beta (I can't use a beta in production), however I can't get them to work. It seems there is something wrong with the dlls. The installer gives an error and when I add the beta dll to my project it is just not working. The dll seem to be corrupt or something.

I managed to get the wcf configuration working for the WCFPortal. In the sample I used was the bindingConfiguration attribute missing in the endpoint. 

I'm looking forward to use the mobileProxy, is it in 4.5.30 or do I have to wait for a later version. And can you check on the installer? My collegues aren't able to install it eighter. http://forums.lhotka.net/forums/t/12035.aspx. I can't use .net 4.5 yet because it is not installed on the client/server machines. If I compile the dll local I can't even use them in vs2010 (the .net4 version)... It seems there is something in the dll which is not working. 

tiago replied on Tuesday, June 25, 2013

ptr

I'm looking forward to use the mobileProxy, is it in 4.5.30 or do I have to wait for a later version. And can you check on the installer? My collegues aren't able to install it eighter. http://forums.lhotka.net/forums/t/12035.aspx

The MobileProxy works all right on 4.5.30, provided your project is running on NET 4.5. For NET 4.0 projects you must have 4.5.31 beta or the next stable release that will be 4.5.40.

Why don't you install from NuGet?

ptr replied on Tuesday, June 25, 2013

I got it idd running with nuget, however I it is not an accepted tool at my client. I need to reference the dll from a lib directory. That isn´t working yet :(. Thx for you feedback!

Copyright (c) Marimer LLC