I upgraded my silverlight5+MVVM+Prisam with CSLA 4.5 but not call Server side

I upgraded my silverlight5+MVVM+Prisam with CSLA 4.5 but not call Server side

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


wasiuddin.786 posted on Thursday, June 27, 2013

i have a application (SL5+MVVM+Prisam+EF4+CSLA 4.3)but i upgraded with CSLA 4.5 for improving the perfomance

but when i update the csla source code with 4.5 i am getting compile error ,because i am using CompressedProxy technique for send and receiving the request,

public class CompressedProxy<T> : Csla.DataPortalClient.WcfProxy<T>

any have commentted the code

 public class CompressedProxy<T> : Csla.DataPortalClient.WcfProxy//<T>

    //where T : Csla.Serialization.Mobile.IMobileObject


its got compiled,then i change the some setting app.xmal and web.config and wcf


app.xmal

Csla.ApplicationContext.DataPortalProxy = typeof(Csla.DataPortalClient.WcfProxy).AssemblyQualifiedName; 


web.config

service model

contract="Csla.Server.Hosts.Mobile.IWcfPortal"

appsetting or app.xmal

  <add key="CslaDataPortalProxy" value="Csla.DataPortalClient.MobileProxy, Csla"/>

    <add key="CslaDataPortalUrl" value="http://localhost:52624/WcfPortal.svc"/>


still i am facing problem to connect with setver i am getting error

Note:-

can you explain how to use the (SL5+CSLA 4.5) with CompressedProxy 

 

Copyright (c) Marimer LLC