Quantcast
Channel: CSLA .NET
Viewing all articles
Browse latest Browse all 764

Moving DataPortal from Local to Http

$
0
0

I moved the DataPortal from running Local to be an HttpProxy, as follows:

 <addkey="CslaDataPortalProxy"value="Csla.DataPortalClient.HttpProxy,Csla" />

<

 

 

 

addkey="CslaDataPortalUrl" value="http://localhost:38512/DataPortal/PostAsync" />

Whenever I try to run a Fetch method in the BO, I get weird "isSync == true" errors.

Any thoughts? Am I only able to run Async methods on the remote DataPortal? If I change to run FetchAsync versus Fetch in the BO, then I get past this, but I am getting other issues, like "Type GenericPrincipal must implement IMobileObject", which it does by inheriting from the CslaPrincipal.


Viewing all articles
Browse latest Browse all 764

Trending Articles